-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Package manager integration is added along with v0.5.15. However, not all package managers are supported yet.
- Some package managers allow searching for a package containing an executable. In this case, we can retrieve the package list directly
- E.g.:
pacman -Fq /usr/bin/executable
- E.g.:
- Package managers of some distributions that do not provide such functionality will likely ship with a
command_not_found
handle by default which suggest packages to install. We can use such output to generate a suggestion
Progress:
- Pacman (
pkgfile
,pacman -Fq
) - APT / Snap / pkg (
apt-file
,command-not-found
) - DNF (
dnf provides
) - Portage (
e-file
) - guix (
guix locate
) - nix (
nix-locate 'bin/{}'
) - YUM (
yum provides
) - Zypper
- Slackpkg
- ...
ALameLlama and grafst
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed