How to Install and Uninstall autocutsel Package on openSUSE Leap

Last updated: May 09,2024

1. Install "autocutsel" package

Here is a brief guide to show you how to install autocutsel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install autocutsel

2. Uninstall "autocutsel" package

This tutorial shows how to uninstall autocutsel on openSUSE Leap:

$ sudo zypper remove autocutsel

3. Information about the autocutsel package on openSUSE Leap

Information for package autocutsel:
-----------------------------------
Repository : Main Repository
Name : autocutsel
Version : 0.10.0-1.17
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 63.5 KiB
Installed : No
Status : not installed
Source package : autocutsel-0.10.0-1.17.src
Upstream URL : http://www.nongnu.org/autocutsel/
Summary : Clipboard / Cutbuffer management helper
Description :
X servers use two schemes to copy text between applications. The first one
(old and deprecated) is the cutbuffer. The other scheme is the selection.
Recent desktop applications (GNOME, KDE, ...) use two selections: the
PRIMARY and the CLIPBOARD. The PRIMARY selection is used when you select
some text with the mouse. You usually paste it using the middle button. The
CLIPBOARD selection is used when you copy text by using, for example,
the Edit/Copy menu. You may paste it using the Edit/Paste menu.
Windows VNC clients keep the Windows clipboard synchronized with the
cutbuffer, but not with the selections. And since recent applications
don't use the cutbuffer, the server's CLIPBOARD is never synchronized
with Windows' one.
Autocutsel tracks changes in the server's cutbuffer and CLIPBOARD
selection. When the CLIPBOARD is changed, it updates the cutbuffer. When
the cutbuffer is changed, it owns the CLIPBOARD selection. The cutbuffer
and CLIPBOARD selection are always synchronized. Since the VNC client
synchronizes the Windows' clipboard and the server's cutbuffer, all
three "clipboards" are always kept synchronized.