Results 1 to 10 of 11
Hello everyone,
For some wierd reason, my apt's not working correctly. I can't pinpoint the problem, but hopefully this will help:
Code:
%apt-get install kde
Reading package lists...
Building dependency ...
- 11-03-2005 #1
apt woes
Hello everyone,
For some wierd reason, my apt's not working correctly. I can't pinpoint the problem, but hopefully this will help:
When I did this for the first time a few months ago, it worked fine. What's going on?Code:%apt-get install kde Reading package lists... Building dependency tree... 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. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: kde: Depends: kde-core but it is not going to be installed Depends: kde-amusements but it is not going to be installed Depends: kdeaddons but it is not going to be installed Depends: kdeadmin but it is not going to be installed Depends: kdeartwork but it is not going to be installed Depends: kdegraphics but it is not going to be installed Depends: kdemultimedia but it is not going to be installed Depends: kdenetwork but it is not going to be installed Depends: kdepim but it is not going to be installed Depends: kdeutils but it is not going to be installed Depends: kdewebdev but it is not going to be installed E: Broken packages
Thanks for any and all help you can offer!
- 11-03-2005 #2Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
Are you running unstable/sid by chance ?
if so this happens occasionally. give it a few days for the maintainers to update the packages on the repository and try again.. Odds are in a few days it will work fine, at least that's been my experience.far...out
- 11-03-2005 #3
Yop, got the same problem with Debian Etch.
I had the desktop package installed (that contains only Gnome in Etch), and it was impossible to install KDE (same error exactly).
But, without Gnome, no problem, I could install KDE.
Weird...
Then again it is possible that I'm pulling the wrong conclusion from this situation..."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-03-2005 #4
Maybe they are upgrading KDE to 3.4.3. I would wait a while.
Has everything else worked fine?
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 11-03-2005 #5
- 11-08-2005 #6
Ok, I've waited a few days, and although I've gotten over the loss of KDE (which I still can't get with apt), I would very much like the SDL development libraries. However, when I try to get those, this is what happens:
I've tried 5 or 6 different mirrors, but the same results every time. What am I to do?Code:Rob:/home/rob# apt-get install libsdl1.2-dev Reading package lists... Done Building dependency tree... 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. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: libsdl1.2-dev: Depends: libxt-dev but it is not going to be installed or xlibs-dev (> 4.1.0) but it is not going to be installed E: Broken packages
By the way, I'm currently running Etch.
Thanks for any and all help you can offer!
- 11-08-2005 #7
- 11-08-2005 #8
try running
Also, can you post yourCode:apt-get -f install
I know you said you tired different mirrors, but I just want to seeCode:/etc/apt/sources.list
Brilliant Mediocrity - Making Failure Look Good
- 11-08-2005 #9
Have you tried using apt-setup to setup your sources.list? If so, then you should have a nicely formatted sources.list.
If not, then try (as root):BryanCode:apt-setup
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 11-08-2005 #10
I tried apt-get -f install and apt-setup, but to no avail. =(
Here's my sources.list, as requested:
Code:deb http://security.debian.org/ stable/updates main contrib non-free deb ftp://mirror.cs.wisc.edu/pub/mirrors/linux/debian/ testing main deb-src ftp://mirror.cs.wisc.edu/pub/mirrors/linux/debian/ testing main deb ftp://ftp.debian.org/debian/ testing main deb-src ftp://ftp.debian.org/debian/ testing main


Reply With Quote
