Finds packages and installs them to satisfy nonexistent commands or libraries.
- Arch Linux
- Downloaded file databases: run
sudo pacman -Fy
- Fish Shell
- Download function from repo
- Copy to either
~/.config/fish/functions/
(user) or/etc/fish/functions/
(system-wide) - Restart your shell
- Now type the name of a command that doesn't exist or a library e.g.,
libopenal.so
- Done!