Hi, This is santosh K.
It would be thankfull If any one tell me how to uninstall packages in debian along with configuration files of the package. I have tried
apt-get --purge remove exim4. But this does not delete the conf. files. and more on I would like to know how to see the installed packages in debian.
Any help in this regards will be thankfull.
Regards, Santosh K.
On Tue, Dec 28, 2004 at 06:27:03PM +0530, Santosh Laxman Kyadari wrote:
It would be thankfull If any one tell me how to uninstall packages in debian along with configuration files of the package. I have tried
apt-get --purge remove exim4. But this does not delete the conf. files.
apt-get remove --purge exim4
and more on I would like to know how to see the installed packages in debian.
dselect, or dpkg -l.
On Tue, Dec 28, 2004 at 06:27:03PM +0530, Santosh Laxman Kyadari wrote:
and more on I would like to know how to see the installed packages in debian.
For listing packages use
dpkg -l
For listing files which a package uses dpkg -L package-name
Hi,
On Tue, 2004-12-28 at 18:27, Santosh Laxman Kyadari wrote:
Hi, This is santosh K. apt-get --purge remove exim4. But this does not delete the conf. files. and more on I would like to know how to see the installed packages in debian.
To purge files belonging to uninstalled packages use
# dpkg -P exim4
HTH With regards,