Installing a .deb file manually?

Posted by stef on Server Fault See other posts from Server Fault or by stef
Published on 2012-04-10T16:45:31Z Indexed on 2012/04/10 17:31 UTC
Read the original article Hit count: 263

Filed under:

apt-get install gitosis --fix-missing on my Linode still leads to a 404

(Failed to fetch http://ftp.debian.org/debian/pool/main/g/gitosis/gitosis_0.2+20080825-2_all.deb  404 Not Found [IP: 130.89.148.12 80]
)

. The correct file location seems to be http://ftp.debian.org/debian/pool/main/g/gitosis/gitosis_0.2+20090917-11_all.deb

Is there any way I can install this without apt-get, or point apt-get in the right direction somehow?

Several other packages on my Debian Linode also point to 404, both from command line and virtualmin.

EDIT: Machine details Debian 5.0 64bit (Latest 2.6 (2.6.39.1-x86_64-linode19))

EDIT2 My sources list

# main repo
deb http://ftp.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.debian.org/debian/ lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

deb     http://volatile.debian.org/debian-volatile  lenny/volatile  main contrib non-free
deb-src http://volatile.debian.org/debian-volatile  lenny/volatile  main contrib non-free

# contrib & non-free repos
#deb http://ftp.debian.org/debian/ lenny contrib non-free
#deb-src http://ftp.debian.org/debian/ lenny contrib non-free
#deb http://security.debian.org/debian/ lenny/updates contrib non-free
#deb-src http://security.debian.org/debian/ lenny/updates contrib non-free

deb http://software.virtualmin.com/gpl/debian/ virtualmin-lenny main
deb http://software.virtualmin.com/gpl/debian/ virtualmin-universal main

© Server Fault or respective owner

Related posts about apt