New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

problem installing git

Got problems with Bubba? Then this forum is for you.
Locked
anderser
Posts: 1
Joined: 03 Apr 2009, 14:01

problem installing git

Post by anderser »

Hi,

I'm trying to install git on my bubba server but since i'm new to linux I've run into some problems.

when I type:

Code: Select all

apt-get install git-core
I get:

Code: Select all

Reading Package Lists... Done
Building Dependency Tree... Done
Package git-core is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package git-core has no installation candidate
I'm guessing i need some changes in my /etc/apt/sources.list, but not sure. Currently it looks like this:

Code: Select all

#deb http://ftp.se.debian.org/debian/ sarge main
#deb http://security.debian.org/ sarge/updates main
#deb http://ftp.se.debian.org/debian/ sarge non-free

deb http://archive.debian.org/debian sarge main
deb-src http://archive.debian.org/debian sarge main

deb http://update.excito.net/ bubba main
Anyone have any pointers on what to do?
jonj1
Posts: 51
Joined: 24 Oct 2008, 15:33

Re: problem installing git

Post by jonj1 »

Your sources.list references 'sarge' which is no longer supported (http://en.wikipedia.org/wiki/Debian#Releases). You'd need to upgrade it to 'etch' or 'lenny'. There may be info elsewhere in the forum about how to do this.
Locked