-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Switch Ubuntu
instructions to just use the Debian instructions
#2695
Comments
In trying to install this on Ubuntu 18.04.5 LTS the apt package was not found
|
Yeah I wouldn't expect anyone to build packages for a two+ year old
unsupported distribution. I've tried it on the latest and I would expect it
to install on a more recent LTS.
I'll try on 20.04 LTS to verify when I get a chance.
On Fri, 15 Jan 2021 at 22:33, Joseph Swantek ***@***.***> wrote:
In trying to install this on Ubuntu 18.04.5 LTS the apt package was not
found
sudo apt-get install hub
Reading package lists... Done
Building dependency tree
Reading state information... Done
No apt package "hub", but there is a snap with that name.
Try "snap install hub"
E: Unable to locate package hub
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2695 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABVORO6W2EO7U4SKFMNZC3S2C7FJANCNFSM4WCFJSQQ>
.
--
…________________________________
ꜽ . antony jones . http://www.enzy.org
|
Sure! I'll accept whatever improvement to our installation instructions leads to a better/stabler experience for users. |
Changes to use apt, not snap. Fixes mislav#2695
Opened a PR #2697 I've retained the note about snap as a footnote to aid returning users, existing users, and pre-empt the "why not snap" question. Happy to remove it preferred. |
The problem I'm trying to solve:
Since the snap is no longer recommended, it might make sense to simply combine the Debian and Ubuntu instructions, since Ubuntu is a Debian derivative anyway, it's already available in the repositories, and the instructions work predictably.
If I ever find a tool without a specific Ubuntu package, I just use the Debian ones.
How I imagine hub could expose this functionality:
This would just be a readme update. Happy to open a PR if people think this is a good idea.
The text was updated successfully, but these errors were encountered: