Unable to install gitosis
apt-get install gitosis
I get
Err http://ftp.debian.org lenny/main gitosis 0.2+20080825-2
404 Not Found [IP: 130.89.148.12 80]
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]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
When I try to run apt-get update I also get 404 errors for other packages and the same happens when I try to update these packages via Virtualmin.
How can I go about installing gitosis with –fix-missing, what's the command line syntax?
The correct file actually seems to be here
4 Replies
apt-get install gitolite
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn't find package gitolite
````
?
EDIT: okay, got it!
Thanks for your help.