Results 1 to 10 of 16
I was just wondering, would anybody know how I can install Pidgin on Linux Lite. I looked in the Repository, and its not there, so I need to download it, ...
- 02-07-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
Installing Pidgin on Linux Lite
I was just wondering, would anybody know how I can install Pidgin on Linux Lite. I looked in the Repository, and its not there, so I need to download it, then install it.
Could somebody give me the commands to install it please?
Thank you.
John.
- 02-08-2009 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 14
- 02-08-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
Hi, thank you for your message. How can I find out what the package manager is? If it doesnt work, we found out what it isnt.
I have tried the command, but it keeps telling me I need to be root. I got into my Package manager as root, and tried the command again, and its still saying I need to be root, to perform this command. What command do I need to enter into the terminal, to be root, then I can try again.
Thank you.
John
- 02-08-2009 #4
Execute this
Post the output of thisCode:su - yum -y install pidgin
Code:cat /etc/issue cat /etc/*version*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-09-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
Hi, finally worked out how to get into the root, entered the command you gave, but got this error, saying something was missing
I seem to be missing a lot of dependancies, its as if they have been blocked.[user@localhost ~]$ su root
Password:
[root@localhost user]# yum -y install pidgin
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.6 kB 00:00
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package pidgin.i386 0:2.2.2-1.fc8 set to be updated
--> Processing Dependency: libpurple = 2.2.2-1.fc8 for package: pidgin
--> Finished Dependency Resolution
Error: Missing Dependency: libpurple = 2.2.2-1.fc8 is needed by package pidgin
[root@localhost user]#
The second commands you gave are showing this
Do you know how I can get around that?[user@localhost ~]$ su root
Password:
[root@localhost user]# cat /etc/issue
Fedora release 8 (Werewolf)
Kernel \r on an \m
[root@localhost user]# cat /etc/*version*
cat: /etc/subversion: Is a directory
[root@localhost user]#
John
- 02-10-2009 #6Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
Ok, I have managed to install pidgin, but it has to run not using the Acer version of libpurple.
I am using this page to install. AcerAspireOne < Main < sethdepot I have got to the stage where it talks about not using the acer libpurple and gives a command to get it to work. The problem is, he uses -c as the folder, but I dont use that, I have it somewhere else, I dont know what to add in there instead of -c. Can somebody help me so I can get it to work?
Thanks.
John.
- 02-10-2009 #7What error message does it throw?Code:
unset LD_LIBRARY_PATH pidgin -c ~/.purple-pidgin/
Post the output of this
Code:cd ls -a .purple*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2009 #8Just Joined!
- Join Date
- Feb 2009
- Posts
- 14
Here is what I got
When I try to start pidgin, it just does nothing, so I think I have a conflict somewhere.[user@localhost ~]$ unset LD_LIBRARY_PATH pidgin -c ~/.purple-pidgin/
bash: unset: `-c': not a valid identifier
bash: unset: `/home/user/.purple-pidgin/': not a valid identifier
[user@localhost ~]$ cd
[user@localhost ~]$ ls -a .purple*
. .. accounts.xml blist.xml certificates icons prefs.xml status.xml
[user@localhost ~]$
- 02-10-2009 #9
Execute pidgin command in Terminal. Post error message here, if any.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2009 #10
It looks like a mistake in above unset command.
Execute these
Code:unset LD_LIBRARY_PATH pidgin -c ~/.purple-pidgin/
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
