How To Install libchamplain.i686 on Amazon Linux 2
In this tutorial we learn how to install libchamplain.i686 in Amazon Linux 2. libchamplain.i686 is Map view for Clutter
Introduction
In this tutorial we learn how to install libchamplain.i686
on Amazon Linux 2.
What is libchamplain.i686
Libchamplain is a C library aimed to provide a ClutterActor to display rasterized maps.
We can use yum
to install libchamplain.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libchamplain.i686.
Install libchamplain.i686 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 libchamplain.i686
using yum
by running the following command:
sudo yum -y install libchamplain.i686
How To Uninstall libchamplain.i686 on Amazon Linux 2
To uninstall only the libchamplain.i686
package we can use the following command:
sudo yum remove libchamplain.i686
libchamplain.i686 Package Contents on Amazon Linux 2
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Champlain-0.12.typelib
/usr/lib/libchamplain-0.12.so.0
/usr/lib/libchamplain-0.12.so.0.10.0
/usr/share/doc/libchamplain-0.12.16
/usr/share/doc/libchamplain-0.12.16/AUTHORS
/usr/share/doc/libchamplain-0.12.16/NEWS
/usr/share/doc/libchamplain-0.12.16/README
/usr/share/licenses/libchamplain-0.12.16
/usr/share/licenses/libchamplain-0.12.16/COPYING
References
Summary
In this tutorial we learn how to install libchamplain.i686
on Amazon Linux 2 using yum.