which for your executables.
A Linux/MacOS CLI to discover which package manager installed a command.
Useful when updating, removing, or troubleshooting packages.
how <command>Tells you which package managers installed <command>.
$ how git
> git installed by apt$ how starship
> starship installed by cargo
> starship installed by brewYou must have Rust installed. If you don't, you can install it with rustup.
Then, run:
cargo install --git https://github.com/danilofuchs/how.gitYou also must have
whichinstalled.
apt- Homebrew / Linuxbrew
npm -gpipandpip3snapcargo- asdf
- Install Rust
- Clone this repository
To run the CLI:
cargo run <command>