Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-01-2006, 01:05 PM   #1 (permalink)
 
True Techie

Join Date: Jan 2004

Posts: 115

smallblock

Default Installing software on a Linux machine??

I am sure my question shows you my current knowledge of Linux. I am running Fedora on a machine that was just given to me and am trying to learn more about this OS. Anyway, can some one point me in the direction of some instructions that will show me how to install additional apps on my machine? Thanks.
__________________
~ Heath
smallblock is offline  
Old 11-01-2006, 01:21 PM   #2 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

Applications -> Add/Remove ?
The General is offline  
Old 11-01-2006, 01:23 PM   #3 (permalink)
 
True Techie

Join Date: Jan 2004

Posts: 115

smallblock

Default

I will look for it. Thanks. I am used to being able to just click the file and have it auto installed. This is my first experience working with Linux.
__________________
~ Heath
smallblock is offline  
Old 11-01-2006, 03:57 PM   #4 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

I believe that when you do that, there will be a list of lots of software, and when you choose to install it, it will automagically download it and install it. But if there is a program not on the list, then download the *.rpm file, and you should be able to just double click on it just like in Windows.
The General is offline  
Old 11-02-2006, 05:10 PM   #5 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

.rpm files are "redhat package manager" format, all they are is pre-compiled apps with all the needed libraries and anything else needed so the app will work

linux does not have a "registry" like windows, you can put an app anywhere, and they dont really get "installed" like in windows---however, linux will always look in /bin, /usr/bin, /usr/local/bin, or whatever directory your in to execute an app first then not look anywhere else unless told to do so

there are programs out there which will not only get the main executable for an app you want but also check to see if all the needed libraries are present and if not it will get those too-----the rpm package manager in Fedora just checks for them to be there, I dont think it goes and gets them too, but usually spits out an error message telling you what is missing-----debian and ubuntu for example use a version of an app made famous by gentoo which keeps an index of apps and what their dependencies are and then downloads whats needed and even compiles the app as well

if you download an .rpm file you should be able to just click it and then supply a root password when prompted and it will copy the files into the appropriate directories

whatever windows taught you, unlearn most of it cause it no longer applies
horndude is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On