17 Things to Do After Installing Fedora 40 (2024)

17 Things to Do After Installing Fedora 40 (1)

Fedora 40 is an exciting upgrade with numerous features and visual treats.

If you have already installed Fedora 40 or upgraded to Fedora 40, we recommend following a few essential things that can help enhance your desktop experience with Fedora 39.

If you still haven’t installed it, you may want to check out the feature list of Fedora 40 to explore more about it.

📋

This guide should apply to all the recent Fedora versions unless there is a drastic change between the upgrades. Also, most of the mentioned GUI tweaks are for GNOME desktop environment.

Suggested Read 📖

How to Upgrade From Fedora 39 to Fedora 40This tutorial shows you how to upgrade the Fedora version to a new major release.It's FOSSAbhishek Prakash

Some of the most essential things to do include:

1. Configure DNF for Faster Downloads of Packages

Several methods can enhance the speed of downloading packages in Fedora. By selecting the fastest mirrors, the package download speed can increase. Furthermore, if you have a sufficiently faster internet connection, then the number of parallel downloads can be changed to get faster downloads.

Just edit the DNF configuration files located at /etc/dnf/dnf.conf.

For this, open a terminal and type:

sudo nano /etc/dnf/dnf.conf

Append the following line and save:

max_parallel_downloads=10

The fastest mirrors work by selecting the mirror with the lowest latency. The speed difference may or may not be noticeable. So, you only choose to increase max_parallel_download as above or add the following line to pick the fastest mirror for downloads:

fastestmirror=true
17 Things to Do After Installing Fedora 40 (4)

2. Update the System

Whether you have the latest and greatest out-of-the-box, it is always a good thing to perform a system update, refreshing the list of repositories and upgrading any packages pushed last minute.

You can do that from the GNOME Software Center (from the Updates section) or use the terminal.

17 Things to Do After Installing Fedora 40 (5)

For the terminal, use the following command:

sudo dnf update

A restart may be required to complete the system update.

3. Enable RPM Fusion and Other Third-Party Repository

Fedora installer provides a method to enable additional third-party repositories for convenience. You should also get a prompt to do it in the Software Center.

17 Things to Do After Installing Fedora 40 (6)

You can see all the repositories available to your system. You can enable and disable them here.

17 Things to Do After Installing Fedora 40 (7)

However, only the RPM repository for NVIDIA driver, Google Chrome, and Steam are added. But there are many more applications available in RPM Fusion.

So, if you need extra tools that aren’t usually available in the default repositories and the filtered RPM fusion repo, adding the RPM Fusion repo is a good idea.

To enable RPM Fusion (both free and non-free), Open a terminal and enter the following commands:

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpmsudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

4. Enjoy the dark mode

Love the dark mode? Fedora has got you there.

In the Settings->Appearance, you can switch to the Dark style.

17 Things to Do After Installing Fedora 40 (8)

While you can install and use the shiny new desktop experience with Fedora 39, you cannot play videos/media on it — yet.

Of course, you can choose to install VLC, MPV with codecs packed in. Or, just manually install the multimedia codecs?

To achieve any of those, you will have to enable the RPM Fusion repository eventually.

For instance, if you want to install the VLC player after enabling the RPM fusion repo, just type the following command in the terminal:

sudo dnf install vlc

If you want to install the media codecs, use the following commands:

sudo dnf install gstreamer1-plugins-{bad-\*,good-\*,base} gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-develsudo dnf install lame\* --exclude=lame-develsudo dnf group upgrade --with-optional Multimedia

6. Change Hostname After Installation

After installation, the default hostname is set up as fedora.

So, if you want to personalize your system hostname after installation, you can use the following command to set a new hostname:

sudo hostnamectl set-hostname "New_Custom_Name"

You can also do the same thing from the system settings. Open GNOME Settings and go to the About section. On this page, you can change the name from fedora to your liking.

17 Things to Do After Installing Fedora 40 (9)

7. Install Essential Applications

17 Things to Do After Installing Fedora 40 (10)

You can install essential Linux applications from the terminal using the dnf package manager or through the GNOME Software Center.

You can use the following command to install anything that you need:

sudo dnf install <package_name>
Suggested Applications for Desktop Linux UsersLooking for software recommendations for certain kinds of tasks? Let us help you with that.It's FOSSAbhishek Prakash

8. Install Gnome Tweaks and Extensions App

17 Things to Do After Installing Fedora 40 (13)

To tweak the gnome look and feel, you need to install both GNOME Tweaks and the extensions manager app. It can be done either through the software center or through the terminal using the following command:

