2

I was enabling file sharing using this question How to transfer files between Ubuntu and Windows? and something went wrong so I couldn't click on dialog buttons to install some service after samba. So samba got intalled and other service didn't so I couldn't complete all steps from tutorial and file sharing doesn't work.

So I want to uninstall samba and complete the tutorial again.

Dmitriy
  • 285

1 Answers1

3

I think this is what you are after :)

sudo apt-get remove --purge samba

Hope this helps.

Blake
  • 80
  • 5
  • thanks, it worked. I tried to install file sharing again and got some system error dialog, thus it fails to install libpam-smbpass, probably a bug – Dmitriy Jan 31 '16 at 14:20
  • Unfortunately this is where my knowledge hits its limitations, my sharing is simply set up with all files stored on a separate ntfs partition. – Blake Jan 31 '16 at 16:08