How To Install libunicapgtk on Fedora 36
Introduction
In this tutorial we learn how to install libunicapgtk
on Fedora 36.
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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunicapgtk.
Install libunicapgtk 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 libunicapgtk
using dnf
by running the following command:
sudo dnf -y install libunicapgtk
Install libunicapgtk 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 libunicapgtk
using yum
by running the following command:
sudo yum -y install libunicapgtk
How To Uninstall libunicapgtk on Fedora 36
To uninstall only the libunicapgtk
package we can use the following command:
sudo dnf remove libunicapgtk
libunicapgtk Package Contents on Fedora 36
---
title: "How To Install libunicapgtk on Fedora 36"
linkTitle: "libunicapgtk"
type: "docs"
description: "In this tutorial we learn how to install libunicapgtk in Fedora 36. libunicapgtk is Library to build graphical widgets for the unicap library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libunicapgtk-featured.png
---
## Introduction
In this tutorial we learn how to install `libunicapgtk` on Fedora 36.
### 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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunicapgtk.
## Install libunicapgtk on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
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 Fedora 36 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 Fedora 36
To uninstall only the libunicapgtk
package we can use the following command:
sudo dnf remove libunicapgtk
libunicapgtk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/831dcb86c2aff798fe9a44f4342648a3067e46
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/94 /usr/lib/.build-id/94/64652fb341f5fbd3ca4e82fd4e96a49793d0dd /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
* [libunicapgtk website](https://www.unicap-imaging.org/)
## Summary
In this tutorial we learn how to install `libunicapgtk` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).