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


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

Ubuntu :: Packages Update Errors - Broken Dependencies

Mar 12, 2011

I have a computer with 128 ko of RAM (a very old one). I installed yesterday ubuntu 8 because ubuntu 9 requires 512 ko of RAM and was very slow. Now, I have problems to update packages and to install every thing. I changed the sources.list because it seems that links are no more available according to the error messages. (I have put many adresses for ubuntu 9 because I think the kernel is the same not as the kernel for ubuntu 10). But new problems have occurred like "broken dependencies". Now I want to correct, and I don't know how? I'm still a beginner with this OS.

View 2 Replies View Related

Networking :: Make Apt-get Ignore Broken Packages And Missing Dependencies?

Mar 20, 2011

when I have a broken packages on the system and want to apt-get install something (completely unrelated to the broken package) apt-get starts giving me crap about the broken stuff and won't download and install the packages I'm asking for. How can I make it ignore the completely unrelated stuff about missing deps on my system and download what I want?

View 3 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

Ubuntu Installation :: Updater Says Error 'Fix Broken Packages First' But No Broken Packages

Apr 24, 2010

I've been trying to fix this problem for quite a few days now and have done a lot of searching on these forums, Linux Mint Forums and some others Google lead me to and have has some success, but am now stuck.I have posted a thread on this same topic on the Linux Mint Forums, but have had no success (if you want check it out at:URL...Originally I received error messages when trying to update involving certain repositories which couldn't be accessed (because they either didn't exist or had been moved) and I hunted these down and changed or removed them.

I have done much searching, etc. and cannot find any broken packages. I have tried many many different commands which have mostly done nothing.I seem to be in a similar boat to this person: URL...

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

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 :: 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 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 :: Making Apt-get Ignore Broken Packages?

Apr 21, 2011

what should not be mentioned:

*disabling "Automatically fix broken packages before installing or removing" in aptitude -- because it does not work

*editing /var/lib/dkpg/status -- not related to apt-get really

* -m or -f options of apt-get -- because they do not help me in any way

* downloading the package manually and using dpkg --force-depends-version -i <package> -- again, not apt-get

I need the --just shut the fuck up and dl&install the darn package option immediately.

View 14 Replies View Related

Debian :: Force Aptitude To Ignore Broken Packages

Jul 26, 2010

I am just too tired and am missing something in the man pages for aptitude and not getting my search terms right but I can't seem to find a way to make aptitude ignore a couple of supposed broken packages (they work just fine by the way). The only way I can find to remidy the situation is to remove those couple of packages or upgrade several things to their Squeeze counter parts. I really don't want to try and do the upgrade as at home I am stuck on a 56k connection. Removing the broken packages I guess won't be too bad if I can find the debs again after I install a couple of things I want to add to my system. I would however just like to make aptitude ignore the state of my system and try to install what I want anyway.

View 14 Replies View Related

Debian :: Lenny: Error On Fixing Broken Packages?

Aug 25, 2011

I have Lenny in a multi-boot system on a HP Pavilion DV-1000 laptop, and yesterday when I logged in, noticed the red (-) icon on the right of the top panel. Mouse over it gave the message: "An error occurred, please run Package Manager from the right-click menu to see what is ". On doing so, Synaptic came up with "You have 3 broken packages on your system! Use the "Broken" filter to locate them". Selecting "Broken dependencies" resulted in the "base-files", base-passwd", and "dpkg" being listed. All three had "Installed Version" the same as "Latest Version", but marked in red in the check boxes.

Did "Edit"->"Fix Broken Packages" which marked the packages green. Clicking "Apply" gave a summary list: coreutils, gawk, gcc-4.3-base, libacl1, libattr1, libc6, libgcc1, libselinux1, libstdc++6, and izma as the packages that needed to be installed. Clicked "Apply" and got: "E: Internal Error, Could not perform immediate configuration (2) on libc6" A Google search indicated several people had run into this problem, but I could not find one consistent solution that seemed to address the problem completely.

View 2 Replies View Related

Debian Installation :: Mixed Wheezy With Sid Now Have Broken Packages

May 6, 2015

Without knowing the consequences I added the Sid repository to Wheezy (installed version) in order to install some software. Only much later I discovered that this generated me some mess which does not allow now to install additional software due to library conflicts.

I tried to install some packages needed to build the PhantomJS but here is what I got:

Code: Select allReading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version.
g++ is already the newest version.
g++ set to manually installed.

[Code] ....

Is there a way to clean up the mess that Sid introduced and revert back to the Wheezy versions?

I have an old backup, so it would take me much more time to reinstall/reconfigure certain software, so I am looking to alternatives.

Is there a way to check all the packages and find all the potential conflicts and then a way to restore the original Wheezy content?

View 1 Replies View Related

Debian :: Repositories Not Installing - Broken Packages Error

Jun 4, 2015

I've been trying to install a few programs with the basic Debian repositories on my Jessie edition, but I keep getting a "broken packages" error and "cannot be installed" error, and the programs won't install.

I went to other repositories, e.g. Mint and Ubuntu, and with these included in my sources.list file, I was able to install the desired programs.

If the programs are listed in Debian and the dependecies as well, why would they not install?

View 9 Replies View Related

Debian Multimedia :: Install Gnome On Testing - Broken Packages

Sep 12, 2015

I'm on Debian testing and every time I try to install Gnome I get this:

Code: Select all# alexandernst at stupidbox in ~ [18:51:07]
$ LC_ALL=C sudo tasksel install gnome-desktop --new-install
tasksel: apt-get failed (100)

I tried installing it manually:

Code: Select all# alexandernst at stupidbox in ~ [18:51:35]
$ LC_ALL=C sudo apt-get install gnome                     
Reading package lists... Done
Building dependency tree       
Reading state information... Done

[Code] ....

Is this a problem in Debian repos (held packages) or I'm actually doing something wrong?

View 13 Replies View Related

Fedora :: Wine Broken Dependencies - X64 ?

Dec 8, 2009

Code:

running on fedora 12 x64 and glibc-common is installed (glibc-common-2.11.4.x86_64)

Also, if im running a x64 system, why are most of the packages listed i686?

View 11 Replies View Related

Fedora :: Yum Update On Broken Dependencies

Sep 20, 2010

A couple of weeks ago, I went to run a yum update, but got this message:

Loaded plugins:

I've been running yum with --skip-broken since, but I'd like to know what package I need to get to the service level that xulrunner and firefox need. I'm running Fedora 12.

View 2 Replies View Related

Fedora :: F13 - YUM Update Of Gcc Has Broken Dependencies

Oct 8, 2010

This has been bothering me for a while. I thought if I waited a dependency would get fixed and the update would work, but it hasn't for a while now. I have included the error when trying to update gcc and the libraries. Skip broken skips everything so no dice there.

View 1 Replies View Related

Server :: Skipping Failed Dependencies Error / Rpm -u /packages Recieve A Failed Dependencies Error?

Nov 2, 2010

I am currently trying to upgrade over 100 rpms on multiple Red Hat servers. Whenever I try to do a rpm -u /packages/*.rpm i recieve a failed dependencies error on the very first rpm. I know that I can go though each rpm one by one and trace each dependency but that will take forever. Is there a way to skip these errors? I know the -nodeps command for rpm but I dont want to screw something up but running all of these rpms on -nodeps

View 10 Replies View Related

Fedora :: Cannot Start Eclipse - Some Dependencies Broken

Jul 9, 2011

Eclipse cannot start and I can see the following in the log:
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64
!ENTRY org.eclipse.osgi 2 0 2011-07-09 15:01:23.881
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved: .....
and etc. those files are actually in /usr/lib64/eclipse/plugins/ but system cannot find them as I see.

It happened after I played with Eclipse's software configs and broke some dependencies there. After I tried removing and reinstalingl eclipse I notices that /usr/lib64/eclipse files don't change and I have the same broken sortware install configuration. So I deleted the folder usr/lib64/eclipse and reinstalled Eclipse. It didn't work. I restored usr/lib64/eclipse from eclipse~ and now see that error log. What is the way to fix it or probably remove eclipse completely and reinstall that /usr/lib64/eclipse/ becomes as it was by default.

View 1 Replies View Related

Software :: Broken Dependencies Using Sudo Dpkg -?

Jan 17, 2011

I have a fairly old debian distribution running on the linux Kernel 2.6.18-4-686 and I did something silly which has broken multiple packages. I use the manual package installation command (sudo dpkg -i filename.deb) to install a single package (gcc base) however I did this using the latest version of the package which seems to have broken my GCC package completely and I am unable to compile c++ anymore.

When I now load the Synaptic Package Manager it tells me that I have 10 broken packages and when I use the fix feature it tells me I need to update other packages to fix the depencies (it selects almost every single package on my system to be removed at this point!).

I cant change the system too much because the software packages are set up specifically to run a certain application and I don't want to change anything incase I make it stop working!

So my question is this:

If I go to the synaptic Package Manager and uninstall the broken packages (they are all gcc related), will I be able to use the aptitude command to install GCC again? If so will it automatically install the version of GCC that will work with my system? or will it try and install the latest version and then update the rest of my system?

View 1 Replies View Related

Ubuntu Installation :: Can't Upgrade - Fails With Broken Dependencies

Apr 30, 2010

I've been trying all morning to update from a working 9.10 to 10.04 and unfortunately every time I try it blocks me.

An unresolvable problem occurred while calculating the upgrade: E:Unable to correct problems, you have held broken packages.

This can be caused by:

* Upgrading to a pre-release version of Ubuntu

* Running the current pre-release version of Ubuntu

* Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bug report.

Restoring original system state

I've uploaded the full apt log to pastebin here:

[URL]

View 9 Replies View Related

Ubuntu Installation :: Ktorrent Dependencies Broken - Cannot Install

Apr 16, 2011

I have Ktorrent installed via the repositories and its always worked perfectly. Today I ran software update with KPackageKit and it installed updates. It told me that KTorrent had to be removed to continue and without thinking I hit ok. Now my KTorrent is gone. When I try to install it on the terminal with

Code:

sudo apt-get install ktorrent

it gives me this error.

Code:

$ sudo apt-get install ktorrent
Reading package lists... Done
Building dependency tree
Reading state information... Done

[code]...

The following packages have unmet dependencies:

ktorrent : Depends: ktorrent-data (= 4.0.3-0ubuntu1) but 4.0.5-3ubuntu1~maverick1~ppa1 is to be installed

E: Broken packages If I remove and reinstall ktorrent-data it doesn't help. build-dep doesn't help. autoremove and then trying to reinstall doesn't help. I'm not running some strange dev version of anything. I have a standard Kubuntu 10.10 amd64 installation and my KDE version is 4.6.2 from the regular repositories. I run updates (standard repositories) almost every day and have never seen anything like this before.

View 8 Replies View Related

Ubuntu :: Kubuntu 10.04 Broken Dependencies After Installing Amarok 1.4

Jun 20, 2010

I've just tried to install amarok 1.4 with the bogdan sources, but now I've broken dependencies in Kubuntu 10.04.

When trying to sudo apt-get -f install, I got the following output:

I tried several tricks to repair the broken dependencies, but couldn't suceed.

View 4 Replies View Related

Ubuntu Installation :: Upgrade And Broken Dependencies (Samba-Common)

May 13, 2010

A couple of days ago, I upgraded my Kubuntu to Lucid. In this phase, the system reported that it was impossible to upgrade samba-common, and the installation aborted on 90%. Nevertheless everything is working but KPakageKit, which reports:
"There are broken dependecies on your system. Please use an advanced package manage e.g. Synaptic or aptitude to resolve this situation."

Neither "sudo aptitude safe-upgrade" nor "sudo apt-get -f install" solved the problem:
omen@darkstar:~$ sudo aptitude safe-upgrade
[..]:
samba-common
kubuntu-desktop .....

So the problem is really samba-common.

View 3 Replies View Related

Ubuntu Installation :: Package Dependencies / OpenOffice.org-core Broken?

May 17, 2010

So i upgraded from 9.10 to 10.04. when i ran update manager after the install, it had some stuff for OpenOffice and during the update it hung. I powered off the laptop and turned it back on, booted into ubuntu and tried over but it didn't list the updates again.

View 8 Replies View Related

Ubuntu :: System Technically Useless - Broken Dependencies - Unable To Update Or Diagnose

Jun 28, 2010

I can't update, download packages, or even diagnose due to an elusive error.

If I try to update or check using terminal I get this:

I even tried to restart in recovery mode to check for broken packages and I got this error:

I usually find answers in the documentation but this time I'm really stumped. I am Running 64 bit Ubuntu 9.04.

View 9 Replies View Related

Slackware :: Script To Detect Orphaned Libraries - Broken Lib Links - Missing Dependencies

Mar 9, 2010

My recent borked upgrade to -current inspired me to try to come up with a way to sanity-check the lib and bin dirs for broken library symlinks (possibly indicating missing libs) and for binaries and libraries that belong to no installed package, as well as missing dependencies.

This script is the result.

I've checked the script results manually, and it appears to be accurate, so I figured I'd post it here for a second opinion, and/or because others may find it useful too. I'm not aware of another popular method of doing this on Slackware, so here it is:

Code:

View 14 Replies View Related

OpenSUSE Install :: How To Remove Dependencies With Packages

Apr 30, 2010

When one installs an application,it brings in other stuff too as dependencies.

When this application is removed,will zypper remove the dependencies that came with it and are not needed by other installed packages?

Is it possible to check before and after removal?

View 9 Replies View Related







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