How Do i update my CentOS or Fedora VPS?

How do I update CentOS/Fedora?

It's a good practice to make sure your server has the latest operating system updates. You can do this using yum (yellow dog updater).

  • SSH into your server.
  • Type "yum -y update" without quotes, to update your system.
  • Type "yum clean all" without quotes, to remove temporary update files.

Thats it, your done

  • 72 Users Found This Useful
Was this answer helpful?

Related Articles

How To Help Protect Against DNS Reflection DDoS

More and more each day DNS servers are getting exploited and abused.  Hackers able to use...

Zombie Process Slayer - Script to kill defunct processes

Here is a small script that you can use to show you which processes are zombies and which user is...

What Program do i use to connect via SSH?

What Program do i use to connect to SSH? We recommend that you use Putty. This can be...

What Program do i use to connect via SSH?

What Program do i use to connect via SSH? We recommend that you use Putty. This can be...