How to Install and Uninstall libvncserver.x86_64 Package on Fedora 34

Last updated: September 20,2024

1. Install "libvncserver.x86_64" package

Please follow the step by step instructions below to install libvncserver.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libvncserver.x86_64

2. Uninstall "libvncserver.x86_64" package

Please follow the instructions below to uninstall libvncserver.x86_64 on Fedora 34:

$ sudo dnf remove libvncserver.x86_64 $ sudo dnf autoremove

3. Information about the libvncserver.x86_64 package on Fedora 34

Last metadata expiration check: 3:32:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libvncserver
Version : 0.9.13
Release : 10.fc34
Architecture : x86_64
Size : 300 k
Source : libvncserver-0.9.13-10.fc34.src.rpm
Repository : fedora
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.