How to Update Ubuntu Linux
Method 1 of 2:
Command Line Interface
- 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.
- Some distros do this automatically.
- 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.
- You can upgrade individual packages as follows: sudo apt-get upgrade firefox.
- You can upgrade individual packages as follows: sudo apt-get upgrade firefox.
- 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.
- 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
- Open Software updater.
- If there is any software to update, select Install Now.
5 ★ | 1 Vote
You should read it
- Microsoft began to order upgrade packages to Windows 8
- How to use Topgrade to upgrade your Linux system
- Working with Network Monitor (Part 5)
- Netflix increases the price of all subscription packages from 13 to 18%
- Revealing the list of devices that will not be 'upgraded' to iOS 16
- How to upgrade RAM on a Mac
- List of devices upgraded to iOS 12
- List of Samsung devices upgraded to One UI 4.1
May be interested
- How to Install TrueType Fonts on Ubuntuubuntu 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 Linuxthis 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 Ubuntuwant 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 Ubuntuif 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 Ubuntuif 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 Ubuntuubuntu 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...