Tuesday 25 February 2014

0 How to Install Software in Red Hat Linux

Red Hat is the basis of PC, Linux OS, Mandriva and Fedora. If your distro doesn't include all the software you want, you can install additional software from the internet (whether you have broadband or dial-up) or removable media. This can be accomplished graphically or using the command line.
 

Steps

Install Software in Red Hat Linux Step 1.jpg 

Understand that in Linux, software is bundled in packages which can be downloaded from repositories (repos). Installation tools are called package managers which automatically resolve dependencies on other software libraries.
 
Install Software in Red Hat Linux Step 2.jpg
  2 Now for the command line. Open a root shell/terminal. 
 
Install Software in Red Hat Linux Step 3.jpg
3 Type the root password.
 
Install Software in Red Hat Linux Step 4.jpg
4 To update the package lists type yum check-update
 
Install Software in Red Hat Linux Step 5.jpg
5 Type yum install "program name".
 
Install Software in Red Hat Linux Step 6.jpg
6 For example, to install the Dillo web browser, you would type yum install dillo
 
Install Software in Red Hat Linux Step 7.jpg
7 Confirm by pressing Y.
 
Install Software in Red Hat Linux Step 8.jpg
 
8 -You're done!

0 comments: