Kopete

Asked by Sai Veeranki

i have got some problem with kopete and i removed it and reinstalled it. the moment i reinstalled to accounts there are no service providers to select. could you please help me in this regard??

thanks in advance

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kdenetwork Edit question
Assignee:
No assignee Edit question
Solved by:
mak
Solved:
Last query:
Last reply:
Revision history for this message
Best mak (iammak) said :
#1

if kopete is not working then you can install pidgin. its not advanced like kopete but has all the basic features like chatting and filetransfers. it doesnt have video conferencing though.
try removing the kopete packages also otherwise you will be installing from the same stuff again and again.

in the terminal (menu>accessories>terminal), type:
sudo su
enter pass
then
apt-get removeall kopete

it shud remove every bit of kopete that is not needed.

now to download and install kopete again , type:
apt-get install kopete

and you are done.
enjoy

Revision history for this message
Sai Veeranki (veeranki-spk) said :
#2

first Thanks a lot..

It works when i reinstalled it now. i just did

but when I did

apt-get removeall kopete

i got an error "E: Invalid operation removeall "

so i used the apt-get remove kopete
any ways everything working well

Thank you once again...

Revision history for this message
mak (iammak) said :
#3

 the command was autoremove and not removeall.

Revision history for this message
Sai Veeranki (veeranki-spk) said :
#4

Thanks Mak..