How To Install base100 on Fedora 36

In this tutorial we learn how to install base100 in Fedora 36. base100 is Encode your data into emoji

Introduction

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

What is base100

Encode your data into emoji.

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

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

sudo dnf -y install base100

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

sudo yum -y install base100

How To Uninstall base100 on Fedora 36

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

sudo dnf remove base100

base100 Package Contents on Fedora 36

/usr/bin/base100
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/d19c6f3e42a9125f4d9174b474b14b78f3e18b
/usr/share/doc/base100
/usr/share/doc/base100/README.md
/usr/share/licenses/base100
/usr/share/licenses/base100/LICENSE

References

Summary

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