Debian :: Installing / Removing - Packages Have Unmet Dependencies

Jun 1, 2011

I have an issue with packages. When I try to install any package then I receive error like this one below.
e.g. install Lynx:

Code:
# apt-get -f install lynx
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libperl5.10: Depends: perl-base (= 5.10.0-19lenny3) but 5.10.0-19lenny2 is to be installed
libsnmp15: Depends: libsnmp-base (>= 5.4.1~dfsg-12) but it is not going to be installed
lynx: Depends: lynx-cur (>= 2.8.7dev9-2.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

So I decided to remove libperl5.10 which apparently mess. But its not that easy, just take a look:

Code:
# apt-get --purge remove libperl5.10
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libsnmp15: Depends: libsnmp-base (>= 5.4.1~dfsg-12) but it is not going to be installed
Depends: libperl5.10 (>= 5.10.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
...and now I don't know what to do ?

View 13 Replies


ADVERTISEMENT

Debian :: Proftpd Install - Unmet Dependencies And Broken Packages

Oct 23, 2015

I am attempting to setup an ftp server as a first project to get me going in the world of Linux however when I run the command apt-get install proftpd-basic ....

View 14 Replies View Related

Debian Installation :: Unmet Dependencies When Installing New Kernel

Mar 25, 2011

I am trying to upgrade a server I was put in charge of and keep running into a loop of errors.

uname -r
2.6.11.12

When I do apt-get -f install I get the error: WARNING: this version of the GNU libc requires kernel version 2.6.18 or later. upgrade your kernel before installing glibc.

Then when I try installing the kernel I get the error: You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies

[code]....

View 12 Replies View Related

Debian :: Installing NeBEM Unmet Dependencies On Jessie (GSL)

Feb 2, 2016

I am trying to install this software: [URL] .... on jessie.

I have copied lib/libIsles64.a into lib/libIsles.a and done

Code: Select all sudo make cleanall

from the main folder. When I write

Code: Select allsudo make

I receive the error

In file included from src/Interface/neBEMinterface.c:20:0: include/Isles.h:14:29: fatal error: gsl/gsl_complex.h: No such file or directory compilation terminated.

View 2 Replies View Related

Ubuntu :: 10.04 Java - Packages Have Unmet Dependencies

Nov 3, 2010

I have the following error in 10.04. I've tried several times to uninstall, resolve, install these dependencies and am at my wits end now. This morning I gave up on OpenJDK and installed Sun JDK, hence the sun versions below. But this error is stopping me from installing anything else.

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:

The following packages have unmet dependencies:
default-jre-headless: Depends: openjdk-6-jre-headless (>= 6b14) but it is not going to be installed
icedtea-6-jre-cacao: Depends: openjdk-6-jre-headless (= 6b18-1.8.2-4ubuntu2) but it is not going to be installed
latexdraw: Depends: libjiu-java but it is not going to be installed
Depends: libjlibeps-java but it is not going to be installed
openjdk-6-jre: Depends: openjdk-6-jre-headless (>= 6b18-1.8.2-4ubuntu2) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

me@andromeda:~/private$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Server VM (build 17.1-b03, mixed mode)
me@andromeda:~/private$ javac -version
javac 1.6.0_22

View 5 Replies View Related

Ubuntu :: Gnome Won't Install - Following Packages Have Unmet Dependencies

Jun 2, 2010

So recently I've been exploring my options in terms of a desktop environment. trying out different options (Blackbox, Enlightenment ect..) and somehow in the process i managed to uninstall Gnome.

Normally I would just re-install it but whenever I try I get this:

Quote:

The following packages have unmet dependencies:

So I go through synaptic and it tells me, to install 'swfdec-mozilla' i need to uninstall 'epiphany-extensions' so I do that. and then the terminal gives me the same error as before.. only it say that 'epiphany-extensions' is not going to be installed.

I'm running 10.04.

View 4 Replies View Related

Ubuntu :: Git Packages Install Error - Unmet Dependencies

Apr 15, 2011

I try to install git packages, when I type ./configure it gives me the error:
Code:
C compiler cannot create executable
Search around, and I find a solution, install the g++ packages, simply type:

Code:
apt-get install g++
But it gives me another error

Code:
The following packages have unmet dependencies:
G++ : Depends: g++-4.4 (>= 4.4.3-1) but it is not going to be installed
E: Broken packages
I also tried

Code:
apt-get install build-essential
But I get another error

Code:
The following packages have unmet dependencies:
build-essential : Depends: libc6-dev but it is not going to be installed or
libc-dev : Depends: g++ (>= 4:4.3.1) but it is not going to be installed
E: Broken packages

View 9 Replies View Related

Ubuntu Installation :: 11.04 Upgrade - Packages Have Unmet Dependencies

Apr 29, 2011

I am trying to upgrade to ubuntu 11.04 from my current 10.10 system. If I try to upgrade with Upgrade Manager it stops at calculating upgrade step and I can see red circle at top left corner, hovering over this gives message -
An unresolvable problem occurred while calculating the upgrade.
Please report this bug against the 'update-manager' package and include the following error message:
'E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.'

If I run
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Failed

The following packages have unmet dependencies:
libappindicator1 : Depends: libdbusmenu-gtk3 but it is not going to be installed
Recommends: indicator-application (>= 0.2.93) but it is not going to be installed
overlay-scrollbar : Depends: liboverlay-scrollbar-0.1-0 but it is not going to be installed
python-aptdaemon-gtk : Depends: python-aptdaemon.gtk3widgets (= 0.41+bzr646-0ubuntu2) but it is not going to be installed
python-couchdb : Breaks: desktopcouch (< 1.0) but 0.6.9b-0ubuntu1 is to be installed
python-desktopcouch-records : Conflicts: desktopcouch (< 1.0.7-0ubuntu2) but 0.6.9b-0ubuntu1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

View 5 Replies View Related

Ubuntu :: Can't Install Chromium - Error - Following Packages Have Unmet Dependencies

Jun 19, 2011

Everytime I try to install Chromium via the software centre or the terminal I get this error:

The following packages have unmet dependencies:

View 1 Replies View Related

General :: Pidgin Installation Via Terminal - Packages Have Unmet Dependencies: Pidgin: Depends: Libpurple0

May 1, 2010

I am using Ubuntu 9.04. After doing sudo apt-get update When I try to insatll pidgin via terminal it shows: XXX@XXX-desktop:~$ sudo apt-get install pidgin Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.

The following information may help to resolve the situation: The following packages have unmet dependencies: pidgin: Depends: libpurple0 (>= 1:2.6.0) but it is not going to be installed Depends: perl (>= 5.10.0-19ubuntu1.1) but 5.10.0-19ubuntu1 is to be installed E: Broken packages

View 5 Replies View Related

General :: Debian 5.0 Ffmpeg Unmet Dependencies - Webmin?

Mar 24, 2011

I am running a video script on my server and I am very new to running a dedicated server and commands. Most of our site was setup but other and someone has broke something and no one seems to know how to fix.

Here is the issue. We run a script that uses these requirements

[Mod edit]Adult content Link removed

requirements

Now our server guy ran a update inside webmin for debian and now our videos still convert but wont make thumbs. Here is what he did.

Now updating libsmbclient ..

Now the AVS script wont make thumbs and webmin still wants to do 3 more updates that get unmet dependencies errors. Here they are when we try to run another update.

Building complete list of updates ..

Now what we need to do is either undo the update he already did or maybe get the one its asking for now to work but not sure which one will fix our thumb generating problem? Here is the error in the log file of the AVS script.

Seems stream 0 codec frame rate differs from container frame rate:

View 3 Replies View Related

Ubuntu :: "unmet Dependencies" While Installing A Package

Aug 26, 2010

I want to install a package but get this error:

Code:

mahmood@localhost:~$ sudo apt-get install kdevplatform-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done

[code].....

View 14 Replies View Related

Ubuntu :: Removing Packages With Dpkg - Dependencies?

Jan 26, 2011

I want to remove Evolution and install Thunderbird. I have a general question. WRT any given package, how can I determine if that package is required by any other packages so that I wouldn't want to remove it?

View 9 Replies View Related

Ubuntu :: Gammu-smsd Will Not Work - Error "packages Have Unmet Dependencies: Gammu-smsd: Depends: Libgsmsd7"

Apr 7, 2010

I have tried installing gammu-smsd on both hardy and jaunty... this is the error I'm getting... Quote: The following packages have unmet dependencies: gammu-smsd: Depends: libgsmsd7 but it is not going to be installed Depends: libpq5 (>= 8.4~0cvs2009032 but 8.3.9-0ubuntu9.04 is to be installed E: Broken packages radio@SMSgateway:~$

I have tried looking for both of these packages individually but to my suprise no luck!! And when I google such error messages, nothing comes up.. I'm almost into tears..I just wish I knew what to do to begin troubleshooting and or my options at this point for making this work... some of my referenced articles: [URL]

View 2 Replies View Related

Debian Configuration :: Aptitude Not Removing Dependencies?

Mar 25, 2011

I have had this problem repeatedly with aptitude recently. I run Debian Squeeze but in a somewhat unusual fashion - I create a custom live image using the builder on the Debian Live website and then run the live image in persistent mode off a flash drive. For all intents and purposes this has never behaved any differently from a standard Debian install and has given me a great deal of flexibility and power, for which I'm grateful.

However there's been one strange phenomenon that keeps occurring. After a certain point - not before - aptitude stops removing dependencies when I remove packages, though in the ncurses interface the option is shown as switched on (and my .aptitude/config file does not switch it off, nor does any other configuration file that I can find, though maybe I'm missing something). This occurs even in the case of dependencies which I know cannot be depended upon by any other package. e.g. the e17 package in unstable brings in libecore, libevas etc. which are depended on only by e17 as I have no other Enlightenment packages installed. But removing e17 removes only the e17 package and not the dependencies.

The other odd thing is that this does not occur at first. Aptitude works fine for a while on a clean system. At some point though it simply changes in behaviour.

View 1 Replies View Related

Debian :: G++ Packages Dependencies Are Ok?

Jun 22, 2011

i'm can't install the g++ compiler. I've got the packages to install with the command "dpkg -i xxxx.deb", but i see a cross dependence between g++-4.3 and libstdc++6-4.3-dev. Or am I missing something?

[URL]

View 4 Replies View Related

Debian :: Broken Packages / Dependencies

Aug 27, 2015

seems like after a recent upgrade of stretch, i get a message (in italian)

Code: Select all
$ sudo apt-get install kde-full
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:

[CODE]..

View 2 Replies View Related

Debian :: Download Packages And Dependencies

Jun 15, 2010

I'm hitting my head against the wall trying to figure out (and find any information on) how to download a package and all its dependencies.I've tried to clean the cache,$ sudo apt-get clean and then download a package and its depednencies,but it doesn't download dependencies that are already installed.I need to do this to install a package on a machine that doesn't see the net.I remember doing this somehow ages ago, and I think I might have even combined the package and its dependencies into a single self-contained .deb using dpkg.

View 4 Replies View Related

Ubuntu Installation :: "unmet Dependencies" While Trying To Install VBOX?

Nov 21, 2010

I have just newly installed Ubuntu10.10 on my laptop and am attempting to install VirtualBox 3.2.10. Everything has been going fine until I run the apt-get install command. The results are as follows:

Code:
bn0@n0v0n:~$ sudo apt-get install virtualbox-3.2
Reading package lists... Done

[code]...

View 2 Replies View Related

Debian :: Unable To Install Packages / Dependencies - Jessie

Oct 8, 2015

I have been using linux for about a year and have run into a new problem I am unable to solve. It started when I attempted to install some packages I needed to get VirtualBox to run VMs. I am on Jessie.

I am unable to install various packages, including gedit, aptitude etc. I do not think it is a problem with my sources.list as my laptop has the same sources.list and I am not encountering the same problems on it. Packages will not install any dependencies. -f install isn't doing anything for me.

My sources.list...

deb [arch=amd64,i386] http://ftp.ca.debian.org/debian/ jessie main contrib non-free
deb-src [arch=amd64,i386] http://ftp.ca.debian.org/debian/ jessie main contrib non-free

deb http://ftp.ca.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.ca.debian.org/debian/ jessie-updates main contrib non-free

[Code] ....

I tried to check for held packages with

userone@localhost:~$ dpkg --get-selections | grep hold

But get nothing.

sudo apt-get install -y

View 10 Replies View Related

Debian Configuration :: Remove The Packages Installed From Using Build Dependencies

Jun 15, 2011

Does aptitude(or apt-get) have the functionality to remove the packages installed from using build-dep? It just seems convenient if you want to remove a program that was built from source.

View 4 Replies View Related

Debian :: Removing Backport Kernel Packages ?

Sep 19, 2010

In trying to get something else working, I installed a newer version of the kernel from backports (I'm on 2.6.26 lenny and the backport kernel is 2.6.32). That failed, so I want to remove the backport kernel completely.

I tried:

Code:

and got:

Code:

Accept this solution? [Y/n/q/?]

I don't really understand how these metapackages work and I don't want to accidentally remove my currently-working kernel.

What's the correct way to remove all packages related to the backports kernel and leave the existing lenny ones alone?

View 4 Replies View Related

Debian Configuration :: Removing List Of Unwanted Packages

May 5, 2011

I have a fresh Debian install, since this install was on a desktop, I had an internet connection and didn't notice (it was late, I was half asleep) I opted to download a whole load of packages I didn't really need. I thought all was doomed until I remembered that I have done another Debian install but a week ago on a laptop, which has a nice clean install without all the bloat.

So I ran dpkg --get-selections > selections
and had it sent to my new desktop installation.

Now if I run dpkg --set-selections < selections followed by dselect-upgrade nothing happens. I assume this is because the smaller list contains all the packages 'to be installed' which already are, and all the missing packages are not being purged. Do I need to explicitly add all the packages I want to purge to the 'selection' list or is there a better way of doing it?

View 1 Replies View Related

Debian :: Installing I386 Packages Prompts Removal Of Amd64 Packages

Apr 8, 2015

I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is

Code: Select allapt-get install package-name:i386

prompts the removal of currently installed packages (amd64 arch.) which is the problem.

Code: Select allReading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libportaudio0:i386

[Code] ...

Some of the packages I am talking about are

-libegl1-mesa-dev:i386
-libportaudio-dev:i386

Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?

View 1 Replies View Related

Debian :: Old Kernel Removing With Safety Including Packages And Image

Oct 22, 2015

I am new and recently almost one month back installed debian linux stable 8.2 came from windows. Today I upgrade my debian stable 8.2 to testing and everything works fine. Just one thing is that I checked kernel and find :

uname -r

4.2.0-1-amd64

dpkg --list | grep linux-image

ii linux-image-3.16.0-4-amd64 3.16.7-ckt11-1+deb8u5 amd64 Linux 3.16 for 64-bit PCs
ii linux-image-4.2.0-1-amd64 4.2.3-2 amd64 Linux 4.2 for 64-bit PCs
ii linux-image-amd64 4.2+68 amd64 Linux for 64-bit PCs (meta-package)

I am first time removing old kernel so cant take risk from searching the solution from google so come here, what and how to remove that includes everything like kernel image and other old kernel files not needed.

One more thing I just realised and saw on details in settings gnome that

Base : Debian GNU/Linux stretch/sid 64-bit

Is this right as it says sid in the line but i just changed my sources.list to testing only and then aptitude upgrade and full-upgrade then just.

View 3 Replies View Related

Debian :: XFCE Installing Gnome Dependencies?

Apr 1, 2011

I installed Debian 6.0.1.a on Friday, but the problem is that installing xfce installed a few packages that have nothing to do with it, like Brasero and metacity. I'm using the xfwm but why were these extra packages installed? All I installed at the time were wicd, gdebi, xorg and xfce4. Everything is working fine...but why the extra bits?

View 11 Replies View Related

Software :: Yum - Remove Without Removing Dependencies

Jan 26, 2010

how to remove without removing dependencies.

View 1 Replies View Related

Fedora Installation :: Removing Package With Dependencies?

May 9, 2010

How do most experienced Fedora users remove packages with large number of dependencies?

I know that the question is as old as yum, but still I can't find solution. There is package-cleanup tool, which supposed to do the job with "--leaves" key, but it doesn't seem to work. Right now I have F12 installed. I installed rosegarden with `yum install rosegarden`. Then I removed it with `yum remove rosegarden`. If I understand right, `package-cleanup --leaves` must show all of 12 dependencies that was installed with rosegarden, but it shows none of them (although it shows few packages). Is this a bug? For years I used Ubuntu and Debian and I was completely satisfied with apt.

View 7 Replies View Related

Ubuntu :: Remove A Package Without Removing Dependencies

Jun 20, 2010

I need to remove libgl1-mesa-swx11, as after I installed it, it has slowed down all my graphics. However, in SPM, it says in order to remove it, I have to remove most of my system, it seems as though it's "dependencies" involve everything to do with graphics, which I was running fine and much better before. So, how do I remove this package without removing dependencies?

View 3 Replies View Related

Debian :: Installing Firefox And Removing Iceweasel Removes GNOME

Aug 30, 2015

So I can't install Firefox, because it conflicts with Iceweasel, but it appears that uninstalling Iceweasel uninstalls GNOME (gnome & gnome-core).Is there any way around this? Perhaps telling apt that Firefox is an alternate to Iceweasel?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved