Ubuntu releases a new version every six months. However, most of the stuff you may need to do after installing the new version are generally the same. This article will guide you through enhancing your new system. No matter what supported version of Ubuntu you use, you can follow those steps.
Currently, the latest version of Ubuntu is 17.10. You can download it from the official Ubuntu website. If you like stability, you may download Ubuntu 16.04 LTS which is supported for 5 years starting from its release date.
Run a System Upgrade
things to do after installing ubuntu
This is the first and most important thing to do after installing any version of Ubuntu. You’ll have to update the package information and fetch it from the available repositories in order to be able to install new software. To do it:
sudo apt update
You also have to upgrade your system packages if possible. Sometimes, there might be some known bugs in the Ubuntu version you have. And maybe the developers have already released a fix. Thus, you have to make sure everything you have is already up-to-date before assuming anything:
sudo apt upgrade
Install Synaptic
things to do after installing ubuntu
Synaptic is the famous package manager for Ubuntu. It was default back in Ubuntu 10.04 (and 10.10?). The main feature of Synaptic is the ability to show you all the packages you are looking for in less than a few seconds. It’s very efficient to install/remove system packages.
Unfortunately, it was removed from the system in Ubuntu 11.04. But still can be installed from the official repositories with a single command (run it in terminal, Ctrl + Alt + T):
sudo apt install synaptic

No comments:
Post a Comment