Find the answer to your Linux question:
Results 1 to 7 of 7
Can anyone please tell me ho to install tarballs? i'm pretty new to Linux (openSUSE 10.2), and i have ABSOLUTELY NO INTENTION of going back to windows..kind of having problems ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    4

    Question Tarballs

    Can anyone please tell me ho to install tarballs?
    i'm pretty new to Linux (openSUSE 10.2), and i have
    ABSOLUTELY NO INTENTION of going back to windows..kind of having problems here...

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Could you explain problem in a bit more detail? Check this tutorial on how to install Software in Linux.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Sep 2007
    Posts
    4
    well...i have pidgin-2.2.0.tar.bz2 on the desktop...and it's just laying there, looking ugly...what do i do??

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    cd ~/Desktop
    tar -jxvf pidgin-2.2.0.tar.bz2
    It will create Pidgin folder ( or something similar ) on Desktop. Open that folder and check README file for further instructions.
    In most cases, you have to execute this
    Code:
    cd ~/Desktop/<pidgin_folder>
    ./configure
    make
    su
    make install
    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
    Sep 2007
    Posts
    4
    I tried, but it only says "bash: cd: /home/lxuser/desktop: No such file or directory"

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Linux is case-sensitive.
    Code:
    cd ~/Desktop
    d should be Capital.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Sep 2007
    Posts
    4
    ah..sorry..my bad, i knew that...LOL i know something

Posting Permissions

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