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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-03-2007, 02:36 PM
|
#1
|
|
LQ Newbie
Registered: Nov 2007
Location: brooklyn ny
Distribution: 4.0[etch
Posts: 10
Rep:
|
how to open downloaded software?
ok im new to linux&knoppix! i would like to know if anybody can tell me where i can read up on how to use command's like opening downloaded software and whay is used to open downloaded software. what are the correct command lines to use?
|
|
|
|
12-03-2007, 02:51 PM
|
#2
|
|
Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 5,644
|
It depends on how the software was bundled. Typically the site you download from will tell you what you need to do. Look for a "README" for the software.
A lot of software is distributed with suffix "tgz". A tgz file is "tarred" and "gzipped". You can see what is in the bundle by typing:
tar -tzvf <filename>.tgz
You can extract it by typing:
tar -xzvf <filename>.tgz
Other bundles are dependent on the distro you use. For example RedHat variants like RHEL, CentOS and Fedora use a .rpm suffix - these are called "RPMs" - rpm = redhat package manager. For those the intent is not to unbundle so much as to install. One uses the rpm command to install those packages.
Other variants use their own way of doing things.
You really need to review the site where you found the download to insure you know exactly what is expected. Many packages in tgz are not compiled so even after doing an extract you need to do other steps to configure and compile. Typically this kind of information is in the README files and the README files are often available on the download site as separate links to be read online or as downloads so you can just get the README without the rest of the package.
|
|
|
|
12-03-2007, 02:57 PM
|
#3
|
|
LQ Newbie
Registered: Feb 2006
Location: Florida
Distribution: SuSE, Debian, PCLINUX2007
Posts: 13
Rep:
|
I wish I could tell you a simple answer to you question. Yes I can tell you how to download/install a file, then what type: tar, tgz, gz, rpm, do you have to compile it? This isn't a simple answer unless you give specifics. I would recommend reading a beginners guide to unix/linux.You can search on-line for e-books or go down to your local book store.
|
|
|
|
12-03-2007, 03:28 PM
|
#5
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
|
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:29 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|