Yes. It is new to me. It is all about the yum command. I wanted to post it here because this yum command helped me a lot recently. So that is why I am here to share my knowledge with you. You may have used it too. It is an important command for users who are working on Linux based platforms such as RHEL , CentOS.
"yum" is abbreviated from the "Yellowdog Updater, Modified". It is an open source command line package management utility for Linux operating systems using the RPM Package Manager. yum works with software repositories. And those repositories can be accessed locally or over a network connection.
"yum" is abbreviated from the "Yellowdog Updater, Modified". It is an open source command line package management utility for Linux operating systems using the RPM Package Manager. yum works with software repositories. And those repositories can be accessed locally or over a network connection.
1) How to use yum command for install packages?
yum [options] [command] [package ...]
eg: yum install -y nodejs
This yum install command can be used to install the latest version of a package while ensuring that all dependencies are satisfied.
2) How to use yum command for upgrade packages?
sudo yum upgrade ca-certificates --disablerepo=epel
You can read more on here:
Reference:
Cheers!
"do good and good will come to you!!"
No comments:
Post a Comment