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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ installation method.
Download the latest [.deb package][latest-release]*, and run the following:

```shell
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.

git-credential-manager configure
```

Expand Down