How To Install grilo.x86_64 on Amazon Linux 2
In this tutorial we learn how to install grilo.x86_64 in Amazon Linux 2. grilo.x86_64 is Content discovery framework
Introduction
In this tutorial we learn how to install grilo.x86_64 on Amazon Linux 2.
What is grilo.x86_64
Grilo is a framework that provides access to different sources of multimedia content, using a pluggable system. This package contains the core library and elements.
We can use yum to install grilo.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install grilo.x86_64.
Install grilo.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 grilo.x86_64 using yum by running the following command:
sudo yum -y install grilo.x86_64
How To Uninstall grilo.x86_64 on Amazon Linux 2
To uninstall only the grilo.x86_64 package we can use the following command:
sudo yum remove grilo.x86_64
grilo.x86_64 Package Contents on Amazon Linux 2
/usr/bin/grilo-test-ui-0.3
/usr/bin/grl-inspect-0.3
/usr/bin/grl-launch-0.3
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Grl-0.3.typelib
/usr/lib64/girepository-1.0/GrlNet-0.3.typelib
/usr/lib64/girepository-1.0/GrlPls-0.3.typelib
/usr/lib64/grilo-0.3
/usr/lib64/libgrilo-0.3.so.0
/usr/lib64/libgrilo-0.3.so.0.2.0
/usr/lib64/libgrlnet-0.3.so.0
/usr/lib64/libgrlnet-0.3.so.0.0.5
/usr/lib64/libgrlpls-0.3.so.0
/usr/lib64/libgrlpls-0.3.so.0.0.0
/usr/share/doc/grilo-0.3.6
/usr/share/doc/grilo-0.3.6/AUTHORS
/usr/share/doc/grilo-0.3.6/NEWS
/usr/share/doc/grilo-0.3.6/README
/usr/share/doc/grilo-0.3.6/TODO
/usr/share/grilo-0.3
/usr/share/grilo-0.3/plugins
/usr/share/licenses/grilo-0.3.6
/usr/share/licenses/grilo-0.3.6/COPYING
/usr/share/locale/as/LC_MESSAGES/grilo.mo
/usr/share/locale/bg/LC_MESSAGES/grilo.mo
/usr/share/locale/bs/LC_MESSAGES/grilo.mo
/usr/share/locale/ca/LC_MESSAGES/grilo.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/grilo.mo
/usr/share/locale/cs/LC_MESSAGES/grilo.mo
/usr/share/locale/da/LC_MESSAGES/grilo.mo
/usr/share/locale/de/LC_MESSAGES/grilo.mo
/usr/share/locale/el/LC_MESSAGES/grilo.mo
/usr/share/locale/en_GB/LC_MESSAGES/grilo.mo
/usr/share/locale/eo/LC_MESSAGES/grilo.mo
/usr/share/locale/es/LC_MESSAGES/grilo.mo
/usr/share/locale/eu/LC_MESSAGES/grilo.mo
/usr/share/locale/fr/LC_MESSAGES/grilo.mo
/usr/share/locale/fur/LC_MESSAGES/grilo.mo
/usr/share/locale/gl/LC_MESSAGES/grilo.mo
/usr/share/locale/he/LC_MESSAGES/grilo.mo
/usr/share/locale/hr/LC_MESSAGES/grilo.mo
/usr/share/locale/hu/LC_MESSAGES/grilo.mo
/usr/share/locale/id/LC_MESSAGES/grilo.mo
/usr/share/locale/it/LC_MESSAGES/grilo.mo
/usr/share/locale/ja/LC_MESSAGES/grilo.mo
/usr/share/locale/ko/LC_MESSAGES/grilo.mo
/usr/share/locale/lt/LC_MESSAGES/grilo.mo
/usr/share/locale/lv/LC_MESSAGES/grilo.mo
/usr/share/locale/ml/LC_MESSAGES/grilo.mo
/usr/share/locale/nb/LC_MESSAGES/grilo.mo
/usr/share/locale/ne/LC_MESSAGES/grilo.mo
/usr/share/locale/nl/LC_MESSAGES/grilo.mo
/usr/share/locale/oc/LC_MESSAGES/grilo.mo
/usr/share/locale/pa/LC_MESSAGES/grilo.mo
/usr/share/locale/pl/LC_MESSAGES/grilo.mo
/usr/share/locale/pt/LC_MESSAGES/grilo.mo
/usr/share/locale/pt_BR/LC_MESSAGES/grilo.mo
/usr/share/locale/ro/LC_MESSAGES/grilo.mo
/usr/share/locale/ru/LC_MESSAGES/grilo.mo
/usr/share/locale/sk/LC_MESSAGES/grilo.mo
/usr/share/locale/sl/LC_MESSAGES/grilo.mo
/usr/share/locale/sr/LC_MESSAGES/grilo.mo
/usr/share/locale/sr@latin/LC_MESSAGES/grilo.mo
/usr/share/locale/sv/LC_MESSAGES/grilo.mo
/usr/share/locale/tg/LC_MESSAGES/grilo.mo
/usr/share/locale/tr/LC_MESSAGES/grilo.mo
/usr/share/locale/uk/LC_MESSAGES/grilo.mo
/usr/share/locale/zh_CN/LC_MESSAGES/grilo.mo
/usr/share/locale/zh_HK/LC_MESSAGES/grilo.mo
/usr/share/locale/zh_TW/LC_MESSAGES/grilo.mo
/usr/share/man/man1/grilo-test-ui-0.3.1.gz
/usr/share/man/man1/grl-inspect-0.3.1.gz
/usr/share/man/man1/grl-launch-0.3.1.gz
References
Summary
In this tutorial we learn how to install grilo.x86_64 on Amazon Linux 2 using yum.