How To Install fltk-static.x86_64 on Amazon Linux 2
In this tutorial we learn how to install fltk-static.x86_64 in Amazon Linux 2. fltk-static.x86_64 is Static libraries for fltk
Introduction
In this tutorial we learn how to install fltk-static.x86_64 on Amazon Linux 2.
What is fltk-static.x86_64
Static libraries for fltk.
We can use yum to install fltk-static.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install fltk-static.x86_64.
Install fltk-static.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 fltk-static.x86_64 using yum by running the following command:
sudo yum -y install fltk-static.x86_64
How To Uninstall fltk-static.x86_64 on Amazon Linux 2
To uninstall only the fltk-static.x86_64 package we can use the following command:
sudo yum remove fltk-static.x86_64
fltk-static.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libfltk.a
/usr/lib64/libfltk_forms.a
/usr/lib64/libfltk_gl.a
/usr/lib64/libfltk_images.a
References
Summary
In this tutorial we learn how to install fltk-static.x86_64 on Amazon Linux 2 using yum.