How To Install vncpwd on Fedora 36
In this tutorial we learn how to install vncpwd in Fedora 36. vncpwd is VNC Password Decrypter
Introduction
In this tutorial we learn how to install vncpwd
on Fedora 36.
What is vncpwd
The vncpwd decrypts the VNC password.
We can use yum
or dnf
to install vncpwd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vncpwd.
Install vncpwd 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 vncpwd
using dnf
by running the following command:
sudo dnf -y install vncpwd
Install vncpwd 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 vncpwd
using yum
by running the following command:
sudo yum -y install vncpwd
How To Uninstall vncpwd on Fedora 36
To uninstall only the vncpwd
package we can use the following command:
sudo dnf remove vncpwd
vncpwd Package Contents on Fedora 36
/usr/bin/vncpwd
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/853c251c11ff394c1c13db5b56fa30808ba0dd
/usr/share/doc/vncpwd
/usr/share/doc/vncpwd/README
/usr/share/licenses/vncpwd
/usr/share/licenses/vncpwd/LICENSE
References
Summary
In this tutorial we learn how to install vncpwd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).