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
ADVERTISEMENT
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Dec 6, 2010
I'd like to update /etc/apt/sources.list with all the packages available on packages.debian.org and packages.ubuntu.com without apt-get, aptitude, and synaptic then trashing my system by trying to update all the obsolete packages. (I'm stuck with 8.04) I only want to update the packages / install new ones with their dependencies as I request them. How do I do that?
View 9 Replies
View Related
May 22, 2011
i want to install package say PHP5 i have all the dependencies packages of php5 in a folder.or say i have all the packages in a folder and i want to install using dpkg
but when i try to install the main package it say these dependencies are missing.there are more than 40-50 packages so its not possible to install manully first one package and then another.eg:
Code:
bhupinder packages # dpkg -i apache2_2.2.17-1ubuntu1_i386.deb
(Reading database ... 140101 files and directories currently installed.)
Preparing to replace apache2 2.2.17-1ubuntu1 (using apache2_2.2.17-1ubuntu1_i386.deb) ...
Unpacking replacement apache2 ...
[Code]...
now i have to install rest of the package manually ...is there any solution so that i can install it with single command...???
View 1 Replies
View Related
May 22, 2011
i want to install package say PHP5 i have all the dependencies packages of php5 in a folder.or say i have all the packages in a folder and i want to install using dpkg
but when i try to install the main package it say these dependencies are missing.there are more than 40-50 packages so its not possible to install manully first one package and then another..
[Code]...
View 1 Replies
View Related
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
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