How To Install libgdata.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libgdata.i686 on Amazon Linux 2.
What is libgdata.i686
libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google’s services. It provides APIs to access the common Google services, and has full asynchronous support.
We can use yum to install libgdata.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libgdata.i686.
Install libgdata.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 libgdata.i686 using yum by running the following command:
sudo yum -y install libgdata.i686
How To Uninstall libgdata.i686 on Amazon Linux 2
To uninstall only the libgdata.i686 package we can use the following command:
sudo yum remove libgdata.i686
libgdata.i686 Package Contents on Amazon Linux 2
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/GData-0.0.typelib
/usr/lib/libgdata.so.22
/usr/lib/libgdata.so.22.3.0
/usr/share/doc/libgdata-0.17.9
/usr/share/doc/libgdata-0.17.9/AUTHORS
/usr/share/doc/libgdata-0.17.9/NEWS
/usr/share/doc/libgdata-0.17.9/README
/usr/share/licenses/libgdata-0.17.9
/usr/share/licenses/libgdata-0.17.9/COPYING
/usr/share/locale/ar/LC_MESSAGES/gdata.mo
/usr/share/locale/as/LC_MESSAGES/gdata.mo
/usr/share/locale/be/LC_MESSAGES/gdata.mo
/usr/share/locale/bg/LC_MESSAGES/gdata.mo
/usr/share/locale/bn_IN/LC_MESSAGES/gdata.mo
/usr/share/locale/bs/LC_MESSAGES/gdata.mo
/usr/share/locale/ca/LC_MESSAGES/gdata.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/gdata.mo
/usr/share/locale/cs/LC_MESSAGES/gdata.mo
/usr/share/locale/da/LC_MESSAGES/gdata.mo
/usr/share/locale/de/LC_MESSAGES/gdata.mo
/usr/share/locale/el/LC_MESSAGES/gdata.mo
/usr/share/locale/en_GB/LC_MESSAGES/gdata.mo
/usr/share/locale/eo/LC_MESSAGES/gdata.mo
/usr/share/locale/es/LC_MESSAGES/gdata.mo
/usr/share/locale/et/LC_MESSAGES/gdata.mo
/usr/share/locale/eu/LC_MESSAGES/gdata.mo
/usr/share/locale/fi/LC_MESSAGES/gdata.mo
/usr/share/locale/fr/LC_MESSAGES/gdata.mo
/usr/share/locale/fur/LC_MESSAGES/gdata.mo
/usr/share/locale/gl/LC_MESSAGES/gdata.mo
/usr/share/locale/gu/LC_MESSAGES/gdata.mo
/usr/share/locale/he/LC_MESSAGES/gdata.mo
/usr/share/locale/hi/LC_MESSAGES/gdata.mo
/usr/share/locale/hu/LC_MESSAGES/gdata.mo
/usr/share/locale/id/LC_MESSAGES/gdata.mo
/usr/share/locale/it/LC_MESSAGES/gdata.mo
/usr/share/locale/ja/LC_MESSAGES/gdata.mo
/usr/share/locale/kn/LC_MESSAGES/gdata.mo
/usr/share/locale/ko/LC_MESSAGES/gdata.mo
/usr/share/locale/lt/LC_MESSAGES/gdata.mo
/usr/share/locale/lv/LC_MESSAGES/gdata.mo
/usr/share/locale/ml/LC_MESSAGES/gdata.mo
/usr/share/locale/mr/LC_MESSAGES/gdata.mo
/usr/share/locale/nb/LC_MESSAGES/gdata.mo
/usr/share/locale/nl/LC_MESSAGES/gdata.mo
/usr/share/locale/oc/LC_MESSAGES/gdata.mo
/usr/share/locale/or/LC_MESSAGES/gdata.mo
/usr/share/locale/pa/LC_MESSAGES/gdata.mo
/usr/share/locale/pl/LC_MESSAGES/gdata.mo
/usr/share/locale/pt/LC_MESSAGES/gdata.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gdata.mo
/usr/share/locale/ro/LC_MESSAGES/gdata.mo
/usr/share/locale/ru/LC_MESSAGES/gdata.mo
/usr/share/locale/sk/LC_MESSAGES/gdata.mo
/usr/share/locale/sl/LC_MESSAGES/gdata.mo
/usr/share/locale/sr/LC_MESSAGES/gdata.mo
/usr/share/locale/sr@latin/LC_MESSAGES/gdata.mo
/usr/share/locale/sv/LC_MESSAGES/gdata.mo
/usr/share/locale/ta/LC_MESSAGES/gdata.mo
/usr/share/locale/te/LC_MESSAGES/gdata.mo
/usr/share/locale/tg/LC_MESSAGES/gdata.mo
/usr/share/locale/th/LC_MESSAGES/gdata.mo
/usr/share/locale/tr/LC_MESSAGES/gdata.mo
/usr/share/locale/ug/LC_MESSAGES/gdata.mo
/usr/share/locale/uk/LC_MESSAGES/gdata.mo
/usr/share/locale/vi/LC_MESSAGES/gdata.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gdata.mo
/usr/share/locale/zh_HK/LC_MESSAGES/gdata.mo
/usr/share/locale/zh_TW/LC_MESSAGES/gdata.mo
References
Summary
In this tutorial we learn how to install libgdata.i686 on Amazon Linux 2 using yum.