How To Install gnome-desktop-testing on Fedora 36

In this tutorial we learn how to install gnome-desktop-testing in Fedora 36. gnome-desktop-testing is GNOME test runner for installed tests

Introduction

In this tutorial we learn how to install gnome-desktop-testing on Fedora 36.

What is gnome-desktop-testing

gnome-desktop-testing-runner is a basic runner for tests that are installed in /usr/share/installed-tests. For more information, see “https

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

Install gnome-desktop-testing 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 gnome-desktop-testing using dnf by running the following command:

sudo dnf -y install gnome-desktop-testing

Install gnome-desktop-testing 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 gnome-desktop-testing using yum by running the following command:

sudo yum -y install gnome-desktop-testing

How To Uninstall gnome-desktop-testing on Fedora 36

To uninstall only the gnome-desktop-testing package we can use the following command:

sudo dnf remove gnome-desktop-testing

gnome-desktop-testing Package Contents on Fedora 36

/usr/bin/ginsttest-runner
/usr/bin/gnome-desktop-testing-runner
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/435dfc49482aaaad00ee7c24f0302c1d097e67
/usr/share/doc/gnome-desktop-testing
/usr/share/doc/gnome-desktop-testing/COPYING
/usr/share/doc/gnome-desktop-testing/README

References

Summary

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