PDA

View Full Version : [ubuntu] apt-get errors for autofs



mvirtual
February 3rd, 2011, 01:44 AM
Tried to update autofs feature. As per this link
https://help.ubuntu.com/community/Autofs

I tried

$ sudo apt-get install autofs

I get error:
-----------
$ sudo apt-get install autofs
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package autofs
--------------

I am new to linux, please let me know how what is going wrong.

I get similar errors when trying to update some other packages as well. Is there a location where the packages are ?

arpanaut
February 3rd, 2011, 02:14 AM
Looks like that since lucid the name of the program has changed.

Try:

sudo apt-get install autofs5

mvirtual
February 4th, 2011, 12:00 AM
Thanks ! That helped. Eventually found that autofs was already included in the initial install :)