Hallo,
habe ein deb-Paket versucht zu installieren und drehe mich nun mit apt / dpkg im Kreis:
# dpkg -i --force-architecture ./opensong_2.1.2-1_i386.deb (Reading database ... 253318 files and directories currently installed.) Preparing to unpack ./opensong_2.1.2-1_i386.deb ... /var/lib/dpkg/info/opensong.prerm: 2: /var/lib/dpkg/info/opensong.prerm: update-desktop-database: not found dpkg: warning: old opensong:i386 package pre-removal script subprocess returned error exit status 127 dpkg: trying script from the new package instead ... /var/lib/dpkg/tmp.ci/prerm: 2: /var/lib/dpkg/tmp.ci/prerm: update-desktop-database: not found dpkg: error processing archive ./opensong_2.1.2-1_i386.deb (--install): new opensong:i386 package pre-removal script subprocess returned error exit status 127 /var/lib/dpkg/info/opensong.postinst: 2: /var/lib/dpkg/info/opensong.postinst: update-desktop-database: not found dpkg: error while cleaning up: installed opensong:i386 package post-installation script subprocess returned error exit status 127 Errors were encountered while processing: ./opensong_2.1.2-1_i386.deb # apt install desktop-file-utils Reading package lists... Done Building dependency tree Reading state information... Done E: The package opensong:i386 needs to be reinstalled, but I can't find an archive for it. # apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done E: The package opensong:i386 needs to be reinstalled, but I can't find an archive for it. # apt install ./opensong_2.1.2-1_i386.deb Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'opensong:i386' instead of './opensong_2.1.2-1_i386.deb' opensong:i386 is already the newest version (2.1). 0 upgraded, 0 newly installed, 0 to remove and 223 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] Get:1 /home/marc-privat/Downloads/opensong_2.1.2-1_i386.deb opensong i386 2.1 [15,6 MB] dpkg: error processing package opensong:i386 (--configure): package is in a very bad inconsistent state; you should reinstall it before attempting configuration Errors were encountered while processing: opensong:i386 E: Sub-process /usr/bin/dpkg returned an error code (1)
Bräuchte mal etwas Hilfe aus dem Kreis...