How To Install neatvnc on Fedora 36
Introduction
In this tutorial we learn how to install neatvnc
on Fedora 36.
What is neatvnc
This is a liberally licensed VNC server library that’s intended to be fast and neat. Note yet stable.
We can use yum
or dnf
to install neatvnc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install neatvnc.
Install neatvnc 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 neatvnc
using dnf
by running the following command:
sudo dnf -y install neatvnc
Install neatvnc 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 neatvnc
using yum
by running the following command:
sudo yum -y install neatvnc
How To Uninstall neatvnc on Fedora 36
To uninstall only the neatvnc
package we can use the following command:
sudo dnf remove neatvnc
neatvnc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/da5d41c3db9b597feda63cce723ad77870de06
/usr/lib/libneatvnc.so.0
/usr/lib/libneatvnc.so.0.0.0
/usr/share/doc/neatvnc
/usr/share/doc/neatvnc/README.md
/usr/share/licenses/neatvnc
/usr/share/licenses/neatvnc/COPYING
References
Summary
In this tutorial we learn how to install neatvnc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install neatvnc on Fedora 36” linkTitle: “neatvnc” type: “docs” description: “In this tutorial we learn how to install neatvnc in Fedora 36. neatvnc is a liberally licensed VNC server library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/neatvnc-featured.png
Introduction
In this tutorial we learn how to install neatvnc
on Fedora 36.
What is neatvnc
This is a liberally licensed VNC server library that’s intended to be fast and neat. Note yet stable.
We can use yum
or dnf
to install neatvnc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install neatvnc.
Install neatvnc 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 neatvnc
using dnf
by running the following command:
sudo dnf -y install neatvnc
Install neatvnc 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 neatvnc
using yum
by running the following command:
sudo yum -y install neatvnc
How To Uninstall neatvnc on Fedora 36
To uninstall only the neatvnc
package we can use the following command:
sudo dnf remove neatvnc
neatvnc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/5951c022441373220faa087df3120970387496
/usr/lib64/libneatvnc.so.0
/usr/lib64/libneatvnc.so.0.0.0
/usr/share/doc/neatvnc
/usr/share/doc/neatvnc/README.md
/usr/share/licenses/neatvnc
/usr/share/licenses/neatvnc/COPYING
References
Summary
In this tutorial we learn how to install neatvnc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).