How To Install WINGs-devel on Fedora 36

In this tutorial we learn how to install WINGs-devel in Fedora 36. WINGs-devel is Development files for the WINGs library

Introduction

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

What is WINGs-devel

Development files for the WINGs library.

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

Install WINGs-devel 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 WINGs-devel using dnf by running the following command:

sudo dnf -y install WINGs-devel

Install WINGs-devel 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 WINGs-devel using yum by running the following command:

sudo yum -y install WINGs-devel

How To Uninstall WINGs-devel on Fedora 36

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

sudo dnf remove WINGs-devel

WINGs-devel Package Contents on Fedora 36

/usr/include/WINGs
/usr/include/WINGs/WINGs.h
/usr/include/WINGs/WINGsP.h
/usr/include/WINGs/WUtil.h
/usr/include/wraster.h
/usr/lib64/libWINGs.so
/usr/lib64/libWUtil.so
/usr/lib64/libwraster.so
/usr/lib64/pkgconfig/WINGs.pc
/usr/lib64/pkgconfig/WUtil.pc
/usr/lib64/pkgconfig/wrlib.pc

References

Summary

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


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

Introduction

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

What is WINGs-devel

Development files for the WINGs library.

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

Install WINGs-devel 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 WINGs-devel using dnf by running the following command:

sudo dnf -y install WINGs-devel

Install WINGs-devel 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 WINGs-devel using yum by running the following command:

sudo yum -y install WINGs-devel

How To Uninstall WINGs-devel on Fedora 36

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

sudo dnf remove WINGs-devel

WINGs-devel Package Contents on Fedora 36

/usr/include/WINGs
/usr/include/WINGs/WINGs.h
/usr/include/WINGs/WINGsP.h
/usr/include/WINGs/WUtil.h
/usr/include/wraster.h
/usr/lib/libWINGs.so
/usr/lib/libWUtil.so
/usr/lib/libwraster.so
/usr/lib/pkgconfig/WINGs.pc
/usr/lib/pkgconfig/WUtil.pc
/usr/lib/pkgconfig/wrlib.pc

References

Summary

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