Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 18.04 bionic missing deb #1075

Closed
petrleocompel opened this issue Jul 18, 2018 · 11 comments
Closed

Ubuntu 18.04 bionic missing deb #1075

petrleocompel opened this issue Jul 18, 2018 · 11 comments

Comments

@petrleocompel
Copy link

On https://packagecloud.io/JonasGroeger/soundnode is not a package for bionic.
So script for adding repo works, but no package found for installation.

@jakejarrett
Copy link
Member

Just tagging @JonasGroeger as he runs this portion.

@AlexDunmow
Copy link

If you replace bionic with xenial in the list file, you can install it (after running apt-get update).

@MarcinOrlowski
Copy link

What about adding this info on the website? People are simply wasting time chasing this bug, which is not nice ;(

@fabotic
Copy link

fabotic commented Apr 28, 2019

So how would one go about replacing bionic with xenial in the list file?

@kenzdozz
Copy link

So how would one go about replacing bionic with xenial in the list file?

sudo nano /etc/apt/sources.list.d/JonasGroeger_soundnode.list

@vmohir
Copy link

vmohir commented Sep 2, 2019

I use Ubuntu 18.04 and I'm not able to install soundnode. I get this error:

E: Unable to locate package soundnode

I ran this command:
curl -s https://packagecloud.io/install/repositories/JonasGroeger/soundnode/script.deb.sh | sudo bash
Then I changed bionic to xenial in this file:
sudo nano /etc/apt/sources.list.d/JonasGroeger_soundnode.list
And the I ran sudo apt install soundnode and I got the error.
Please help

@jakejarrett
Copy link
Member

jakejarrett commented Sep 2, 2019

This is expected atm as the ubuntu ppa is no longer maintained, there is ongoing work with electron-builder to add support for snap and rolling builds of deb/rpm etc.

As an interim, you can run the portable linux archive from this release;

https://github.com/Soundnode/soundnode-app/releases/tag/7.0.0

@simoniz0r
Copy link

Please actually update your repositories. It is not sane to recommend users do what's happening here.
Also, I'd suggest looking into AppImage instead of providing a universal package in a tar archive.

@V3rB0se
Copy link

V3rB0se commented Jan 30, 2020

if you want to install the package in unsupported distros just download the script
https://packagecloud.io/install/repositories/JonasGroeger/soundnode/script.deb.sh
and from terminal
chmod +x script.deb.sh
os=ubuntu distro=trusty ./script.deb.sh
after setting it up execute sudo apt-get install soundnode

@bjwest
Copy link

bjwest commented Dec 17, 2020

Script doesn't work in Focal. os=ubuntu distro=focal script.deb.sh returns:

Unfortunately, your operating system distribution and version are not supported by this script.

You can override the OS detection by setting os= and dist= prior to running this script.
You can find a list of supported OSes and distributions on our website: https://packagecloud.io/docs#os_distro_version

For example, to force Ubuntu Trusty: os=ubuntu dist=trusty ./script.sh

Please email [email protected] and let us know if you run into any issues.

How about instructions on how to compile the source? You seem to do everything in your power to not allow people to install your program, and using a script like you do triggers security issues in may people, as it should. I'm with @simoniz0r up there as well, AppImage is much better than snap.

I've already spent over an hour trying to get this thing installed and I'm do for a while. Maybe I'll check back in a few weeks.

@petrleocompel
Copy link
Author

I guess there is no need for bionic deb which this issue was about. If you really want anything else create other issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants