How To Install libunicapgtk on Rocky Linux 8
Introduction
In this tutorial we learn how to install libunicapgtk on Rocky Linux 8.
What is libunicapgtk
Unicap provides a uniform interface to video capture devices. It allows applications to use any supported video capture device via a single API. Building applications with a graphical user interface is made especially easy with the unicapGTK widget set.
We can use yum or dnf to install libunicapgtk on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libunicapgtk.
Install libunicapgtk on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libunicapgtk using dnf by running the following command:
sudo dnf -y install libunicapgtk
Install libunicapgtk on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libunicapgtk using yum by running the following command:
sudo yum -y install libunicapgtk
How To Uninstall libunicapgtk on Rocky Linux 8
To uninstall only the libunicapgtk package we can use the following command:
sudo dnf remove libunicapgtk
libunicapgtk Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/0b47a37751eb58a85f4c99dc1a2e1c93fc7b23
/usr/lib64/libunicapgtk.so.2
/usr/lib64/libunicapgtk.so.2.1.11
/usr/share/doc/libunicapgtk
/usr/share/doc/libunicapgtk/AUTHORS
/usr/share/doc/libunicapgtk/ChangeLog
/usr/share/doc/libunicapgtk/README
/usr/share/licenses/libunicapgtk
/usr/share/licenses/libunicapgtk/COPYING
/usr/share/locale/de/LC_MESSAGES/unicapgtk.mo
/usr/share/locale/fr/LC_MESSAGES/unicapgtk.mo
/usr/share/locale/ru/LC_MESSAGES/unicapgtk.mo
References
Summary
In this tutorial we learn how to install libunicapgtk on Rocky Linux 8 using yum and dnf.