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 ...
- 09-22-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
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...
- 09-22-2007 #2
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
- 09-22-2007 #3Just 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??
- 09-22-2007 #4
Execute this
It will create Pidgin folder ( or something similar ) on Desktop. Open that folder and check README file for further instructions.Code:cd ~/Desktop tar -jxvf pidgin-2.2.0.tar.bz2
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
- 09-22-2007 #5Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
I tried, but it only says "bash: cd: /home/lxuser/desktop: No such file or directory"
- 09-22-2007 #6
Linux is case-sensitive.
d should be Capital.Code:cd ~/Desktop
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-22-2007 #7Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
ah..sorry..my bad, i knew that...LOL i know something


Reply With Quote