sudo dnf install gnome-tweaks gnome-extensions-app

In my case, chrome-gnome-shell was automatically installed, which is required to make the browser extension work. You can refer to our resource on installing GNOME tweaks on Fedora if you still face issues with it.

It can be helpful to use some of the best GNOME extensions to enhance your desktop workflow.

21 Best GNOME Extensions to Enhance Your ExperienceYou can enhance the capacity of your GNOME desktop with extensions. Here, we list the best GNOME shell extensions to save you the trouble of finding them on your own.It's FOSSPhillip Prado

9. Enable Minimize or Maximize Button

This isn’t for you if you are already comfortable without a minimize button in the window.

17 Things to Do After Installing Fedora 40 (16)

But, if you want a dedicated minimize button, you can enable it using GNOME Tweaks by heading to the Window Titlebars option and enabling the minimize button.

While you can already double-click on a window to maximize, you can still add the maximize button.

10. Tweak Privacy Settings

It is worth double-checking if you have the problem reporting enabled/disabled.

You can head to the Privacy settings and check if “Automatic Problem Reporting” is enabled/disabled.

17 Things to Do After Installing Fedora 40 (17)

You should enable it if you do not mind sharing anonymous data for developers to improve the experience.

If you do not like the concept, disable it.

11. Screen Lock and Power Settings

If you are using a laptop, the default power saving options turn the screen blank and suspend it after a period of inactivity.

But, if you do not want that to happen, head to the power settings and disable the “Screen Blank” and “Automatic Suspend” options.

17 Things to Do After Installing Fedora 40 (18)

You can also choose to display the battery percentage from the same settings.

12. Use Night Light Settings

Every distribution comes packed with the night light feature to help you reduce eye strain.

17 Things to Do After Installing Fedora 40 (19)

For Fedora, you can access it in the display settings and enable it or set a schedule for it to automatically enable/disable the night light as required.

13. Sort Folder before files in Nautilus File Manager

This is rather a simple thing but may annoy a first-time user if you want to view the folders listed first.

In that case, go to preferences in Files and toggle the Sort Folders Before Files option as shown in the image below.

17 Things to Do After Installing Fedora 40 (20)

14. Automatically Delete Trash Content

We tend to delete things, but then forget to delete them from the trash.

In such cases, the size of the trash/bin grows, and we may end up with low storage space.

To avoid this, Go to Settings → Privacy & Security and toggle the Automatic Delete Trash Content option as required.

The automatic deletion period can be set in the same window if you want to tweak that. The default value is set to 30 days.

17 Things to Do After Installing Fedora 40 (21)

17 Things to Do After Installing Fedora 40 (22)

15. Set the Power Profiles

17 Things to Do After Installing Fedora 40 (23)

Power profiles are accessible from the Settings page and through the top panel (or the system tray).

Use the appropriate mode, like balanced (which should be the default for best performance) and power saver, for better battery savings and a minor hit to the performance.

16. Reduce the animation effect for a faster response (if you need it)

If you notice any stutters with the system performance, such as launching apps or the navigation in general, try reducing the animation from accessibility settings (under Seeing) as shown in the image below.

17 Things to Do After Installing Fedora 40 (24)

17. Get the top panel indicator back

In the GNOME desktop, there are no applet idnicators and this makes things difficult for applications such as Spotify, Discord etc that are minimized to tray on close but keep on running.

17 Things to Do After Installing Fedora 40 (25)

To get the top panel indicator back in GNOME, you can use an extension like AppIndicator and KStatusNotifierItem Support.

Wrapping Up

Per your use case, you can do countless more things with your Fedora 40 system.

After all, you get some of the latest and greatest packages (and kernel). So, feel free to explore more.

What do you usually do after installing/upgrading to a new version of Fedora? Let me know your thoughts in the comments below.

17 Things to Do After Installing Fedora 40 (2024)
Top Articles
Latest Posts
Article information

Author: Greg Kuvalis

Last Updated:

Views: 5815

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Greg Kuvalis

Birthday: 1996-12-20

Address: 53157 Trantow Inlet, Townemouth, FL 92564-0267

Phone: +68218650356656

Job: IT Representative

Hobby: Knitting, Amateur radio, Skiing, Running, Mountain biking, Slacklining, Electronics

Introduction: My name is Greg Kuvalis, I am a witty, spotless, beautiful, charming, delightful, thankful, beautiful person who loves writing and wants to share my knowledge and understanding with you.