More than 3 years have passed since last update.
Apt |
Homebrew |
Chocolatey |
pip |
gem |
cargo |
TeX Live |
apt-get install <pkg> |
brew install <formula> |
choco install <package> |
pip install <package> |
gem install <gemname> |
cargo install <crate> |
tlmgr install <package> |
apt-get remove [--purge] <pkg> |
brew uninstall <formula> |
choco uninstall <package> |
pip uninstall <package> |
gem uninstall <gemname> |
|
|
apt-cache show <pkg> |
brew info <formula> |
choco info <package> |
pip show <package> |
|
|
tlmgr info <package> |
apt-get install [--only-upgrade] <pkg> |
brew upgrade <formula> |
choco upgrade <package> |
pip install --upgrade <package> |
gem update <gemname> |
|
tlmgr update <package> |
apt list --installed |
brew list [--versions] |
choco list --local-only |
pip list |
gem list |
cargo install --list |
tlmgr list --only-installed |
apt-get update |
brew update |
|
|
|
|
|
apt list --upgradable |
brew outdated |
choco outdated |
pip list --outdated |
gem outdated |
|
|
apt-cache search <regex> |
brew search <text> |
choco search <text> |
pip search <text> |
gem search <text> |
cargo search <text> |
tlmgr search <text> |
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin