Skip to content
Advertisement

Unable to install git

I ran the following commands on linux mint 12 lisa:

JavaScript

I am getting the following error on running 3. That is, installing git:

JavaScript

My /etc/apt/sources.list file contains the following content:

JavaScript

sudo apt-get upgrade shows the following:

JavaScript

Advertisement

Answer

You need to install aptitude first.

JavaScript

then install git using the command

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement