PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : aptget install alien



kdre
30.06.03, 19:47
Hallo,

irgendwie sind apt-get und ich keine besonders guten Freunde :-) Ich hoffe, daß sich das mal ändern wird.

Folgendes Problem. Ich will "alien" installieren.

0. apt-get update

1. apt-get install alien

Fehlermeldung:
Sorry, but the following packages have unmet dependencies:
alien: Depends: debhelper (>= 3) but it is not going to be installed
E: Sorry, broken packages

2. apt-get install debhelper

Fehlermeldung:
Sorry, but the following packages have unmet dependencies:
debhelper: Depends: debconf-utils but it is not going to be installed
E: Sorry, broken packages

3. apt-get install debconf-utils

Fehlermeldung:
Sorry, but the following packages have unmet dependencies:
debconf-utils: Depends: debconf (>= 0.9.59) but it is not going to be installed
ding: Depends: tk8.3 but it is not going to be installed or
wish
E: Sorry, broken packages


4. apt-get install tk8.3

Fehlermeldung:
Sorry, tk8.3 is already the newest version.

5. apt-get install debconf

Fehlermeldung:
Sorry, debconf is already the newest version.


Und damit bin ich mit meinem Latein am Ende :-(

apt-get upgrade oder dist-upgrade findet nix zum upgraden.

Meine source.list:

---
deb cdrom:[Debian GNU/Linux 3.0 (woody) - Bonzai Linux]/ stable contrib main
deb ftp://security.debian.org/debian-security stable/updates main
# XFree86 4.3.0
deb http://people.debian.org/~mmagallo/...s/xfree86/i386/ ./
# KDE - please replace x.x.x with the current KDE version.
deb ftp://ftp.uni-kl.de/pub/linux/kde/stable/3.1.2/Debian woody main
# Debian Woody Quellen
deb ftp://ftp.de.debian.org/debian/ stable main non-free contrib
---

hab gerade mal mit aptitude gekuckt, welche Versionen ich installiert habe:

debconf 1.2.35
debconf-utils 1.0.32
debhelper 4.0.2

Ich habe also neuere Versionen, als verlangt.

Irgendwelche Ideen?

Gruß,
Klaus

PS: Ich benutze Bonzai Linux 2.1

kdre
01.07.03, 17:16
Hallo,

ich habe die selbe Frage in einem englischsprachigen Forum gestellt (ich hoffe, daß das keine Sünde ist *g*) und folgende Antwort bekommen, die ich euch nicht vorenthalten möchte:

---
Unfortunately, you hit the limitation(or should I say bug) of apt-get. This happens because your debconf is TOO NEW which unfortunately is needed for XFree86 4.3 which got pulled in when that is installed.

My solution for this :

debootstrap a new woody system and install alien BEFORE I pulled in XFree86 4.3. In fact, alien is not alone. I also encountered similar problem when I tried to install locales after XFree86 4.3.

Since you are not doing it yourself, I don't know what solution you can have
---

Schade ...


Gruß,
Klaus

Flyerman
01.07.03, 17:20
das stable auf unstable ändern sollte abhilfe schaffen

kdre
01.07.03, 17:56
Danke für deine Antwort.

Was genau meinst du mit stable auf unstable ändern? Die kommplette Distribution auf unstable upgraden?


Gruß,
Klaus