I'm trying to remove samba, I've tried using
apt-get --purge samba
Which according to the man page is supposed to delete .conf files. However smb.conf is still there.
Any tips on how to remove all related files/directories?
|
I'm trying to remove samba, I've tried using
Which according to the man page is supposed to delete .conf files. However smb.conf is still there. Any tips on how to remove all related files/directories? |
|||||
|
|
First of all, you missed a word, you should use
or simply
By the way, the configuration file is created and removed in the Post Installation/Remove scripts of the So the |
|||
|
|