LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-15-2007, 09:49 PM   #31
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133

First thing you do is extract them. You can do that manually, from the command line, with:

tar xvf (or xzvf) packagename.tar.gz

But if you are running a GUI, you may as well simply right-click and select "Extract here".

What comes next depends on the type of file:

- if it is a binary, it is ready to run. For example, if you extract a firefox binary tar.gz, you can launch firefox by simpling cd-ing into the firefox folder and typing firefox. Other applications (java, perl, python) work similarly but you need to specify the interpreter on the command line, for example, if you have a Python app, you would use a command like python foo.py.

- if it is a source file, you will need to compile it first. Instructions are usually contained in an INSTALL file in the directory. Typically, you would cd into the directory and type:
- .configure (this will check whether you have all the required libraries installed to compile - examine any error messages in order to find out what still needs to be installed).
- make (=the actual compilation; this may still go wrong even if the .configure check didn't find any potential issues - this can be really frustrating)
- and finally, to install the compiled application: sudo make install
But as I said, always read the INSTALL and README files first.

Last edited by jay73; 11-15-2007 at 09:51 PM.
 
Old 11-16-2007, 11:37 PM   #32
linuxnoob0075
Member
 
Registered: Oct 2007
Distribution: Kubuntu (7.10) dual boot XP
Posts: 39

Original Poster
Rep: Reputation: 15
um...is there a video demonstrating this....that kinda would help...
 
Old 11-17-2007, 12:32 AM   #33
elfoozo
Member
 
Registered: Feb 2004
Location: Washington, USA
Distribution: Debian
Posts: 265

Rep: Reputation: 32
Seriously... you need a video showing you how to right click and "extract here"? Really??

Could you consider giving better details on what you're trying to accomplish exactly? People are willing to help but you have to come to the table with legitimate well thought out questions.
 
Old 11-17-2007, 06:26 AM   #34
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
I agree. I'm afraid that I don't see which part is confusing. Is it the cd command? Any of the compile commands? You may want to have a look at this:

http://ubuntuguide.org/wiki/Ubuntu:Gutsy

I believe that there is a similar page for Kubuntu. If you are confused by the command line, you should read these:

http://www.linux.org/lessons/beginner/index.html
http://www.unixguide.net/linux/linuxshortcuts.shtml

These are only two of such sites; there are plenty more on the net and some may even be a lot better.
 
Old 11-18-2007, 11:32 PM   #35
linuxnoob0075
Member
 
Registered: Oct 2007
Distribution: Kubuntu (7.10) dual boot XP
Posts: 39

Original Poster
Rep: Reputation: 15
check out this page and tell me please if this would be any help....
http://www.ubuntugeek.com/hotwire-gr...or-ubuntu.html
 
Old 11-19-2007, 10:35 AM   #36
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Hotwire is a good learning aid but it does essentially the same thing as the terminal that is a standard component of all distros. Don't expect any magic, it's not going to compile anything automatically.
 
Old 11-19-2007, 11:16 PM   #37
linuxnoob0075
Member
 
Registered: Oct 2007
Distribution: Kubuntu (7.10) dual boot XP
Posts: 39

Original Poster
Rep: Reputation: 15
is there anything that compiles the package for you????
 
Old 11-20-2007, 02:22 AM   #38
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
No, there isn't. But again, why would you want to compile anything yourself when so many things can be installed from the repositories? If it is something that you want/need to do, OK, but apparently it's not what you want/need. Most people get by without ever compiling anything, you know.
 
Old 11-21-2007, 11:35 AM   #39
linuxnoob0075
Member
 
Registered: Oct 2007
Distribution: Kubuntu (7.10) dual boot XP
Posts: 39

Original Poster
Rep: Reputation: 15
Thanks for ur guizes help.....i think ill get by by just adept installer...with the programs there...thanks
 
  


Reply

Tags
internetconnection



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet connection problems - connection times out Count_Cloppy Linux - Networking 22 03-15-2007 08:20 AM
my internet connection disconnects my network connection? emre polat Linux - Networking 2 12-19-2006 01:11 PM
Internet connection timeout on Fedora Core 5 using USB connection mike1111 Linux - Networking 0 07-23-2006 09:44 PM
Nic card -> cable internet modem no internet connection zeshan_b Mandriva 21 09-26-2004 11:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration