dpkg-query -l statusForum: Apt-get Topic: dpkg-query -l status started by: charleswong Posted by charleswong on May 06 2004,06:57
Hi,I'm trying to remove some packages. I found what packages have been installed by dpkg-query -l. Then I used command "apt-get remove" to uninstall a specific package, say, xserver. But xserver was still in the output list of dpgk-query -l. The package xserver was not shown after I had further issued the command: "dpkg -P xserver." Why is that? Do I have to issue both commands "apt-get remove" and "dpkg -P" if I want to uninstall packages? |