Resolved remove Samba etc.

mdde

Regular Pleskian
Hi,

few month ago, i deleted samba via Plesk GUI.
Now i found some path and files, which a still here:
Code:
/usr/bin/dbwrap_tool:
/usr/bin/eventlogadm:
/usr/bin/net:
/usr/bin/nmblookup:
/usr/bin/oLschema2ldif:
/usr/bin/pdbedit:
/usr/bin/profiles:
/usr/bin/samba-regedit:
/usr/bin/sharesec:
/usr/bin/smbcontrol:
/usr/bin/smbpasswd:
/usr/bin/smbstatus:
/usr/bin/smbta-util:
/usr/bin/testparm:
/usr/sbin/nmbd:
/usr/sbin/samba:
/usr/sbin/smbd:

How can i remove samba completely from Server/ Plesk?

Plesk Onyx
Debian 8.x
 
Hi daanse,

"normaly", if you choosed the "purge" command with apt-get or aptitude, all files from the package ( => Debian -- File list of package samba/jessie/amd64 ) should have been deleted from your system ( incl. configuration files, executables and data ), while the "remove" - command should "normally" only remove data and executables. But in your case, you have some left-overs, which you could investigate at "/var/log/apt/term.log", "/var/log/apt/history.log" and "/var/log/dpkg.log"


Another option to search for related entries for a specific package ( as well in already rotated and compressed log - files ), you could use the command:

zgrep samba /var/log/apt/history*


If you don't like the idea to investigate the issue, just have a look at the provided "packages.debian.org" - link, which lists ALL files for the "samba" - package on Debian jessie systems.
 
Hi,
few Month ago i removed it via Plesk Interface.
So now i ran following command, and it worked.
Thank you.
Code:
sudo apt-get remove --purge samba
 
Back
Top