How To Install libappstream-glib-builder on Fedora 36

In this tutorial we learn how to install libappstream-glib-builder in Fedora 36. libappstream-glib-builder is Library and command line tools for building AppStream metadata

Introduction

In this tutorial we learn how to install libappstream-glib-builder on Fedora 36.

What is libappstream-glib-builder

This library and command line tool is used for building AppStream metadata from a directory of packages.

We can use yum or dnf to install libappstream-glib-builder on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libappstream-glib-builder.

Install libappstream-glib-builder 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 libappstream-glib-builder using dnf by running the following command:

sudo dnf -y install libappstream-glib-builder

Install libappstream-glib-builder 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 libappstream-glib-builder using yum by running the following command:

sudo yum -y install libappstream-glib-builder

How To Uninstall libappstream-glib-builder on Fedora 36

To uninstall only the libappstream-glib-builder package we can use the following command:

sudo dnf remove libappstream-glib-builder

libappstream-glib-builder Package Contents on Fedora 36

/usr/bin/appstream-builder
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/fce0983190d38a16aba5b43439911bd101b730
/usr/lib/.build-id/72
/usr/lib/.build-id/72/e55757c3184f738d66426b9dc0454d608e32f1
/usr/lib/.build-id/76
/usr/lib/.build-id/76/0136c90f4bd096240351683bb77439c41a3f04
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/bc2b61645e81e19c971a5270e919bab207ece4
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/eeec2e758b306a2b5b0936b36c8d5704500718
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/eea677dddba7ed7fed7117ec0934d0e487d5d8
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/2d57c668f93b1a7f783d9cb84b6b44357232c6
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/c62a3b9dea3e36c24fad16c5d5671e2ebc3213
/usr/lib64/asb-plugins-5/libasb_plugin_appdata.so
/usr/lib64/asb-plugins-5/libasb_plugin_desktop.so
/usr/lib64/asb-plugins-5/libasb_plugin_font.so
/usr/lib64/asb-plugins-5/libasb_plugin_gettext.so
/usr/lib64/asb-plugins-5/libasb_plugin_hardcoded.so
/usr/lib64/asb-plugins-5/libasb_plugin_icon.so
/usr/lib64/asb-plugins-5/libasb_plugin_shell_extension.so
/usr/share/bash-completion/completions/appstream-builder
/usr/share/licenses/libappstream-glib-builder
/usr/share/licenses/libappstream-glib-builder/COPYING
/usr/share/man/man1/appstream-builder.1.gz

References

Summary

In this tutorial we learn how to install libappstream-glib-builder on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).