↞↞↞today we see about how to install applications and update application in redhat linux commandline↠↠↠
- in redhat linux mostly we cant install if you didnt buy a linux
- 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
Post a Comment