3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

パッケージマネージャのコマンド比較まとめ

Last updated at Posted at 2016-07-27
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*>
3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?