Personal File Sharing missing packages

Asked by mark jensen

after installing personal file sharing, it won't allow sharing files over the network "because the required packages are not installed", but won't specify which packages need to be installed.

I need a button to "install required packages".

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
Deon Rodden
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Run:

sudo apt-get install samba

And it will install

Revision history for this message
mark jensen (n7evj) said :
#2

Ran "sudo apt-get install samba", it installed, and I still get "This feature cannot be enabled because the required packages are not installed on your system"

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Ok what is the output of:

lsb_rlelease -a; uname -a; lsb_release -a

Thanks

Revision history for this message
mark jensen (n7evj) said :
#4

Corrected (?) to: lsb_release -a; uname -a; lsb_release -a

output: No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.3 LTS
Release: 10.04
Codename: lucid
Linux blazer 2.6.32-38-generic-pae #83-Ubuntu SMP Wed Jan 4 12:11:13 UTC 2012 i686 GNU/Linux

then repeats from No LSB modules .... to ... Codename: lucid

Revision history for this message
mark jensen (n7evj) said :
#5

Still not resolved....

Revision history for this message
Best Deon Rodden (glitch-m) said :
#6

sudo apt-get install apache2.2-bin libapache2-mod-dnssd samba gnome-user-share

It'll work then.

Revision history for this message
mark jensen (n7evj) said :
#7

Wonderful!!! That took care of it! Thanks ever so much for your help!

Revision history for this message
mark jensen (n7evj) said :
#8

Thanks Deon Rodden, that solved my question.