• Call Us : 1-323-486-1121

How to Install Server Updates

In this article we will discuss how to install updates on an unmanaged server. Maintaining an up-to-date server with the latest patches and fixes is one of the most important things you can do to make your server more secure. Below we will describe a few procedures regarding updating your server. Choose the procedures that correspond your server’s operating system.

 

Centos and Fedora

·       To download and install the latest updates immediately, type the following command as the root user:

yum update

·       The previous command runs in interactive mode, which means you are asked at certain points during the update process whether or not you want to continue. To install updates without any user intervention, type the following command instead:

yum -y update

 

Debian and Ubuntu

·       To search the repositories for updates and then install them immediately, type the following command as the root user:

apt-get update && apt-get upgrade

·       The previous command runs in interactive mode, which means you are asked at certain points during the update process whether or not you want to continue. To install updates without any user intervention, type the following command instead:

apt-get -y update && apt-get -y upgrade

 

Other Linux distributions

For other Linux distributions, see their guides and documentation for the steps to install updates.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

SSL Protection

SSL (Secure Sockets Layer) is a great way of securing a website, as it allows you to send the...

Securing an Unmanaged Website

Here we explain how you can protect an unmanaged server. There are a few steps to go through....

Securing a Hacked Website

In this article, you will find a guideline in which it is explained how you can get a hacked...

Why You Need to Back Up Your Website

Although today it is extremely easy to manage a website, some bad things still can happen and...

How to Secure Your Website's Software

In this article, we will talk about how you can protect all the software that you have on your...