How To Install grilo on Fedora 36
Introduction
In this tutorial we learn how to install grilo
on Fedora 36.
What is grilo
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
or dnf
to install grilo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install grilo.
Install grilo on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install grilo
using dnf
by running the following command:
sudo dnf -y install grilo
Install grilo on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install grilo
using yum
by running the following command:
sudo yum -y install grilo
How To Uninstall grilo on Fedora 36
To uninstall only the grilo
package we can use the following command:
sudo dnf remove grilo
grilo Package Contents on Fedora 36
/usr/bin/grilo-test-ui-0.3
/usr/bin/grl-inspect-0.3
/usr/bin/grl-launch-0.3
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/11cd1439211545c3faf59c033de95006069274
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/fea3d39390748572d993373392e91136a4b620
/usr/lib/.build-id/69
/usr/lib/.build-id/69/a5a27632b744479b945119293a74570044ed76
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/ec0cd316b1070b43cdeda0f65d62eadde1a40a
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/a1ecda7dd2fc229f7b173c72142de20a9ea522
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/8b68852825e4ecea824f977f21c41fc5cc4059
/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.314.1
/usr/lib64/libgrlnet-0.3.so.0
/usr/lib64/libgrlnet-0.3.so.0.314.0
/usr/lib64/libgrlpls-0.3.so.0
/usr/lib64/libgrlpls-0.3.so.0.314.0
/usr/share/doc/grilo
/usr/share/doc/grilo/AUTHORS
/usr/share/doc/grilo/NEWS
/usr/share/doc/grilo/README.md
/usr/share/doc/grilo/TODO
/usr/share/grilo-0.3
/usr/share/grilo-0.3/plugins
/usr/share/licenses/grilo
/usr/share/licenses/grilo/COPYING
/usr/share/locale/as/LC_MESSAGES/grilo.mo
/usr/share/locale/be/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/fi/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/ms/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
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install grilo on Fedora 36” linkTitle: “grilo” type: “docs” description: “In this tutorial we learn how to install grilo in Fedora 36. grilo is Content discovery framework” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/grilo-featured.png
Introduction
In this tutorial we learn how to install grilo
on Fedora 36.
What is grilo
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
or dnf
to install grilo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install grilo.
Install grilo on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install grilo
using dnf
by running the following command:
sudo dnf -y install grilo
Install grilo on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install grilo
using yum
by running the following command:
sudo yum -y install grilo
How To Uninstall grilo on Fedora 36
To uninstall only the grilo
package we can use the following command:
sudo dnf remove grilo
grilo Package Contents on Fedora 36
/usr/bin/grilo-test-ui-0.3
/usr/bin/grl-inspect-0.3
/usr/bin/grl-launch-0.3
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/6aaa4553642a038da784ff717419f15479dfe1
/usr/lib/.build-id/74
/usr/lib/.build-id/74/d9f03f46d6d18c3a8248f504cab094aaae75d6
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/04187ee42513004d2201d6d463ca3f9aa70c4c
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/e3ef87c74beb2113d40e28517e4c58fc37aacf
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/7c1d2a6e344a293bbdd65d0f7241d2cf588983
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/6c0e396ccf89744ab51dc0d11aa04ddea636a3
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Grl-0.3.typelib
/usr/lib/girepository-1.0/GrlNet-0.3.typelib
/usr/lib/girepository-1.0/GrlPls-0.3.typelib
/usr/lib/grilo-0.3
/usr/lib/libgrilo-0.3.so.0
/usr/lib/libgrilo-0.3.so.0.314.1
/usr/lib/libgrlnet-0.3.so.0
/usr/lib/libgrlnet-0.3.so.0.314.0
/usr/lib/libgrlpls-0.3.so.0
/usr/lib/libgrlpls-0.3.so.0.314.0
/usr/share/doc/grilo
/usr/share/doc/grilo/AUTHORS
/usr/share/doc/grilo/NEWS
/usr/share/doc/grilo/README.md
/usr/share/doc/grilo/TODO
/usr/share/grilo-0.3
/usr/share/grilo-0.3/plugins
/usr/share/licenses/grilo
/usr/share/licenses/grilo/COPYING
/usr/share/locale/as/LC_MESSAGES/grilo.mo
/usr/share/locale/be/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/fi/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/ms/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
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).