How To Install fedora-gather-easyfix on Fedora 36

In this tutorial we learn how to install fedora-gather-easyfix in Fedora 36. fedora-gather-easyfix is Gather easyfix tickets across fedorahosted projects

Introduction

In this tutorial we learn how to install fedora-gather-easyfix on Fedora 36.

What is fedora-gather-easyfix

The aims of this project is to offer a simple overview of where help is needed for people coming to Fedora. There are a number of project hosted on fedorahosted.org which are participating in this process by marking tickets as ’easyfix’. fedora-gather-easyfix find them and gather them in a single place. A new contributor can thus consult this page and find a place/task she/he would like to help with, contact the person in charge and get started.

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

Install fedora-gather-easyfix 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 fedora-gather-easyfix using dnf by running the following command:

sudo dnf -y install fedora-gather-easyfix

Install fedora-gather-easyfix 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 fedora-gather-easyfix using yum by running the following command:

sudo yum -y install fedora-gather-easyfix

How To Uninstall fedora-gather-easyfix on Fedora 36

To uninstall only the fedora-gather-easyfix package we can use the following command:

sudo dnf remove fedora-gather-easyfix

fedora-gather-easyfix Package Contents on Fedora 36

/etc/fedora-gather-easyfix
/etc/fedora-gather-easyfix/template.html
/usr/bin/gather_easyfix.py
/usr/lib/python3.10/site-packages/fedora_gather_easyfix-0.2.1-py3.10.egg-info
/usr/share/doc/fedora-gather-easyfix
/usr/share/doc/fedora-gather-easyfix/LICENSE
/usr/share/doc/fedora-gather-easyfix/README
/usr/share/fedora-gather-easyfix
/usr/share/fedora-gather-easyfix/css
/usr/share/fedora-gather-easyfix/css/jquery-ui-1.8.17.custom.css
/usr/share/fedora-gather-easyfix/js
/usr/share/fedora-gather-easyfix/js/jquery-1.7.1.js
/usr/share/fedora-gather-easyfix/js/jquery-1.7.1.min.js
/usr/share/fedora-gather-easyfix/js/jquery.ui.core.js
/usr/share/fedora-gather-easyfix/js/jquery.ui.tabs.js
/usr/share/fedora-gather-easyfix/js/jquery.ui.widget.js

References

Summary

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