| by Arround The Web | No comments

Things I Recommend Doing After Installing Ubuntu 24.04 LTS ‘Noble Numbat’

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

So, you have installed or upgraded to Ubuntu 24.04 LTS. That's wonderful!

It is a fantastic release with a bunch of good things (and some hiccups). You can read our Ubuntu 24.04 LTS review if you are still deciding, or just want to know what I think about the release.

Sure, the latest Ubuntu release improves on the usability front and makes the experience easier than ever before.

However, there are still a few things that you can do to enhance your experience. We have categorized them so you can do what you prioritize.

Setting Up

These are things that you should choose to do for a better experience managing software packages.

1. Perform a system update

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

Yes, you just installed a new operating system (or an upgrade).

But, often, with these big releases, you might find important security or bug fixes waiting to be installed right after its release.

So, before you encounter an annoyance and start complaining about it, run the “Software Updater” and apply available updates.

2. Install essential applications

The default mode for Ubuntu 24.04 LTS is a minimal installation, where you only get the basic utilities pre-installed.

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

There is a chance that you went with the defaults without thinking much.

In a way, it is a good bloatware-free experience. But, you might feel that you lack certain apps you need.

If that is the case, you can explore essential Linux apps and get them installed through any of your favorite sources (Flathub, Snap, Debian package or AppImage).

Best Linux Software: 39 Essential Linux Apps [2024]
What are the must-have applications for Linux? The answer is subjective. Here, we’ve listed some of the best options.
Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

3. Get Flatpak support

Canonical's Ubuntu naturally encourages you to use Snap packages. However, you should know that there is another impressive source for getting your software, i.e., Flathub.

To get Flatpak packages from Flathub. You need to install Flatpak on your Ubuntu system.

Not sure if you require Flatpak apps? Learn the differences between Flatpak vs. Snap and then decide for yourself.

You can follow our Flatpak installation guide to get it installed:

Install and Use Flatpak on Ubuntu
Ubuntu may come with Snap by default but you could still enjoy the Flatpak universal packages on it.
Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

4. Handle deb files

With Ubuntu 22.04 LTS, you can install .deb packages by opening them with "Software Install" or the software center. It is a GUI method.

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

Unfortunately, with Ubuntu 24.04 LTS, I failed to open/install a .deb package using the new App Center.

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

So, it becomes an inconvenience if you like to install .deb packages.

Hence, you can choose to install GDebi on Ubuntu or Eddy debian package manager.

Use GDebi for Quickly Installing DEB Packages in Ubuntu
Gdebi is a tiny little app that helps you install deb files more effectively by handling dependencies. Learn how to use Gdebi and make it the default application for installing deb packages.
Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

With GDebi, you can configure to install .deb files with a double click, saving you all the time in the world 😉

By the way, you cannot see the apps installed from local deb files on the Ubuntu App Center.

So, how do you manage them? You can manage these packages by install the good-old Synaptic package manager to easily manage software.

Synaptic Package Manager: How to Install & Use It on Ubuntu
Learn what this good old package manager can do that the modern software managers cannot.
Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

5. Get AppImage support

Sooner or later, you'll come across some interesting new application that is only available in the AppImage format.

But to run an AppImage file, you need to install FUSE lib with the following command first:

sudo apt install libfuse2t64

6. Install media codecs to play various kinds of media files

To play media files like MP3, MPEG4, AVI, etc, you will need to install media codecs, if you missed doing that in the installation setup.

Ubuntu doesn’t install it by default because of copyright issues in various countries.

You can install these media codecs as an individual using the Ubuntu Restricted Extra package. It installs media codecs and Microsoft True Type Fonts on your Ubuntu system.

You can install it by using this command:

sudo apt install ubuntu-restricted-extras

If you encounter the EULA or the license screen, remember to use the tab key to select between the options and then hit enter to confirm your choice.

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

Customization tips

Ubuntu 24.04 LTS is easy to use. But you can make the experience snappier with some of these things:

7. Minimize to click

When you click an icon in the launcher, it opens the application. But, you cannot minimize it by clicking it again.

I don’t like this. And, if you agree, you can do something about it.

Use this command in the terminal to enable minimize on click in Ubuntu:

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'

8. Experiment with the dock

Go to the Ubuntu Desktop settings, and you shall notice the option for disabling Panel mode:

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

This will shrink the launcher on the left side and make it look like the Vanilla GNOME launcher. You should use it with ‘auto-hide’ option for a nicer effect.

You may move the launcher to the bottom or the right side if you like. There are plenty of ways to customize the dock in Ubuntu.

9. Get GNOME Tweaks tool for additional customization

Though the system settings application now includes several new options, GNOME Tweaks still provides additional customization options.

With GNOME Tweaks, you can move the windows control button to the left, change themes, change the lock screen background, etc. More on its usage later. For the moment, just get this tool from the software center or use the apt command.

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'
GNOME Tweaks Tool

10. Tweak date Info with Nautilus

With GNOME 46, you can get a detailed info on the date of a file/folder if you are using the list view.

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

You can enable this setting through the preference menu in the file manager as shown above.

11. Enable fractional scaling if you’ve got a 4K screen

If you have a 2K or 4K screen, you’ll find that the icons, fonts, and folders look too small. You should enable the fractional scaling and scale the size that suits your preference.

Things I Recommend Doing After Installing Ubuntu 24.04 LTS 'Noble Numbat'

I'll be adding more tips as I discover new things and issues while using Ubuntu 24.04 LTS as my daily driver. Stay tuned for it.

Meanwhile, why don't you share you favorite tweaks in the comment section?

Share Button

Source: It's FOSS

Leave a Reply