-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Set up OS-agnostic 'stable' apt package #2037
Comments
Authors have made an universal application in Electron. First thing which hits you is dogmatic "xenial" repo, which make me wonder, if authors have really seen Linux:
😃 just kidding, but seriously, there is not only ONE version to "rule them all" So agnostic, or signed deb with sha256sum, and ideally true human test on imperfect machine. ps: not criticism, just a humble request, thx for you work guys! |
In case someone runs into the same issue as me. I was using this source:
on Also, there are no packages for |
We do plan to move to 'stable' at some point in the future. The problem is the migration strategy; nothing seems like it will be smooth for our users. We're open to ideas on this. |
@scottnonnenberg-signal No idea on the feasibility, and it was probably already proposed, but you could try having |
Having a single 'stable' repository has the problem that 'stable' is likely different for Ubuntu and Debian. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Your official installation guide ask Debian users to follow the same steps as Ubuntu, which itself ask to add to the source.list this line:
Note that xenial refer to Ubuntu 16.04 "Xenial Xerus". However, Debian is not Ubuntu, and adding Ubuntu repository to Debian is not a good idea.
While Debian packages are compatible with Ubuntu, the reverse is not guaranteed, and while it often (and may be in that specific case) work, it still give a bad habit to new Debian users, and lead to FrankenDebian which are a pain to give help to.
It would be helpful to set up a second repo for "stretch", or go the VSCode way with a Debian/Ubuntu agnostic "stable" repository, and since the deb does seems to work on Debian, should be relatively easy.
The text was updated successfully, but these errors were encountered: