Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
hello everyone.. im new in using linux os.. i am using eeepc 1.0.2 (GNU linux 4.0) my yahoo messenger is expired and needs to upgrade. i downloaded yahoomessenger beta and ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    6

    Unhappy expired pidgin

    hello everyone..
    im new in using linux os.. i am using eeepc 1.0.2 (GNU linux 4.0)
    my yahoo messenger is expired and needs to upgrade. i downloaded yahoomessenger beta and pidgin-2.6.2.tar.bz2 but i didn't know how to install it. can anyone help me with this? pls.. thanx!

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Some kind soul has packaged pidgin 2.6.2 for the eee pc and made the download available.

    Details at this thread.

    Basics are to remove pidgin-data first. So open a terminal (CTRL+ALT+T) Then
    Code:
    sudo apt-get remove pidgin pidgin-data libpurple0
    Download the package here.

    Then install
    Code:
    sudo dpkg -i pidgin-2.6.2-4.deb

  3. #3
    Just Joined!
    Join Date
    Oct 2009
    Posts
    6
    i followed ur instructions but it couldn't find the libpurple0..
    what is the problem?

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Shouldn't be a concern. Actually, I think older version of pidgin might not have had that library. But you should be fine to install the newer version.

  5. #5
    Just Joined!
    Join Date
    Oct 2009
    Posts
    6
    i tried but this is the reply ::dpkg: error processing pidgin-2.6.2-4.deb(--install): cannot access archive: No such file or directory

  6. #6
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    You're not in the correct directory. Use the full path to the file. So if you had the file saved in a folder called "Downloads" do
    Code:
    sudo dpkg -i ~/Downloads/pidgin-2.6.2-4.deb

  7. #7
    Just Joined!
    Join Date
    Oct 2009
    Posts
    6
    it says: cannot access archive.. im having a hard time installing in linux.

  8. #8
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    There's a graphical front end you can use for install deb files. I assume (hope) it's in the xandros repositories.

    Try
    Code:
    sudo apt-get install gdebi
    If it finds that, you can just double click on the package to install.

    Otherwise, can you tell me the location the package is in, the exact command you put in, and the exact error message?

  9. #9
    Just Joined!
    Join Date
    Oct 2009
    Posts
    6
    i followed ur instructions.. here is what hapened..
    sudo apt-get install gdebi
    Reading package lists... Done
    Building dependency tree... Done
    E: Couldn't find package gdebi

  10. #10
    Just Joined!
    Join Date
    Oct 2009
    Posts
    6
    i put the file in My Home/My documents/My Ebooks located in the file manager

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
  •