How To Install python3-dogtail-scripts on Fedora 36

In this tutorial we learn how to install python3-dogtail-scripts in Fedora 36. python3-dogtail-scripts is Sniff and other scripts for use with Dogtail framework

Introduction

In this tutorial we learn how to install python3-dogtail-scripts on Fedora 36.

What is python3-dogtail-scripts

GUI test tool and automation framework that uses assistive technologies to communicate with desktop applications. This subpackage contains Sniff, the a11y exploration tool as well dogtail-run-headless scripts to start session to run tests in.

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

Install python3-dogtail-scripts 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 python3-dogtail-scripts using dnf by running the following command:

sudo dnf -y install python3-dogtail-scripts

Install python3-dogtail-scripts 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 python3-dogtail-scripts using yum by running the following command:

sudo yum -y install python3-dogtail-scripts

How To Uninstall python3-dogtail-scripts on Fedora 36

To uninstall only the python3-dogtail-scripts package we can use the following command:

sudo dnf remove python3-dogtail-scripts

python3-dogtail-scripts Package Contents on Fedora 36

/usr/bin/dogtail-detect-session
/usr/bin/dogtail-logout
/usr/bin/dogtail-run-headless
/usr/bin/dogtail-run-headless-next
/usr/bin/sniff
/usr/share/applications/sniff.desktop
/usr/share/doc/python3-dogtail-scripts
/usr/share/doc/python3-dogtail-scripts/COPYING
/usr/share/doc/python3-dogtail-scripts/NEWS
/usr/share/doc/python3-dogtail-scripts/README

References

Summary

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