• About Us
  • Contact Us
  • Advertise
  • Deals
  • Got News?
  • Write for Us
    • Sponsored Posts
  • Privacy Policy
    • Terms & Conditions
Foss Noobs
  • Featured
  • News
  • Linux
  • Distros
    • Fedora
    • Linux Mint
    • Manjaro
    • Pop OS
    • Ubuntu
  • Customization
  • How To
No Result
View All Result
  • Featured
  • News
  • Linux
  • Distros
    • Fedora
    • Linux Mint
    • Manjaro
    • Pop OS
    • Ubuntu
  • Customization
  • How To
No Result
View All Result
Foss Noobs
No Result
View All Result

Things You Should Do After Installing Linux

Here are a few things to do after installing Ubuntu

Nazrul Islam by Nazrul Islam
January 17, 2019 - Updated on January 26, 2021
in Essential Guide, Featured, Linux, Ubuntu
Reading Time: 8 mins read
0
Things You Should Do After Installing Linux
ADVERTISEMENT
Share on FacebookShare on TwitterShare on LinkedinShare on WhatsappEmail this postShare on TelegramShare on Reddit

If you are giving Linux a try with a fresh install or installing it for the first time, here are a few things to do after installing Ubuntu that will make your life better.

 

Things You Should Do After Installing Linux

1. Update your system

Make it a rule of thumb. You do a fresh install of Ubuntu, you update the system. While it may sound weird because you just installed the OS but trust me on this, you must look for updates.

I have experienced that if you don’t update the system, you might face issues while trying to install a new program.

Press Super Key (Windows Key) to go to Unity Dash and look for Software Updater. Run this program. It will look for available updates. Install them.

RelatedPosts

Why You Should Not Switch To Linux

Why You Should Not Switch To Linux

2 years ago
14.4k
AtlasVPN: The Best freemium VPN You Can Find

AtlasVPN: The Best freemium VPN You Can Find

3 years ago
15.5k
Best VPNs For Linux | 2022 Edition

Best VPNs For Linux | 2022 Edition

3 years ago
12.5k
Is WooCommerce The Right Choice For B2B Businesses?

Is WooCommerce The Right Choice For B2B Businesses?

3 years ago
4.4k
ADVERTISEMENT

Alternatively, you can use the following command in the terminal (Ctrl+Alt+T):
sudo apt update && sudo apt upgrade

2. Enable Canonical Partner repositories

Another rule of thumb, at least for me is to enable Canonical Partner repositories. Ubuntu has a number of software available from its repositories. You can see then when you open Ubuntu Software Center.

But you get even more software if you enable the Canonical Partner repositories. This additional repository consists of third party software, often proprietary software such as Skype.

Go to Unity Dash, and look for Software & Updates:

Open it and under the Other Software tab, check the option of Canonical Partners.

It will ask for your password and update the software sources. Now if you look in Software Center, you’ll find more applications to install.

3. Install media codecs

By default, Ubuntu doesn’t provide a number of codecs because of copyright issues. However, it does provide an easy way to install these media codecs so that you could play MP3, MPEG4 and a number of other media formats.

ADVERTISEMENT

You can install those media codecs thanks to Ubuntu Restricted Extra package. Click on the link below to install it from the Software Center.

Install Ubuntu Restricted Extras

Or alternatively, use the command below to install it:

sudo apt-get install ubuntu-restricted-extras

4. Install additional drivers

By default, Ubuntu supports most modern graphics and wireless hardware. It comes with free and open source drivers.

However, at times, the proprietary drivers give you better performance. Don’t worry, you are not left guessing if you have to install additional drivers or where to find them. Ubuntu provides an easier way for that.

ADVERTISEMENT

Open the ‘Software & Updates’ tool from the Unity Dash. Click the ‘Additional Drivers’ tab and see if you have any additional drivers available for your system. If yes, click on it to install it.

5. Install software from Ubuntu Software Center

Once you have upgraded the system and installed the codecs, you should go on software installing spree. If you have ever used Ubuntu, you might already know.

You can open the Software Center to look for software to install in this graphical tool.

Alternatively, if you know what you are going to install just type the sudo apt install <program_name> command to install it.

It is up to you but I can surely suggest a few applications that are on my list of things to do after installing Ubuntu 17.04.

  • VLC media player for videos
  • GIMP – Photoshop alternative for Linux
  • Shutter – Screenshot application
  • Calibre – eBook management tool
  • Chromium – Open Source web browser

