How To Install gvnc-devel on Fedora 36

In this tutorial we learn how to install gvnc-devel in Fedora 36. gvnc-devel is Libraries, includes, etc. to compile with the gvnc library

Introduction

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

What is gvnc-devel

gvnc is a GObject for managing a VNC connection. It provides all the infrastructure required to build a VNC client without having to deal with the raw protocol itself. Libraries, includes, etc. to compile with the gvnc library


title: “How To Install gvnc-devel on Fedora 36” linkTitle: “gvnc-devel” We can use yum or dnf to install gvnc-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gvnc-devel. type: “docs”

Install gvnc-devel on Fedora 36 Using dnf

description: “In this tutorial we learn how to install gvnc-devel in Fedora 36. gvnc-devel is Libraries, includes, etc. to compile with the gvnc library”

date: “2022-08-17” Update yum database with dnf using the following command. lastmod: “2022-08-17”

#image: /images/fedora/36/gvnc-devel-featured.png

---
sudo dnf makecache --refresh

Introduction

After updating yum database, We can install gvnc-devel using dnf by running the following command: In this tutorial we learn how to install gvnc-devel on Fedora 36.

### What is `gvnc-devel`
sudo dnf -y install gvnc-devel

gvnc is a GObject for managing a VNC connection. It provides all the infrastructure required to build a VNC client without having to deal with the raw protocol itself. Libraries, includes, etc. to compile with the gvnc library

Install gvnc-devel on Fedora 36 Using yum

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

Update yum database with yum using the following command.

Install gvnc-devel on Fedora 36 Using dnf


sudo yum makecache --refresh
Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install `gvnc-devel` using `yum` by running the following command:
sudo yum -y install gvnc-devel
After updating yum database, We can install `gvnc-devel` using `dnf` by running the following command:

How To Uninstall gvnc-devel on Fedora 36


sudo dnf -y install gvnc-devel

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

sudo dnf remove gvnc-devel

gvnc-devel Package Contents on Fedora 36

/usr/include/gvnc-1.0
/usr/include/gvnc-1.0/gvnc.h
/usr/include/gvnc-1.0/vncaudio.h
/usr/include/gvnc-1.0/vncaudioformat.h
/usr/include/gvnc-1.0/vncaudiosample.h
/usr/include/gvnc-1.0/vncbaseaudio.h
/usr/include/gvnc-1.0/vncbaseframebuffer.h
/usr/include/gvnc-1.0/vnccolormap.h
/usr/include/gvnc-1.0/vncconnection.h
/usr/include/gvnc-1.0/vncconnectionenums.h
/usr/include/gvnc-1.0/vnccursor.h
/usr/include/gvnc-1.0/vncframebuffer.h
/usr/include/gvnc-1.0/vncpixelformat.h
/usr/include/gvnc-1.0/vncutil.h
/usr/include/gvnc-1.0/vncversion.h
/usr/lib64/libgvnc-1.0.so
/usr/lib64/pkgconfig/gvnc-1.0.pc
/usr/share/gir-1.0/GVnc-1.0.gir

References

Install gvnc-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

Summary

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

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

sudo yum -y install gvnc-devel

How To Uninstall gvnc-devel on Fedora 36

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

sudo dnf remove gvnc-devel

gvnc-devel Package Contents on Fedora 36

/usr/include/gvnc-1.0
/usr/include/gvnc-1.0/gvnc.h
/usr/include/gvnc-1.0/vncaudio.h
/usr/include/gvnc-1.0/vncaudioformat.h
/usr/include/gvnc-1.0/vncaudiosample.h
/usr/include/gvnc-1.0/vncbaseaudio.h
/usr/include/gvnc-1.0/vncbaseframebuffer.h
/usr/include/gvnc-1.0/vnccolormap.h
/usr/include/gvnc-1.0/vncconnection.h
/usr/include/gvnc-1.0/vncconnectionenums.h
/usr/include/gvnc-1.0/vnccursor.h
/usr/include/gvnc-1.0/vncframebuffer.h
/usr/include/gvnc-1.0/vncpixelformat.h
/usr/include/gvnc-1.0/vncutil.h
/usr/include/gvnc-1.0/vncversion.h
/usr/lib/libgvnc-1.0.so
/usr/lib/pkgconfig/gvnc-1.0.pc
/usr/share/gir-1.0/GVnc-1.0.gir

References

Summary

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