-
problem with package
hi i try to install pidgin-ppa on knoppix hd install
but something gone wrong and now i get this error:
Removing pidgin-ppa ...
gpg: key "67265EB522BDD6B1C69E66ED7FB8BEE0A1F196A8" not found: eof
gpg: 67265EB522BDD6B1C69E66ED7FB8BEE0A1F196A8: delete key failed: eof
dpkg: error processing pidgin-ppa (--remove):
subprocess installed post-removal script returned error exit status 2
Errors were encountered while processing:
pidgin-ppa
E: Sub-process /usr/bin/dpkg returned an error code (1)
and now i am unable to use package installer because of this error
what can i do to fix the error?
thanks best regards
-
Senior Member
registered user
I think that the package pidgin-ppa is made for Ubuntu but not for Debian.
To remove the package open a terminal and load the post removal script file in an editor.
Code:
sudo leafpad /var/lib/dpkg/info/pidgin-ppa.postrm
The idea is to mark the command line producing the error message as a comment.
The post removal script has got a line "apt-key del ..." which I commented out.
Code:
!/bin/sh -e
# vim: ai ts=4 sts=4 et sw=4
if [ "$1" = "remove" ]; then
# apt-key del 67265EB522BDD6B1C69E66ED7FB8BEE0A1F196A8
rm -f /etc/apt/sources.list.d/pidgin-ppa.list
fi
# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
update-rc.d pidgin-ppa remove >/dev/null
fi
# End automatically added section
# Automatically added by dh_installdebconf
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
# End automatically added section
Save the file and exit the editor.
Issue the following commands in the terminal.
Code:
sudo dpkg -l pidgin-ppa
sudo dpkg --purge pidgin-ppa
sudo dpkg -l pidgin-ppa
The last command should show that the package is not installed anymore.
You can find a package of pidgin in the Debian testing (Wheezy) software repository.
I hope that helps.
-
yes it worked
editing /var/lib/dpkg/info/pidgin-ppa.postrm
and commenting
apt-key del 67265EB522BDD6B1C69E66ED7FB8BEE0A1F196A8
worked fine
thank you very much
))
it was my fault: i try to install ubuntu package on debian
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

Lenovo N23 Yoga 2.1 GHz 32GB eMMC - 4GB ( Flip design )
$99.00

Lenovo ThinkPad 11e Chromebook 11.6" Laptop | 16GB SSD | Chrome OS
$39.99

Lenovo 11e 4th Gen - Intel CPU - 8GB RAM - 256GB M.2 SSD -Webcam- Windows 10 Pro
$119.00

Lenovo Thinkpad Yoga Touchscreen Laptop Computer Windows 10 4GB 128GB SSD HDMI
$149.99

Lenovo Legion 5 15.6" 240Hz Core i7-10750H 16GB RAM 512GB SSD+ 1TB HDD RTX 2060
$799.99

Lenovo Legion 5 Pro Gaming 165Hz QHD G-Sync R7-5800H 16GB RAM 512GB SSD RTX 3060
$1099.99

Lenovo Legion 5 Pro 16 165Hz QHD IPS G-Sync Ryzen 7 16GB RAM 1TB SSD RTX 3070
$1369.00

Lenovo Legion 5 15.6 165Hz Gaming AMD Ryzen 7-5800H 16GB RAM 1TB SSD RTX 3050 Ti
$889.99

Lenovo ThinkPad X1 Yoga Gen 6 Intel Laptop, 14.0" FHD IPS Touch 400 nits
$899.00

Lenovo ThinkPad X12 Detachable Laptop, 12.3" FHD IPS Touch 400 nits, i5-1130G7
$759.00