I'm trying to set up an Ubuntu computer as a centralised storage for a few Windows 7 computers on my network. I did a fresh install of Ubuntu 12.10.

However, when I try to install Samba through the terminal using sudo apt-get install samba, I get this error:

Package samba is not available, but is referred to by another package. 

If I try to install it by clicking on the directory I want to share, then checking "Share this folder" to trigger the "Sharing service is not installed, Install Server" dialogue box, it results in these errors:

Package 'samba' is virtual. Package 'libpam-smbpass' is virtual. Sharing service installation failed 

I can't seem to find any information online about these errors - can someone help?

1

1 Answer

I had a similar issue and I resolved this by running the following:

sudo apt-get update 

I'm surprised the system doesn't automatically do an "apt-get update" immediately after installation - but the above fixes this.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy