How to Update Ubuntu Linux

Method 1 of 2:

Command Line Interface

  1. How to Update Ubuntu Linux Picture 1
    Update your repository list. You can do this by pressing Ctrl+Alt+T. Then type in sudo apt-get update. You will be prompted for your root password. All this command does is updates the list of programs in your repository.
    1. Some distros do this automatically.
  2. How to Update Ubuntu Linux Picture 2
    Install upgrades. After apt-get is done, run sudo apt-get upgrade. Again, enter your password and wait 2-3 seconds. You will see a list of packages which should be installed to upgrade.
    1. You can upgrade individual packages as follows: sudo apt-get upgrade firefox.
      How to Update Ubuntu Linux Picture 3
  3. How to Update Ubuntu Linux Picture 4
    Confirm your command. You will be asked if you want to upgrade those packages, if yes, press Y and hit Enter. If you don't want to upgrade then press N and press Enter to abort.
  4. How to Update Ubuntu Linux Picture 5
    Apt-get will now download and install all of these packages. Bear in mind that this can be a very large download, and might take a considerable time, depending on your internet connection speed.
Method 2 of 2:

Graphical User Interface

  1. How to Update Ubuntu Linux Picture 6
    Open Software updater.
  2. How to Update Ubuntu Linux Picture 7
    If there is any software to update, select Install Now.
5 ★ | 1 Vote

May be interested

  • How to Install TrueType Fonts on UbuntuPhoto of How to Install TrueType Fonts on Ubuntu
    ubuntu users often need truetype fonts for open office, gimp, and other programs. using this guide, you can either install one font at a time automatically or install multiple fonts manually. note: if you are using kde, double-clicking on...
  • How to Install Oracle Java JRE on Ubuntu LinuxPhoto of How to Install Oracle Java JRE on Ubuntu Linux
    this wikihow teaches you how to install the java runtime environment (jre) on a computer running ubuntu linux. while the most common way to install the jre is by installing the java development kit (jdk)—which installs the jre by d...
  • How to Install Software in UbuntuPhoto of How to Install Software in Ubuntu
    want to install programs you want, but because you are new to linux, don't understand how it works? this article will show you how to install programs in recent versions of ubuntu. connect to the internet, unless you are using offline...
  • How to Erase UbuntuPhoto of How to Erase Ubuntu
    if you've decided that ubuntu is no longer the right operating system for you, then you might be wondering how to go about deleting it from your system. removing ubuntu when it's the only operating system on your computer is fairly...
  • How to Install and Uninstall Applications from Terminal in UbuntuPhoto of How to Install and Uninstall Applications from Terminal in Ubuntu
    if you're new to ubuntu and you're thinking about that how to install and uninstall software on your os, then you should read this article. you can install and uninstall software on ubuntu in two ways: through command line (terminal) or...
  • How to Install Wine on UbuntuPhoto of How to Install Wine on Ubuntu
    ubuntu is gaining more and more ground in the personal desktop use, but there are still a great number of programs which are only usable through microsoft windows. fortunately, a program called wine can run many of them from the comfort of...