Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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, ...
  1. #1
    Just 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.

  2. #2
    Just Joined!
    Join Date
    Jan 2007
    Posts
    14
    Quote Originally Posted by jakewc2 View Post
    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.
    Try
    Code:
    yum install pidgin
    as root
    Hope ur package manager is yum...

  3. #3
    Just 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

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    yum -y install pidgin
    Post the output of this
    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

  5. #5
    Just 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

    [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]#
    I seem to be missing a lot of dependancies, its as if they have been blocked.

    The second commands you gave are showing this

    [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]#
    Do you know how I can get around that?

    John

  6. #6
    Just 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.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Code:
    unset LD_LIBRARY_PATH pidgin -c ~/.purple-pidgin/
    What error message does it throw?

    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

  8. #8
    Just Joined!
    Join Date
    Feb 2009
    Posts
    14
    Here is what I got

    [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 ~]$
    When I try to start pidgin, it just does nothing, so I think I have a conflict somewhere.

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...