How To Install gpaste on Fedora 36
Introduction
In this tutorial we learn how to install gpaste
on Fedora 36.
What is gpaste
GPaste is a clipboard management system. This package provides the D-Bus service and the command-line client.
We can use yum
or dnf
to install gpaste
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpaste.
Install gpaste 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 gpaste
using dnf
by running the following command:
sudo dnf -y install gpaste
Install gpaste 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 gpaste
using yum
by running the following command:
sudo yum -y install gpaste
How To Uninstall gpaste on Fedora 36
To uninstall only the gpaste
package we can use the following command:
sudo dnf remove gpaste
gpaste Package Contents on Fedora 36
/usr/bin/gpaste-client
/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/6391280cacd72a93d60f1c46e60cdbaca1f5d5
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/1aca64c8cf1adfbf799f8a1a8bc11973b57137
/usr/lib/systemd/user/org.gnome.GPaste.service
/usr/libexec/gpaste
/usr/libexec/gpaste/gpaste-daemon
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/gpaste-client
/usr/share/dbus-1/services/org.gnome.GPaste.service
/usr/share/doc/gpaste
/usr/share/doc/gpaste/AUTHORS
/usr/share/doc/gpaste/NEWS
/usr/share/doc/gpaste/README.md
/usr/share/doc/gpaste/THANKS
/usr/share/glib-2.0/schemas/org.gnome.GPaste.gschema.xml
/usr/share/man/man1/gpaste-client.1.gz
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_gpaste-client
References
Summary
In this tutorial we learn how to install gpaste
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).