↞↞↞today we see about how to install applications and update application in redhat linux commandline↠↠↠





  1. in redhat linux mostly we cant install if you didnt buy a linux
  2. if you didnt buy you can install 3rd party softwares bt in 3rd party servers small amount of apps only in 3rd party servers

now we see how to install software in redhat

to install a single software package without dependances 
                   yum install package-name

but the problems in redhat and other linux os. if u want to install the software. you have to install lot of dependancy programs.

this is the only drawback

to install multi packages

same command lines
 
          yum install package-name package-name


to install a group packages

               yum groupinstall group-name

or else use group id

               yum groupinstall groupid


now we see how to update software

similarly to update a software
             yum update package-name

Comments

Popular posts from this blog