LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem installing Synaptic on 12.04 (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-synaptic-on-12-04-a-4175446056/)

sabello 01-17-2013 12:31 PM

Problem installing Synaptic on 12.04
 
The following packages have unmet dependencies
Depends: libept1.4.12 but it isunintallable
Depends: libvte9 (>=1.0.24.0) but it is not installable
Recommends:rarian-compat but it is not installable

TroN-0074 01-17-2013 12:35 PM

You can install it from the Ubuntu Software Center. That should take care of dependencies.

kareempharmacist 01-17-2013 12:36 PM

more details please about your distribution and your issue and situation..

knudfl 01-17-2013 01:52 PM

Welcome to LQ.

Please try : 1) sudo apt-get install -f
2) sudo apt-get update ( Updates the package lists.)
3) sudo apt-get install synaptic

sabello 01-18-2013 11:12 AM

Details of Distribution and situation
 
Quote:

Originally Posted by kareempharmacist (Post 4872367)
more details please about your distribution and your issue and situation..

I have Ubuntu 12.04. I cant install the synaptic manager

sabello 01-18-2013 11:15 AM

Quote:

Originally Posted by knudfl (Post 4872396)
Welcome to LQ.

Please try : 1) sudo apt-get install -f
2) sudo apt-get update ( Updates the package lists.)
3) sudo apt-get install synaptic

When I tried sudo apt-get install -f I got 0 upgrade. I tried the second line, its say done. Whne I tried the 3rd line. It repeated the Depencies error message that I posted earlier

TroN-0074 01-18-2013 11:17 AM

What happens when you try to install it from software center?

sabello 01-18-2013 11:25 AM

Error Intalling from Ubuntu Software Center
 
Quote:

Originally Posted by TroN-0074 (Post 4872365)
You can install it from the Ubuntu Software Center. That should take care of dependencies.

On trying this, I got the error message of
Packages Dependencies cannot be resolved
The following Packagges have unmet dependencies
Synaptic: Depends: libc6(>=2.4) but 2.15-0Ubuntu is to be installed
Depends: libept1.4.12 but it is not going to be installed

sabello 01-18-2013 11:35 AM

Error message on Installing from Software Center
 
Quote:

Originally Posted by TroN-0074 (Post 4873005)
What happens when you try to install it from software center?

It gave the error message Package dependencies cannot be resolved
The following packages have unmet dependencies
Synaptic: Depends:libc6(>=2.4)but 2.15-0ubuntu10 is to be installed
Depends: libept1.4.12 but itis not going to be installed

snowday 01-18-2013 11:36 AM

The error message suggests you are attempting to mix and match packages from different Ubuntu releases.

Can you please copy & paste the output of:

Code:

cat /etc/apt/sources.list

TroN-0074 01-18-2013 11:43 AM

Another thing
Code:

sudo apt-get -f install

sabello 01-18-2013 11:58 AM

Quote:

Originally Posted by snowpine (Post 4873016)
The error message suggests you are attempting to mix and match packages from different Ubuntu releases.

Can you please copy & paste the output of:

Code:

cat /etc/apt/sources.list

the output is
deb http://archive.ubuntu.com/ubuntu precise universe

sabello 01-18-2013 12:00 PM

Quote:

Originally Posted by TroN-0074 (Post 4873021)
Another thing
Code:

sudo apt-get -f install

the output is
0 upgraded 0 newly installed 0 to remove 0 not removed

snowday 01-18-2013 12:30 PM

Quote:

Originally Posted by sabello (Post 4873029)
the output is
deb http://archive.ubuntu.com/ubuntu precise universe

Your software sources /etc/apt/sources.list is missing (at minimum) the "main" repo to install libc6 so that you can satisfy the dependencies for synaptic.

You may find this helpful:

http://repogen.simplylinux.ch/

After you repair /etc/apt/sources.list then you refresh with:

Code:

sudo apt-get update
and you should be OK. :)

sabello 01-19-2013 04:20 AM

Quote:

Originally Posted by snowpine (Post 4873049)
Your software sources /etc/apt/sources.list is missing (at minimum) the "main" repo to install libc6 so that you can satisfy the dependencies for synaptic.

You may find this helpful:

http://repogen.simplylinux.ch/

After you repair /etc/apt/sources.list then you refresh with:

Code:

sudo apt-get update
and you should be OK. :)

I need the following to move ahead, Reponame, Description, Homepage, Instructions to manually add Repo, GPG command, Repo URL and Repo Source-URL


All times are GMT -5. The time now is 08:34 AM.