title: “How To Install ucview-devel on Fedora 36” title: “How To Install ucview-devel on Fedora 36” linkTitle: “ucview-devel” linkTitle: “ucview-devel” type: “docs” type: “docs” description: “In this tutorial we learn how to install ucview-devel in Fedora 36. ucview-devel is Development files for UCView” description: “In this tutorial we learn how to install ucview-devel in Fedora 36. ucview-devel is Development files for UCView” date: “2022-08-17” date: “2022-08-17” lastmod: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ucview-devel-featured.png #image: /images/fedora/36/ucview-devel-featured.png


Introduction

Introduction

In this tutorial we learn how to install ucview-devel on Fedora 36. In this tutorial we learn how to install ucview-devel on Fedora 36.

What is ucview-devel

What is ucview-devel

The ucview-devel package includes header files necessary for building and developing programs and plugins which use UCView.
The ucview-devel package includes header files necessary for building and developing programs and plugins which use UCView.

We can use yum or dnf to install ucview-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ucview-devel. We can use yum or dnf to install ucview-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ucview-devel.

Install ucview-devel on Fedora 36 Using dnf

Install ucview-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command. Update yum database with dnf using the following command.

```bash
sudo dnf makecache --refresh
sudo dnf makecache --refresh


After updating yum database, We can install `ucview-devel` using `dnf` by running the following command:
After updating yum database, We can install `ucview-devel` using `dnf` by running the following command:


```bash
```bash
sudo dnf -y install ucview-devel
sudo dnf -y install ucview-devel


## Install ucview-devel on Fedora 36 Using yum
## Install ucview-devel on Fedora 36 Using yum


Update yum database with `yum` using the following command.
Update yum database with `yum` using the following command.


```bash
```bash
sudo yum makecache --refresh
sudo yum makecache --refresh


After updating yum database, We can install `ucview-devel` using `yum` by running the following command:
After updating yum database, We can install `ucview-devel` using `yum` by running the following command:


```bash
```bash
sudo yum -y install ucview-devel
sudo yum -y install ucview-devel
## How To Uninstall ucview-devel on Fedora 36
## How To Uninstall ucview-devel on Fedora 36


To uninstall only the `ucview-devel` package we can use the following command:

To uninstall only the `ucview-devel` package we can use the following command:
```bash

sudo dnf remove ucview-devel
```bash

sudo dnf remove ucview-devel

## ucview-devel Package Contents on Fedora 36


## ucview-devel Package Contents on Fedora 36
```bash

```bash
/usr/include/ucview
/usr/include/ucview/ucview-window.h
/usr/include/ucview/ucview.h
/usr/include/ucview/ucview_plugin.h
/usr/lib/pkgconfig/ucview.pc

References

Summary

In this tutorial we learn how to install ucview-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/ucview /usr/include/ucview/ucview-window.h /usr/include/ucview/ucview.h /usr/include/ucview/ucview_plugin.h /usr/lib64/pkgconfig/ucview.pc


## References

* [ucview-devel website](https://www.unicap-imaging.org/)

## Summary

In this tutorial we learn how to install `ucview-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).