Re: [git-users] Re: error: GIt has no installation candidate

2013-06-10 Thread Martin Møller Skarbiniks Pedersen
On 10 June 2013 02:31, Deepak Selvaraj dpkselva...@gmail.com wrote:
 Hi,

 I am sorry yes I am using UBUNTU and here is my system configuration

 No LSB modules are available.
 Distributor ID:Ubuntu
 Description:Ubuntu 10.04.4 LTS

Desktop 10.04 ran out of support 2013-05-09 so that is probably the reason you
can't get a git package for that system.

Ubuntu 12.04 which also is a LTS is supported until 2017-04.

Regards
Martin

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [git-users] Re: error: GIt has no installation candidate

2013-06-10 Thread Konstantin Khomoutov
On Mon, 10 Jun 2013 08:30:33 +0200
Martin Møller Skarbiniks Pedersen traxpla...@gmail.com wrote:

  I am sorry yes I am using UBUNTU and here is my system configuration
 
  No LSB modules are available.
  Distributor ID:Ubuntu
  Description:Ubuntu 10.04.4 LTS
 
 Desktop 10.04 ran out of support 2013-05-09 so that is probably the
 reason you can't get a git package for that system.

I think the repositories should be accessible anyway.
Ubuntu seems to archive unsupported past releases (just like Debian
does).  To make Lucid packages available one should replace normal URL
for packages in /etc/apt/sources.list with

deb archive.ubuntu.com/ubuntu lucid main

and comment out an URL used to fetch security updates (since there will
be no security updates, and the URL is invalid anyway).

Then after the next run of `apt-get update` the git meta package
should become available (`apt-cache policy git` should list a version
and an URL for it).

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [git-users] Re: error: GIt has no installation candidate

2013-06-10 Thread Konstantin Khomoutov
On Mon, 10 Jun 2013 14:03:21 +0400
Konstantin Khomoutov flatw...@users.sourceforge.net wrote:

[...]
 To make Lucid packages available one should replace normal URL
 for packages in /etc/apt/sources.list with
 
 deb archive.ubuntu.com/ubuntu lucid main

Or, rather, with

deb http://archive.ubuntu.com/ubuntu lucid main

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[git-users] Re: error: GIt has no installation candidate

2013-06-09 Thread Deepak Selvaraj
Hi, 

I am sorry yes I am using UBUNTU and here is my system configuration

No LSB modules are available.
Distributor ID:Ubuntu
Description:Ubuntu 10.04.4 LTS
Release:10.04
Codename:lucid

Please help.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.