Sunday, March 09, 2008

[Ubuntu] deborphan 清除不用的檔案

系統跑一段時間,難免總是會有一些程式沒有正常移除。Ubuntu 有一個小工具程式 deborphan ,可以幫我們來作清理的動作。

安裝 deborphan
sudo apt-get install deborphan

執行 deborphan
sudo deborphan | xargs sudo apt-get -y remove –purge

如果想要圖形版的也有 叫 GTKopphan
網址為http://www.marzocca.net/linux/gtkorphan.html#download

wget http://ftp.debian.org/debian/pool/main/g/gtkorphan/gtkorphan_0.4.3-1_all.deb

dpkg -i gtkorphan_0.4.3-1_all.deb


安裝後,系統就會出現 "Remove Orphaned Packages" 這個工具

這個工具很簡單,就討論到這裡囉

參考文章:
Cleaning up a Ubuntu GNU/Linux system
http://www.ubuntugeek.com/cleaning-up-all-unnecessary-junk-files-in-ubuntu.html

No comments:

Post a Comment