Changes

Jump to: navigation, search

OPS235 Lab 5 - Fedora17

3 bytes removed, 10:28, 10 February 2012
no edit summary
Now that you know how to create and decompress "zipped tarball archives", we will demonstrate how to install applications from websites containing these types of archives. Although this method is not as "user-friendly" as using the yum or rpm command, this method is useful if the application is NOT contained in regular software repositories...
 
{{Admon/note|Use fedora2|Perform these steps in the '''fedora2''' virtual machine.}}
In order to build software from source code, you must have the appropriate software development tools (such as make and gcc) and libraries (such as GTK) installed. The required tools will vary depending on the computer languages used in the software being built.
# Issue the following command to install a basic set of development tools and libraries:<br /><br /> <code>yum groupinstall "Development Tools" "Development Libraries"</code>.
{{Admon/note|Installing Development Libraries|In the future, remember the above procedure whenever installing software from source. Sometimes, you need to install additional tools or libraries in order to compile a particular software package}}
 
#Go to the directory <code>/tmp</code>
13,420
edits

Navigation menu