How To Install ucblogo-x11 on Fedora 36

In this tutorial we learn how to install ucblogo-x11 in Fedora 36. ucblogo-x11 is X11 version for ucblogo

Introduction

In this tutorial we learn how to install ucblogo-x11 on Fedora 36.

What is ucblogo-x11

This package contains the x11 binary for ucblogo.

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

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

sudo dnf -y install ucblogo-x11

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

sudo yum -y install ucblogo-x11

How To Uninstall ucblogo-x11 on Fedora 36

To uninstall only the ucblogo-x11 package we can use the following command:

sudo dnf remove ucblogo-x11

ucblogo-x11 Package Contents on Fedora 36

/usr/bin/ucblogo-x11
/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/964bd06281bd995464e59d0f24a7dd643242cf

References

Summary

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