How To Install pyorbit-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install pyorbit-devel.x86_64 in Amazon Linux 2. pyorbit-devel.x86_64 is Files needed to build wrappers for ORBit2 addon libraries
Introduction
In this tutorial we learn how to install pyorbit-devel.x86_64 on Amazon Linux 2.
What is pyorbit-devel.x86_64
This package contains files required to build wrappers for ORBit2 addon libraries so that they interoperate with pyorbit
We can use yum to install pyorbit-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 pyorbit-devel.x86_64.
Install pyorbit-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 pyorbit-devel.x86_64 using yum by running the following command:
sudo yum -y install pyorbit-devel.x86_64
How To Uninstall pyorbit-devel.x86_64 on Amazon Linux 2
To uninstall only the pyorbit-devel.x86_64 package we can use the following command:
sudo yum remove pyorbit-devel.x86_64
pyorbit-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/pyorbit-2
/usr/include/pyorbit-2/pyorbit.h
/usr/lib64/pkgconfig/pyorbit-2.pc
References
Summary
In this tutorial we learn how to install pyorbit-devel.x86_64 on Amazon Linux 2 using yum.