How To Install clips-xclips on Fedora 36

In this tutorial we learn how to install clips-xclips in Fedora 36. clips-xclips is X interface to the CLIPS expert system

Introduction

In this tutorial we learn how to install clips-xclips on Fedora 36.

What is clips-xclips

X interface to CLIPS. CLIPS (C Language Integrated Production System) is an expert system development tool which provides a complete environment for the construction of rule and/or object based expert systems. Created in 1985 by NASA at the Johnson Space Center, CLIPS is now widely used throughout the government, industry, and academia.

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

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

sudo dnf -y install clips-xclips

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

sudo yum -y install clips-xclips

How To Uninstall clips-xclips on Fedora 36

To uninstall only the clips-xclips package we can use the following command:

sudo dnf remove clips-xclips

clips-xclips Package Contents on Fedora 36

/usr/bin/xclips
/usr/bin/xclips-color
/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/e25f2eb14761794ea032d9a507da6c46a94fe9
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/c8e51044b5c5aa9f29f4ff02fe6c876238d682
/usr/share/applications/xclips.desktop
/usr/share/icons/hicolor/128x128/apps/xclips.png
/usr/share/icons/hicolor/16x16/apps/xclips.png
/usr/share/icons/hicolor/32x32/apps/xclips.png
/usr/share/icons/hicolor/64x64/apps/xclips.png

References

Summary

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