How To Install libwnck3-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libwnck3-devel.x86_64 in Amazon Linux 2. libwnck3-devel.x86_64 is Libraries and headers for libwnck

Introduction

In this tutorial we learn how to install libwnck3-devel.x86_64 on Amazon Linux 2.

What is libwnck3-devel.x86_64

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

We can use yum to install libwnck3-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libwnck3-devel.x86_64.

Install libwnck3-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libwnck3-devel.x86_64

How To Uninstall libwnck3-devel.x86_64 on Amazon Linux 2

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

sudo yum remove libwnck3-devel.x86_64

libwnck3-devel.x86_64 Package Contents on Amazon Linux 2

/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/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/ix02.html
/usr/share/gtk-doc/html/libwnck-3.0/ix03.html
/usr/share/gtk-doc/html/libwnck-3.0/ix04.html
/usr/share/gtk-doc/html/libwnck-3.0/ix05.html
/usr/share/gtk-doc/html/libwnck-3.0/ix06.html
/usr/share/gtk-doc/html/libwnck-3.0/ix07.html
/usr/share/gtk-doc/html/libwnck-3.0/ix08.html
/usr/share/gtk-doc/html/libwnck-3.0/ix09.html
/usr/share/gtk-doc/html/libwnck-3.0/ix10.html
/usr/share/gtk-doc/html/libwnck-3.0/ix11.html
/usr/share/gtk-doc/html/libwnck-3.0/ix12.html
/usr/share/gtk-doc/html/libwnck-3.0/ix13.html
/usr/share/gtk-doc/html/libwnck-3.0/ix14.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.x86_64 on Amazon Linux 2 using yum.