How To Install mir-demos on Fedora 36

In this tutorial we learn how to install mir-demos in Fedora 36. mir-demos is Demonstration applications using Mir

Introduction

In this tutorial we learn how to install mir-demos on Fedora 36.

What is mir-demos

This package provides applications for demonstrating the capabilities of the Mir display server.

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

Install mir-demos 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 mir-demos using dnf by running the following command:

sudo dnf -y install mir-demos

Install mir-demos 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 mir-demos using yum by running the following command:

sudo yum -y install mir-demos

How To Uninstall mir-demos on Fedora 36

To uninstall only the mir-demos package we can use the following command:

sudo dnf remove mir-demos

mir-demos Package Contents on Fedora 36

/usr/bin/fake-mir-kiosk
/usr/bin/mir-shell
/usr/bin/mir_demo_client_wayland
/usr/bin/mir_demo_client_wayland_egl_spinner
/usr/bin/mir_demo_server
/usr/bin/miral-app
/usr/bin/miral-kiosk
/usr/bin/miral-shell
/usr/bin/miral-system-compositor
/usr/bin/miral-terminal
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/3653815479121bdf1813356ca87181a6e48dc0
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/4395859d757356b02bcb078367c9aca780cada
/usr/lib/.build-id/a4/4defc5e7ca09c6fc0c06b7ee73c762dae0ac62
/usr/lib/.build-id/a6/f92ba5015e514c23f626a3cdf8ee131b0d5986
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/7e9c3f25dd95da6cbd4a3acc98a1af17f38a4f
/usr/lib/.build-id/d5/e9445bffba91ddc6783e237ae772343719f778
/usr/share/applications/miral-shell.desktop
/usr/share/doc/mir-demos
/usr/share/doc/mir-demos/README.md
/usr/share/icons/hicolor/scalable/apps/ubuntu-logo.svg
/usr/share/licenses/mir-demos
/usr/share/licenses/mir-demos/COPYING.GPL2
/usr/share/licenses/mir-demos/COPYING.GPL3
/usr/share/wayland-sessions/mir-shell.desktop

References

Summary

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