Ubuntu – Cannot find Samba in Ubuntu 16.04 LTS Dash

16.04guisambaunity-dash

Samba, system-config-samba and everything related to Samba is installed according to Synaptic and up to date. But I do not see it in the Dash. /etc/samba/smb.conf is present too. Also I did not find Samba in the new Ubuntu Software Center either.

Best Answer

I had the same problem. Having installed Ubuntu Mate 16.04

gksu system-config-samba

ended up with message:

SystemError: could not open configuration file `/etc/libuser.conf': Datei oder Verzeichnis nicht gefunden

Funny ;-) solution: simply create the file:

sudo touch /etc/libuser.conf

restarted the server:

sudo service smbd restart

it worked! I can start the configuration tool from the ubuntu mate GUI menu now.