How To Install at-spi2-atk-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install at-spi2-atk-devel.x86_64 in Amazon Linux 2. at-spi2-atk-devel.x86_64 is A GTK+ module that bridges ATK to D-Bus at-spi
Introduction
In this tutorial we learn how to install at-spi2-atk-devel.x86_64
on Amazon Linux 2.
What is at-spi2-atk-devel.x86_64
The at-spi2-atk-devel package includes the header files for the at-spi2-atk library.
We can use yum
to install at-spi2-atk-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 at-spi2-atk-devel.x86_64.
Install at-spi2-atk-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 at-spi2-atk-devel.x86_64
using yum
by running the following command:
sudo yum -y install at-spi2-atk-devel.x86_64
How To Uninstall at-spi2-atk-devel.x86_64 on Amazon Linux 2
To uninstall only the at-spi2-atk-devel.x86_64
package we can use the following command:
sudo yum remove at-spi2-atk-devel.x86_64
at-spi2-atk-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/at-spi2-atk/2.0/atk-bridge.h
/usr/lib64/libatk-bridge-2.0.so
/usr/lib64/pkgconfig/atk-bridge-2.0.pc
References
Summary
In this tutorial we learn how to install at-spi2-atk-devel.x86_64
on Amazon Linux 2 using yum.