R.A. Epigonos et al.

[apt] 設定ファイル、依存関係含めてパッケージ削除

ハードディスクに余裕がなくなってきたのでいろいろ削除する方針。効率的に削除したい。

# apt-get --purge autoremove -- geoip-bin geoip-database
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  geoip-bin* geoip-database* python-geoip*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
After this operation, 5,134 kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 83369 files and directories currently installed.)
Removing geoip-bin ...
Purging configuration files for geoip-bin ...
Removing python-geoip ...
Removing geoip-database ...
Processing triggers for man-db ...
Processing triggers for python-support ...
$ apt-get --no-install-recommends install

リファレンス

  1. [SOLVED] deborphan - apt-get autoremove
  2. aptitude vs apt-get
  3. software installation - How to install suggested packages in apt-get - Ask Ubuntu
  4. linux - Can I make apt-get always use --no-install-recommends? - Super User

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2008-08-19T13:15:42+09:00
  2. Modified: 2008-08-19T13:15:42+09:00
  3. Generated: 2023-08-27T23:09:10+09:00