Install sshfs using apt-get

Asked by Onno

I'm trying to install sshfs using apt-get, it returns a 404 each time. The curious thing is that I can open the link in the browser, so I can download the deb but can't install it using apt-get because it doesn't seem able to download.

I did not try but I suppose that no apt-get install will work.

ostraaten@Ali:~$ sudo apt-get install sshfs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  language-pack-zh-hans language-pack-kde-en language-pack-kde-zh-hans
  libnspr4-0d language-pack-kde-en-base language-pack-zh-hans-base
  language-pack-kde-zh-hans-base
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  sshfs
0 upgraded, 1 newly installed, 0 to remove and 51 not upgraded.
Need to get 43.4 kB of archives.
After this operation, 123 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  sshfs
Install these packages without verification [y/N]? Y
Err http://nl.archive.ubuntu.com/ubuntu/ precise-updates/main sshfs i386 2.3-1ubuntu0.1
  404 Not Found
Failed to fetch http://nl.archive.ubuntu.com/ubuntu/pool/main/s/sshfs-fuse/sshfs_2.3-1ubuntu0.1_i386.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ostraaten@Ali:~$

Question information

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

Can you give the output of:

sudo apt-get update

Thanks

Revision history for this message
Onno (ostraaten) said :
#2

I'm sorry my mistake. Somehow a piece malware managed to update my /etc/environment and /etc/apt/apt.conf with proxy settings. Just to get some extra hits? I'm not sure but it was a website with questionable material. These seem to overrule the system wide settings when using apt-get. After removing the settings it is working as expected again.