6. Install Gdebi package installer

Chances are that you’ll be installing some software from the web by downloading .deb executable files (similar to .exe files in Windows). Gdebi is an application that is used for installing DEB packages. It is lightweight and handles dependencies way better than the default Software Center.

Though it is optional, I recommend to install Gdebi and make it default for installing .deb files in your system. It will save you lots of headache in long run, trust me on this.

You can install Gdebi via Software Center by clicking on the link below:

Install Gdebi

Or, if you are like me, you’ll go for the command line way of installing software:

sudo apt-get install gdebi

7. Install software from the web

We saw about installing applications from Software Center. But you’ll find that many software vendors provide their applications in DEB packages. These DEB packages can be downloaded from their official website and can be installed by double-clicking on it.

Some of the main software that I download and install from the web are:

  • Chrome web browser
  • Slack communication tool
  • Dropbox cloud storage service
  • Skype (the new beta version)

8. Tweak the look and feel of Ubuntu 17.04

Customization is a strong point of Ubuntu. You can get more option for customization if you use dedicated applications like Unity Tweak Tool.

You can install it via the Software Center by clicking on the link below:

Install Unity Tweak Tool

Alternatively, you can use the command below to install it:

sudo apt install unity-tweak-tool

Once installed, you can install new themes and icons. You can also move the Unity launcher to the bottom. You can do many other things as well. I left it up to you for exploring it.

9. Install some handy indicators

I am a huge fan of indicator applets. They provide quick access to a number of utilities.

Take the below indicator for example. You can quickly access number lock, caps lock and scroll lock with this handy utility.

10. Prolong your battery and prevent overheating

One of the best ways to prevent overheating in Linux laptops is to use TLP. This install and forget works wonder in controlling CPU temperature and thus prolonging your system’s battery life in long run.

You can install it using the command below in a terminal:

sudo apt install tlp tlp-rdw

Once installed, run the command below to start it:

sudo tlp start

No need for any configuration changes. It will be automatically started with each boot and tweak your system’s power consumption.

11. Install a system optimizer

Keeping your Ubuntu clean is good for your system’s health. Stacer has become my favorite tool for cleaning and optimizing Ubuntu system.

13. Try Unity 8

By this time you already know that Ubuntu is going to ditch Unity and will switch to GNOME with Ubuntu 18.04. This means that we will not see an Ubuntu release with Unity 8 as the default desktop environment.

However, Unity8 together with Mir display server is available in Ubuntu 17.04. You can give it a try by choosing for Unity8 at the login screen. I must warn you that Unity8 is not stable at all and you’ll encounter a number of issues immediately.

Your say?

This is pretty much my list of things to do after installing Ubuntu. What is yours? Do you do some specific stuff after a fresh Ubuntu install? Share with rest of us in the comment section below.

Tags: debiandistroslinuxoperating systempop osubuntu

Subscribe & get notified

Unsubscribe
ADVERTISEMENT
Next Post

How To Install The Linux Subsystem For Windows

Nazrul Islam

Nazrul Islam

Programmer, Developer, Coder, Entrepreneur, Web Designer....CEO & Founder Foss Noobs Media Pvt. Ltd

More Posts

Why You Should Not Switch To Linux
Featured

Why You Should Not Switch To Linux

2 years ago
14.4k
AtlasVPN: The Best freemium VPN You Can Find
Sponsored Posts

AtlasVPN: The Best freemium VPN You Can Find

3 years ago
15.5k
Next Post
How To Install The Linux Subsystem For Windows

How To Install The Linux Subsystem For Windows

Leave Comment

Social

Twitter Instagram Youtube
ADVERTISEMENT

Support us

ADVERTISEMENT

Subscribe

Subscribe & Get notified

  • About Us
  • Contact Us
  • Advertise
  • Deals
  • Got News?
  • Write for Us
  • Privacy Policy
A brand by StackNothing Technologies

© 2025 Foss Noobs Media Pvt. Ltd.

No Result
View All Result
  • Featured
  • News
  • Linux
  • Distros
    • Fedora
    • Linux Mint
    • Manjaro
    • Pop OS
    • Ubuntu
  • Customization
  • How To
  • Login

© 2025 Foss Noobs Media Pvt. Ltd.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.