Thursday, January 31, 2008

ubuntu package management

list all packages installed on system:
dpkg --get-selections

list all files in package:
dpkg -L

find which package a file belongs to:
dpkg -S


sudo apt-get remove