How To Install libunicapgtk on Fedora 34

libunicapgtk is Library to build graphical widgets for the unicap library Library to build graphical widgets for the unicap library

Introduction

In this tutorial we learn how to install libunicapgtk on Fedora 34.

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. libunicapgtk 0.9.8 25.fc34 x86_64 71 k libunicapgtk-0.9.8-25.fc34.src.rpm fedora Library to build graphical widgets for the unicap library https GPLv2+ 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 Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libunicapgtk.

Install libunicapgtk on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libunicapgtk using dnf by running the following command:

sudo dnf -y install libunicapgtk

Install libunicapgtk on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 Fedora 34

To uninstall only the libunicapgtk package we can use the following command:

sudo dnf remove libunicapgtk

libunicapgtk Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/621ab627c11edc3c0e605869e16642ea90047c
/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
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/c9d01426c149f3397c09d0a9b7c3710805a250
/usr/lib/libunicapgtk.so.2
/usr/lib/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 Fedora 34 using yum and dnf.