Top / KNOPPIX for HDU / CD焼き / パッケージ削除

パッケージの削除

例えば、 wine を削除する場合は

# dpkg -l | grep wine
ii  libwine        0.0.20040813-1 Windows Emulator (Library)
ii  libwine-print  0.0.20040813-1 Windows Emulator (Printing Module)
ii  libwine-twain  0.0.20040813-1 Windows Emulator (Scanner Module)
ii  wine           0.0.20040813-1 Windows Emulator (Binary Emulator)
ii  wine-utils     0.0.20040813-1 Windows Emulator (Utilities)
ii  winesetuptk    0.7-1.1        Windows Emulator (Configuration and Setup 

となるので、

# dpkg -l | grep wine | cut -d' ' -f3 | xargs -l1 echo -n ''
libwine libwine-print libwine-twain wine wine-utils winesetuptk

とすれば、削除するパッケージ名が取得できる。

wine

apt-get remove --purge  libwine libwine-print libwine-twain wine wine-utils winesetuptk

エミュレータ

  • Qemu
    apt-get remove --purge qemu qemu-knoppix

インターネット

  • Elinks Gaim GpsDrive XChat KMail freenx Mozilla
    apt-get remove --purge elinks gaim gpsdrive\
     xchat xchat-common kmail kmailcvt\
     freenx nxclient nxagent\
     nxlibs libnxcomp0 libnxcompext0 nxssh nxsetup-knoppix\
     mozilla mozilla-browser mozilla-locale-ja \
     mozilla-mailnews mozilla-psm

エディタ

  • Joe Nedit Zile Xedit
    apt-get remove --purge joe kiconedit nedit hexedit khexedit zile

グラフィック

  • KFax QCad KGhostview
    apt-get remove --purge kfax libqcad0 qcad kghostview

ユーティリティ

  • KPilog Kandy
    apt-get remove --purge kpilot kandy

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2008-10-03 (金) 06:37:02 (95d)