13

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?

mummey
  • 508

2 Answers2

9

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

XavierStuvw
  • 1,591
Guthrie
  • 91
4

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.

jrg
  • 61,707