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

Switch Ubuntu instructions to just use the Debian instructions #2695

Open
antony opened this issue Jan 14, 2021 · 4 comments · May be fixed by #2697
Open

Switch Ubuntu instructions to just use the Debian instructions #2695

antony opened this issue Jan 14, 2021 · 4 comments · May be fixed by #2697
Labels

Comments

@antony
Copy link

antony commented Jan 14, 2021

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:

ant@veil:~/Projects$ sudo apt install hub
[sudo] password for ant: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  xsel
The following NEW packages will be installed
  hub xsel

This would just be a readme update. Happy to open a PR if people think this is a good idea.

@antony antony added the feature label Jan 14, 2021
@jswantek
Copy link

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

@antony
Copy link
Author

antony commented Jan 15, 2021 via email

@mislav
Copy link
Owner

mislav commented Jan 18, 2021

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.

Sure! I'll accept whatever improvement to our installation instructions leads to a better/stabler experience for users.

antony added a commit to antony/hub that referenced this issue Jan 18, 2021
Changes to use apt, not snap. Fixes mislav#2695
@antony antony linked a pull request Jan 18, 2021 that will close this issue
@antony
Copy link
Author

antony commented Jan 18, 2021

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.

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

Successfully merging a pull request may close this issue.

3 participants