PDA

View Full Version : kdebluetooth



Kevins27
06-24-2004, 05:19 PM
Hi!
I have a problem to install kdebluetooth on knoppix (hd-install) 3.4.

apt-get install kdebluetooth

Entpacke kdebluetooth (aus .../kdebluetooth_0.0.cvs20040528-1_i386.deb) ...
dpkg-divert: `diversion of /usr/bin/kdesktop_lock to /usr/bin/kdesktop_lock_nobt by kdebluetooth' clashes with `diversion of /usr/bin/kdesktop_lock to /usr/bin/kdesktop_lock.orig by kdelock-knoppix'
dpkg: Fehler beim Bearbeiten von /var/cache/apt/archives/kdebluetooth_0.0.cvs200H40528-1_i386.deb (--unpack):
Unterprozess pre-installation script gab den Fehlerwert 2 zurück
Fehler traten auf beim Bearbeiten von:
/var/cache/apt/archives/kdebluetooth_0.0.cvs20040528-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Have anyone a idea?

Greetings from austria

Kevin

kelmo
06-26-2004, 02:16 AM
cd /var/cache/apt/archives
sudo dpkg --force-overwrite -i kdebluetooth_0.0.cvs200H40528-1_i386.deb

ssc
07-19-2004, 09:39 AM
cd /var/cache/apt/archives
sudo dpkg --force-overwrite -i kdebluetooth_0.0.cvs200H40528-1_i386.deb

Nope man.... do work @my knoppix....


root@ssc:/home/ssc/Bluetooth# apt-get install kdebluetooth
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
Die folgenden NEUEN Pakete werden installiert:
kdebluetooth
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 430 nicht aktualisiert.
Es müssen noch 0B von 25,5MB Archiven geholt werden.
Nach dem Auspacken werden 81,0MB Plattenplatz zusätzlich benutzt.
(Lese Datenbank ... 109493 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke kdebluetooth (aus .../kdebluetooth_0.0.cvs20040707-1_i386.deb) ...
dpkg-divert: `diversion of /usr/bin/kdesktop_lock to /usr/bin/kdesktop_lock_nobt by kdebluetooth' clashes with `diversion of /usr/bin/kdesktop_lock to /usr/bin/kdesktop_lock.orig by kdelock-knoppix'
dpkg: Fehler beim Bearbeiten von /var/cache/apt/archives/kdebluetooth_0.0.cvs20040707-1_i386.deb (--unpack):
Unterprozess pre-installation script gab den Fehlerwert 2 zurück
Fehler traten auf beim Bearbeiten von:
/var/cache/apt/archives/kdebluetooth_0.0.cvs20040707-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@ssc:/home/ssc/Bluetooth# cd /var/cache/apt/archives
root@ssc:/var/cache/apt/archives# dpkg --force-overwrite -i kdebluetooth_0.0.cvs20040707-1_i386.deb
(Lese Datenbank ... 109493 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke kdebluetooth (aus kdebluetooth_0.0.cvs20040707-1_i386.deb) ...
dpkg-divert: `diversion of /usr/bin/kdesktop_lock to /usr/bin/kdesktop_lock_nobt by kdebluetooth' clashes with `diversion of /usr/bin/kdesktop_lock to /usr/bin/kdesktop_lock.orig by kdelock-knoppix'
dpkg: Fehler beim Bearbeiten von kdebluetooth_0.0.cvs20040707-1_i386.deb (--install):
Unterprozess pre-installation script gab den Fehlerwert 2 zurück
Fehler traten auf beim Bearbeiten von:
kdebluetooth_0.0.cvs20040707-1_i386.deb
root@ssc:/var/cache/apt/archives#

ssc
07-19-2004, 09:43 AM
ups sorry.... mean don`t work for me....

dust6581
01-23-2005, 12:06 PM
I faced the same problem and found the solution here: http://lists.debian.org/debian-user/2004/11/msg01008.html
just try it again after 'apt-get remove kdelock-knoppix'.

tr
12-12-2005, 09:08 PM
just try it again after 'apt-get remove kdelock-knoppix'.

No, no that don't work at all! The thing to do is remove diversion (dpkg-divert) from /usr/bin/kdesktop_lock to /usr/bin/kdesktop.orig. Do it like this:


#rm /usr/bin/kdesktop_lock

# dpkg-divert --rename --remove /usr/bin/kdesktop_lock
Removing `diversion of /usr/bin/kdesktop_lock to /usr/bin/kdesktop_lock.orig by kdelock-knoppix'


See more of dpkg-divert from
Replacing binaries with dpkg-divert (http://www.debian-administration.org/articles/118)


-tapsa-