How To Install vokoscreenNG on Fedora 36
Introduction
In this tutorial we learn how to install vokoscreenNG
on Fedora 36.
What is vokoscreenNG
VokscreenNG is a user friendly Open Source screencaster for Linux and Windows. The new name is now vokoscreenNG and has been rewritten from scratch.
We can use yum
or dnf
to install vokoscreenNG
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vokoscreenNG.
Install vokoscreenNG 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 vokoscreenNG
using dnf
by running the following command:
sudo dnf -y install vokoscreenNG
Install vokoscreenNG 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 vokoscreenNG
using yum
by running the following command:
sudo yum -y install vokoscreenNG
How To Uninstall vokoscreenNG on Fedora 36
To uninstall only the vokoscreenNG
package we can use the following command:
sudo dnf remove vokoscreenNG
vokoscreenNG Package Contents on Fedora 36
/usr/bin/vokoscreenNG
/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/343b740b804353a7c6504a29f8fbec6ba11035
/usr/share/applications/vokoscreenNG.desktop
/usr/share/doc/vokoscreenNG
/usr/share/doc/vokoscreenNG/INSTALL
/usr/share/doc/vokoscreenNG/README.md
/usr/share/doc/vokoscreenNG/ToDo.txt
/usr/share/licenses/vokoscreenNG
/usr/share/licenses/vokoscreenNG/COPYING
/usr/share/pixmaps/vokoscreenNG.png
References
Summary
In this tutorial we learn how to install vokoscreenNG
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).