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

Update install.md with respect to latest ubuntu that uses Gdebi #1642

Open
wants to merge 1 commit into
base: release
Choose a base branch
from

Conversation

genie360s
Copy link

Latest Ubuntu 24.04 uses Gdebi to install Debian packages

sudo dpkg -i <path-to-package>
sudo gdebi <path-to-package>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest Ubuntu 24.04 uses Gdebi to install Debian packages

Hrmmmm. I tried to reconstruct the (missing) reference to the official Ubuntu announcement to that end, and failed. It does not look like gdebi is the Ubuntu 24.04 way to install .deb packages. In fact, all information I could find on the matter suggested that dpkg is still installed by default, and gdebi is not.

In any case, there's more versions of Ubuntu, and there's quite a few Debian package-based Linux distributions that happen not to be Ubuntu. Given this lack of ubiquity, I would have expected maybe to augment the existing command with a suggestion to use gdebi instead, on Ubuntu 24.04, but certainly not to replace the advice to use dpkg.

So: hrmmmm.

@genie360s
Copy link
Author

Oohkay , makes sense , definitely can act as a supplement

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

Successfully merging this pull request may close these issues.

2 participants