How To Install clipman on Fedora 36

In this tutorial we learn how to install clipman in Fedora 36. clipman is A simple clipboard manager for Wayland

Introduction

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

What is clipman

A basic clipboard manager for Wayland, with support for persisting copy buffers after an application exits.

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

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

sudo dnf -y install clipman

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

sudo yum -y install clipman

How To Uninstall clipman on Fedora 36

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

sudo dnf remove clipman

clipman Package Contents on Fedora 36

/usr/bin/clipman
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/49ebad2c89ad6df1c989df31369e481ef395e3
/usr/share/doc/clipman
/usr/share/doc/clipman/README.md
/usr/share/licenses/clipman
/usr/share/licenses/clipman/COPYING
/usr/share/man/man1/clipman.1.gz

References

Summary

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