20
20

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.

dpkg -lの”rc”状態とは

Last updated at Posted at 2013-12-12

「パッケージは削除されたが、設定ファイルは残っている」状態のこと

-> % dpkg -l | grep '^rc'
rc  authbind                                      1.2.0build3                                         Allows non-root programs to bind() to low ports
rc  daemon                                        0.6.4-1                                             turns other processes into daemons
rc  ibritish                                      3.1.20.0-7                                          A British English dictionary for ispell
rc  libjffi-jni                                   1.0.2-8ubuntu1                                      Java Foreign Function Interface (JNI library)
rc  libubuntuoneui-3.0-1                          3.0.1-0ubuntu1                                      Ubuntu One widget library
rc  python-gobject-dbg                            2.21.1-0ubuntu3                                     Python bindings for the GObject library (debug extension)

これを削除するには

sudo aptitude purge packagename

sudo apt-get remove --purge packagename

sudo dpkg --purge packagename

等で可能。(どれがいいかは不明)

※ purgeオプションは設定ファイルも消す指定。

参考

20
20
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
20
20

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?