-
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

ASRock Z87M Extreme4 Micro ATX Intel LGA1150 DDR3 eSATA HDMI Motherboard
$64.35

Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3
$30.99

Machinist Motherboard LGA 2011 CPU Support DDR3 REG ECC RAM Intel Xeon M-ATX
$86.58

B75 Desktop Motherboard LGA1155 DDR3 Memory (Intel 2nd and 3rd gen support)
$25.99

Gigabyte B460M DS3H AC Intel B460 1200 LGA MicroATX M.2 Desktop Motherboard B
$49.99

Foxconn H61MXE Intel H61 LGA1155 HDMI mATX DDR3 Motherboard + I/O Plate Tested
$34.95

ASRock LGA 1151 Wifi Intel B360 Intel Gen Micro ATX Motherboard p/n: B360M-OEM
$75.00

ASRock B660M-ITX/AC LGA 1700 Intel B660 SATA 6Gb/s DDR4 Mini ITX Motherboard
$119.99

Gigabyte Z77M-D3H-MVP Micro ATX Intel LGA1155 DDR3 HDMI Z77 Motherboard
$56.99

ASRock Z170M Pro4S Micro ATX Intel 7th 6th Gen LGA1151 DDR4 HDMI Motherboard
$78.15