[SOLVED] Keep Pidgin Updated...

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nomadewolf

[SOLVED] Keep Pidgin Updated...

Post by nomadewolf »

How do i keep Pidgin updated?
I add the ubuntu PPA, but the update manager keeps showing an error...
In the previous releases all i had to do was edit the repos. But i can't find anything there, now...

I'm sure someone was able to get this working without compiling from source... How didi you do it?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
tlu

Re: Keep Pidgin Updated...

Post by tlu »

nomadewolf wrote:How do i keep Pidgin updated?
I add the ubuntu PPA, but the update manager keeps showing an error...
In the previous releases all i had to do was edit the repos. But i can't find anything there, now...

I'm sure someone was able to get this working without compiling from source... How didi you do it?
Please show us your /etc/apt/sources.list file. It should contain the following line (provided that you're using Mint 9):

deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu lucid main
proxima_centauri

Re: Keep Pidgin Updated...

Post by proxima_centauri »

The correct procedure for installing the pidgin launchpad ppa is by opening a terminal and typing

Code: Select all

sudo add-apt-repository ppa:pidgin-developers/ppa
If you just add the repo to /etc/apt/sources.list manually, you also need to manually add the key with

Code: Select all

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1F196A8
nomadewolf

Re: Keep Pidgin Updated...

Post by nomadewolf »

tlu wrote:
nomadewolf wrote:How do i keep Pidgin updated?
I add the ubuntu PPA, but the update manager keeps showing an error...
In the previous releases all i had to do was edit the repos. But i can't find anything there, now...

I'm sure someone was able to get this working without compiling from source... How didi you do it?
Please show us your /etc/apt/sources.list file. It should contain the following line (provided that you're using Mint 9):

deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu lucid main
Thanks that was all i needed to know.
That line wasn't, in fact there, but i added it, and now it's all good :)

Thanks man!!!
Locked

Return to “Software & Applications”