<p>On Aug 16, 2012 4:42 PM, <<a href="mailto:p.echols@comcast.net">p.echols@comcast.net</a>> wrote:<br>
> ----- Original Message -----<br>
> > From: "Donkey Hottie" <<a href="mailto:donkey@fredriksson.dy.fi">donkey@fredriksson.dy.fi</a>><br>
> > To: <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
> > Sent: Thursday, August 16, 2012 7:16:46 AM<br>
> > Subject: Re: Painless Re-installation of the System<br>
> > 16.08.2012 15:48, Amichai Rotman kirjoitti:<br>
> > > Hi,<br>
> > ><br>
> > > Is there something like Microsoft's System File Checker (SFC) for<br>
> > > Ubuntu?<br>
> > ><br>
> > > I interrupted the Samba installation and now I don't have the<br>
> > > Sharing<br>
> > > Options in the context menu of Nautilus, although samba is<br>
> > > installed...<br>
> > ><br>
> ><br>
> > apt-get remove samba<br>
> > apt-get install samba<br>
> ><br>
><br>
> And if that does not work, maybe:<br>
><br>
> $ sudo apt-get clean && sudo apt-get install --reinstall samba<br>
><br>
> --  PE</p>
<p>And if that doesn't work, try:<br>
sudo apt-get purge samba<br>
Then delete the samba config file if it left it behind, followed by:<br>
sudo apt-get install samba<br>
</p>