yum update all (Centos, Redhat) | Linux Tutorial 2020
450K Subscribers . 260K Views
How to update yum CentOS Linux Server
Updating your CentOS or Red Hat system using the yum package manager is a simple process. Here are the steps to follow:
1) Open a terminal window or log in to the system using SSH.
2) Run the following command to update the package repository cache:
sudo yum makecache
3) Run the following command to update all installed packages to the latest versions:
sudo yum update
This command will download and install any updates available for the installed packages on the system.
4) Follow the prompts and enter y when prompted to confirm the installation of the updates.
5) Wait for the update process to complete. This may take some time depending on the number of updates and the speed of your internet connection.
6) Once the update process is complete, you can check the updated versions of the installed packages using the following command:
yum list installed
This command will list all the installed packages along with their versions.
That’s it! You have successfully updated all installed packages on your CentOS or Red Hat system using the yum package manager.
Keep watching this video
Security,
Secure Shell
Subscription business model
PHP,
Copying
Java
Command-line interface
Red Hat Enterprise Linux
Oracle Corporation
Force
x86-64
Mount
Virtual machine
IP address
Operating system
Please Subscribe and click the notification bell so you never miss a video
Thank You For Watching
#LinuxTipsandTricks2020 #LinuxServer #LinuxTeachingHouse
redhat linux
please make tutorial on data backup on remote pc automatic and skip existing data copy new files only, thanks