How To Install basesystem on Fedora 36

In this tutorial we learn how to install basesystem in Fedora 36. basesystem is The skeleton package which defines a simple Fedora system

Introduction

In this tutorial we learn how to install basesystem on Fedora 36.

What is basesystem

Basesystem defines the components of a basic Fedora system (for example, the package installation order to use during bootstrapping). Basesystem should be in every installation of a system, and it should never be removed.

We can use yum or dnf to install basesystem on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install basesystem.

Install basesystem on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install basesystem using dnf by running the following command:

sudo dnf -y install basesystem

Install basesystem on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install basesystem using yum by running the following command:

sudo yum -y install basesystem

How To Uninstall basesystem on Fedora 36

To uninstall only the basesystem package we can use the following command:

sudo dnf remove basesystem

basesystem Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install basesystem on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).