Is there a way to reinstall smb & samba as if it was a clean install?

I am having so much problems with accessing Windows Share directories on my Ubuntu 11.10 (with Gnome 3 Shell) that I want to try reinstalling this subsystem entirely.

I've tried AskUbuntu with this question and this question to no avail.

Please help.

NOTE: I can't "mount" nor browse (using Nautilus).

link|improve this question

feedback

closed as off topic by SvenW, Zoredache, mailq, Iain, MDMarra Nov 21 '11 at 18:52

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

apt-get --purge remove samba
apt-get clean
apt-get install samba
link|improve this answer
And put sudo before each command to gain the access rights. – mailq Nov 2 '11 at 22:52
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.