How To Install cfdg-fe on Fedora 36

In this tutorial we learn how to install cfdg-fe in Fedora 36. cfdg-fe is A front end to cfdg

Introduction

In this tutorial we learn how to install cfdg-fe on Fedora 36.

What is cfdg-fe

A front end to cfdg

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

Install cfdg-fe 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 cfdg-fe using dnf by running the following command:

sudo dnf -y install cfdg-fe

Install cfdg-fe 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 cfdg-fe using yum by running the following command:

sudo yum -y install cfdg-fe

How To Uninstall cfdg-fe on Fedora 36

To uninstall only the cfdg-fe package we can use the following command:

sudo dnf remove cfdg-fe

cfdg-fe Package Contents on Fedora 36

/usr/bin/cfdg-fe
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/deba65a3d7820dc710e22759122d801f91285f
/usr/share/applications/cfdg-fe.desktop
/usr/share/cfdg-fe
/usr/share/cfdg-fe/icon.png
/usr/share/cfdg-fe/logo.png
/usr/share/doc/cfdg-fe
/usr/share/doc/cfdg-fe/AUTHORS
/usr/share/doc/cfdg-fe/COPYING
/usr/share/doc/cfdg-fe/INSTALL
/usr/share/doc/cfdg-fe/README
/usr/share/icons/hicolor/32x32/apps/cfdg-fe-icon.png

References

Summary

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