Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 3250  / 1 Year ago, sat, may 20, 2023, 9:34:26

Using pidgin from the command-line or launching it via the indicator is not working. I've tried reinstalling it, but the issue persists:



$ pidgin
The program 'pidgin' is currently not installed. You can install it by typing:
sudo apt-get install pidgin
$ sudo apt-get install pidgin
Reading package lists... Done
Building dependency tree
Reading state information... Done
pidgin is already the newest version.
The following package was automatically installed and is no longer required:
gstreamer0.10-ffmpeg
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


How can this be fixed?



Update: removing pidgin-sipe did not help remove the diversion (see answers below). Doing sudo dpkg-divert --remove /usr/bin/pidgin, and then reinstalling the pidgin package fixed it.


More From » apt

 Answers
1

As seen in http://paste.ubuntu.com/6586027/:



/usr/bin/pidgin
diverted by pidgin-sipe to: /usr/bin/pidgin.orig


Another package called pidgin-sipe diverted the original /usr/bin/pidgin to /usr/bin/pidgin.orig. I recommend to purge this package by:



sudo apt-get purge pidgin-sipe


and then mv pidgin.orig to pidgin:



sudo mv /usr/bin/pidgin.orig /usr/bin/pidgin

[#27944] Sunday, May 21, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rvousnove

Total Points: 456
Total Questions: 130
Total Answers: 98

Location: El Salvador
Member since Sun, Sep 12, 2021
3 Years ago
;