Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
26
rated 0 times [  26] [ 0]  / answers: 1 / hits: 187782  / 2 Years ago, sat, april 23, 2022, 11:09:02

How do I completely rip-out smb / samba from my Ubuntu 11.10 machine?



How do I, afterwards, reinstall it cleanly?



UPDATE: My goal is to rip out any functionality related to Windows SMB from my desktop and do a clean re-install of these components. See this question for some background.


More From » 11.10

 Answers
5

So, for the server, from the Terminal:



sudo apt-get remove --purge samba
sudo apt-get install samba


But, if you are having client problems, it would be more like:



sudo apt-get remove --purge smbclient libsmbclient
sudo apt-get install smbclient libsmbclient


Update:



Note that this answer only applies to Ubuntu 11.10! More recent Ubuntus will probably remove useful software with the apt remove command, so be sure to check what is being removed and if needed "cherrypick" packages in synaptic or similar.


[#42351] Saturday, April 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
moloy

Total Points: 457
Total Questions: 93
Total Answers: 119

Location: Romania
Member since Wed, Dec 29, 2021
2 Years ago
;