LoginSignup
51
54

More than 5 years have passed since last update.

ubuntu apt 初心者の備忘録

Last updated at Posted at 2016-09-08

アンインストールの仕方を忘れないように、書き留めます…

インストールする場合

$ sudo apt install パッケージ名

アンインストールする場合

$ sudo apt remove パッケージ名

依存関係があるパッケージも含め、アンインストールする場合

$ sudo apt --purge remove パッケージ名
51
54
2

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
51
54