How do I update CentOS?
How do I update CentOS? The procedure to install updates on CentOS: Open the terminal app. For remote server log in using the ssh command: ssh vivek@my-centos-8-cloud-server . Show information about available update/packages, run: sudo yum check-update. Issue the command sudo yum update to refresh package database and install updates. Read more…