How to Manually Install Updates on Ubuntu 13.04

Installing updates on any operating system is very important. Updates may contain fixes to security problems along with bugs in the software that could also cause problems. In most cases Ubuntu will prompt you to install updates as they are needed. There are times when these prompts come at bad times and are dismissed only to have to be done later. It also never hurts to double check to make sure your operating system is up to date. This tutorial will show you two methods of manually installing updates on Ubuntu 13.04. The first method is using the graphical user interface (GUI) and the second method is using the terminal.

GUI

The first step is to go to the Unity Dash and find the “Software Updater” as shown below.

Installing_Updates_12

When you open the Software Updater it will check online to see if updates are available.

Installing_Updates_13

Once the Software Updater has determined that there are updates to be completed it will give you the option to “Install Now”. Select this option to begin the updating process.

Installing_Updates_14

The Software Updater will then begin the process of installing updates to your system as shown below.

Installing_Updates_15

Once the updates are complete you may be asked to restart your system to complete the installation. If this is the case just save all of your open programs and then click on “Restart”.

Installing_Updates_16

When your computer restarts your computer will be up to date at that current time. Notice I say “at that current time”, updates can become available at any time of day and any day. If your computer did not have to restart then you will not have to do anything else to complete the installation of the updates.

Terminal

The first step is to open the terminal from the Dash and type in the following command in which you will also need to enter your user password to continue.

sudo apt-get update

Ubuntu_terminal_Update_02

The command above will retrieve information from the Ubuntu servers about the current available software. You will then need to enter the following command to actually do the security updates on to your Ubuntu operating system.

sudo apt-get upgrade

Ubuntu_terminal_Update_03

Once the above command has successfully run your Ubuntu operating system will be up to date with the latest security patches and updates.

If you have any questions or comments don’t hesitate to leave a comment below. Also if your found this tutorial helpful please like and share so that other people can find this tutorial more easily.