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
- 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
Relevant file.
Progress:
Package manager integration is added along with v0.5.15. However, not all package managers are supported yet.
pacman -Fq /usr/bin/executablecommand_not_foundhandle by default which suggest packages to install. We can use such output to generate a suggestionRelevant file.
Progress:
pkgfile,pacman -Fq)apt-file,command-not-found)dnf provides)e-file)guix locate)nix-locate 'bin/{}')yum provides)