How to Install and Uninstall libvncserver.x86_64 Package on Rocky Linux 9

Last updated: May 18,2024

1. Install "libvncserver.x86_64" package

In this section, we are going to explain the necessary steps to install libvncserver.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libvncserver.x86_64

2. Uninstall "libvncserver.x86_64" package

This is a short guide on how to uninstall libvncserver.x86_64 on Rocky Linux 9:

$ sudo dnf remove libvncserver.x86_64 $ sudo dnf autoremove

3. Information about the libvncserver.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:56:32 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libvncserver
Version : 0.9.13
Release : 11.el9
Architecture : x86_64
Size : 296 k
Source : libvncserver-0.9.13-11.el9.src.rpm
Repository : epel
Summary : Library to make writing a VNC server easy
URL : http://libvnc.github.io/
License : GPLv2+
Description : LibVNCServer makes writing a VNC server (or more correctly, a program exporting
: a frame-buffer via the Remote Frame Buffer protocol) easy.
:
: It hides the programmer from the tedious task of managing clients and
: compression schemata.