Share Files over the Network - What packages?

26,805

Solution 1

what worked for me was install Apache2. Just install a LAMP server (or just apache) --

sudo apt-get install apache2

Then it should work just fine.


In 16.04 the change is from

enter image description here

to

enter image description here

Solution 2

When you share files over the network in Ubuntu, you use samba - so you'll need to run sudo apt-get install samba and then try sharing the folder again.

Share:
26,805

Related videos on Youtube

mummey
Author by

mummey

former fruit vendor

Updated on September 17, 2022

Comments

  • mummey
    mummey over 1 year

    I see a pop up that says

    Share Files over the Network

    This feature cannot be enabled because the required packages are not installed on your system

    Simple enough, but what packages do I need?

    • Admin
      Admin about 10 years
      I have samba installed and am still getting the message above
  • Bobby
    Bobby over 13 years
    Not necessarily...I'd suggest NFS for a pure Linux environment. Though, AFAIK Samba is default choice of Ubuntu.
  • jrg
    jrg over 13 years
    @Allan True. @Bobby Yeah. Samba isn't necessarily the best way to do this, but it's the default choice.
  • Luis Alvarado
    Luis Alvarado over 12 years
    He is not trying to share it via HTTP. He is trying to share it like in windows. In this case the answer by jrg is the correct one.
  • brianpeiris
    brianpeiris over 10 years
    Apparently apache2 is required for the Ubuntu's file sharing feature to work.
  • XavierStuvw
    XavierStuvw over 4 years
    Using 16.04 here. I have first installed samba (and dependencies using synaptic) to no effect. I then apache2, again delegating to synaptic; it then activated the network activities. I have edited the post above to display the change in the Personal File Sharing Preference dialogue window (pending moderator's approval)