How To Install libwnck3-devel on Fedora 36

In this tutorial we learn how to install libwnck3-devel in Fedora 36. libwnck3-devel is Libraries and headers for libwnck

Introduction

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

What is libwnck3-devel

The libwnck3-devel package contains libraries and header files for developing applications that use libwnck3.

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

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

sudo dnf -y install libwnck3-devel

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

sudo yum -y install libwnck3-devel

How To Uninstall libwnck3-devel on Fedora 36

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

sudo dnf remove libwnck3-devel

libwnck3-devel Package Contents on Fedora 36

/usr/bin/wnckprop
/usr/include/libwnck-3.0
/usr/include/libwnck-3.0/libwnck
/usr/include/libwnck-3.0/libwnck/application.h
/usr/include/libwnck-3.0/libwnck/class-group.h
/usr/include/libwnck-3.0/libwnck/libwnck.h
/usr/include/libwnck-3.0/libwnck/pager.h
/usr/include/libwnck-3.0/libwnck/screen.h
/usr/include/libwnck-3.0/libwnck/selector.h
/usr/include/libwnck-3.0/libwnck/tasklist.h
/usr/include/libwnck-3.0/libwnck/util.h
/usr/include/libwnck-3.0/libwnck/version.h
/usr/include/libwnck-3.0/libwnck/window-action-menu.h
/usr/include/libwnck-3.0/libwnck/window.h
/usr/include/libwnck-3.0/libwnck/wnck-enum-types.h
/usr/include/libwnck-3.0/libwnck/workspace.h
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/7cc8aa595fb8691303a66809f913682927da51
/usr/lib64/libwnck-3.so
/usr/lib64/pkgconfig/libwnck-3.0.pc
/usr/share/gir-1.0/Wnck-3.0.gir
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/libwnck-3.0
/usr/share/gtk-doc/html/libwnck-3.0/WnckApplication.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckClassGroup.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckPager.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckScreen.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckSelector.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckTasklist.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckWindow.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckWorkspace.html
/usr/share/gtk-doc/html/libwnck-3.0/annotation-glossary.html
/usr/share/gtk-doc/html/libwnck-3.0/core.html
/usr/share/gtk-doc/html/libwnck-3.0/getting-started.html
/usr/share/gtk-doc/html/libwnck-3.0/home.png
/usr/share/gtk-doc/html/libwnck-3.0/index.html
/usr/share/gtk-doc/html/libwnck-3.0/indexes.html
/usr/share/gtk-doc/html/libwnck-3.0/ix01.html
/usr/share/gtk-doc/html/libwnck-3.0/left-insensitive.png
/usr/share/gtk-doc/html/libwnck-3.0/left.png
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-3.0.devhelp2
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Icons-Functions.html
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Miscellaneous-Functions.html
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Resource-Usage-of-X-Clients.html
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Version-Information.html
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Window-Action-Menu.html
/usr/share/gtk-doc/html/libwnck-3.0/overview.html
/usr/share/gtk-doc/html/libwnck-3.0/right-insensitive.png
/usr/share/gtk-doc/html/libwnck-3.0/right.png
/usr/share/gtk-doc/html/libwnck-3.0/style.css
/usr/share/gtk-doc/html/libwnck-3.0/up-insensitive.png
/usr/share/gtk-doc/html/libwnck-3.0/up.png
/usr/share/gtk-doc/html/libwnck-3.0/utils.html
/usr/share/gtk-doc/html/libwnck-3.0/widgets.html

References

Summary

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


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

Introduction

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

What is libwnck3-devel

The libwnck3-devel package contains libraries and header files for developing applications that use libwnck3.

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

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

sudo dnf -y install libwnck3-devel

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

sudo yum -y install libwnck3-devel

How To Uninstall libwnck3-devel on Fedora 36

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

sudo dnf remove libwnck3-devel

libwnck3-devel Package Contents on Fedora 36

/usr/bin/wnckprop
/usr/include/libwnck-3.0
/usr/include/libwnck-3.0/libwnck
/usr/include/libwnck-3.0/libwnck/application.h
/usr/include/libwnck-3.0/libwnck/class-group.h
/usr/include/libwnck-3.0/libwnck/libwnck.h
/usr/include/libwnck-3.0/libwnck/pager.h
/usr/include/libwnck-3.0/libwnck/screen.h
/usr/include/libwnck-3.0/libwnck/selector.h
/usr/include/libwnck-3.0/libwnck/tasklist.h
/usr/include/libwnck-3.0/libwnck/util.h
/usr/include/libwnck-3.0/libwnck/version.h
/usr/include/libwnck-3.0/libwnck/window-action-menu.h
/usr/include/libwnck-3.0/libwnck/window.h
/usr/include/libwnck-3.0/libwnck/wnck-enum-types.h
/usr/include/libwnck-3.0/libwnck/workspace.h
/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/989c0f61c54412eeee4202990925681de89de0
/usr/lib/libwnck-3.so
/usr/lib/pkgconfig/libwnck-3.0.pc
/usr/share/gir-1.0/Wnck-3.0.gir
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/libwnck-3.0
/usr/share/gtk-doc/html/libwnck-3.0/WnckApplication.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckClassGroup.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckPager.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckScreen.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckSelector.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckTasklist.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckWindow.html
/usr/share/gtk-doc/html/libwnck-3.0/WnckWorkspace.html
/usr/share/gtk-doc/html/libwnck-3.0/annotation-glossary.html
/usr/share/gtk-doc/html/libwnck-3.0/core.html
/usr/share/gtk-doc/html/libwnck-3.0/getting-started.html
/usr/share/gtk-doc/html/libwnck-3.0/home.png
/usr/share/gtk-doc/html/libwnck-3.0/index.html
/usr/share/gtk-doc/html/libwnck-3.0/indexes.html
/usr/share/gtk-doc/html/libwnck-3.0/ix01.html
/usr/share/gtk-doc/html/libwnck-3.0/left-insensitive.png
/usr/share/gtk-doc/html/libwnck-3.0/left.png
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-3.0.devhelp2
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Icons-Functions.html
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Miscellaneous-Functions.html
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Resource-Usage-of-X-Clients.html
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Version-Information.html
/usr/share/gtk-doc/html/libwnck-3.0/libwnck-Window-Action-Menu.html
/usr/share/gtk-doc/html/libwnck-3.0/overview.html
/usr/share/gtk-doc/html/libwnck-3.0/right-insensitive.png
/usr/share/gtk-doc/html/libwnck-3.0/right.png
/usr/share/gtk-doc/html/libwnck-3.0/style.css
/usr/share/gtk-doc/html/libwnck-3.0/up-insensitive.png
/usr/share/gtk-doc/html/libwnck-3.0/up.png
/usr/share/gtk-doc/html/libwnck-3.0/utils.html
/usr/share/gtk-doc/html/libwnck-3.0/widgets.html

References

Summary

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