How To Install fedora-third-party on Fedora 36

In this tutorial we learn how to install fedora-third-party in Fedora 36. fedora-third-party is Tool for handling third-party RPM and Flatpak repositories in Fedora

Introduction

In this tutorial we learn how to install fedora-third-party on Fedora 36.

What is fedora-third-party

fedora-third-party is a tool for handling third-party RPM and Flatpak repositories in Fedora. It is used to handle the user changing their opt-in status for these repositories, and enables/disables RPM repositories and adds/removes Flatpak repositories as necessary.

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

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

sudo dnf -y install fedora-third-party

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

sudo yum -y install fedora-third-party

How To Uninstall fedora-third-party on Fedora 36

To uninstall only the fedora-third-party package we can use the following command:

sudo dnf remove fedora-third-party

fedora-third-party Package Contents on Fedora 36

/usr/bin/fedora-third-party
/usr/lib/fedora-third-party
/usr/lib/fedora-third-party/conf.d
/usr/lib/fedora-third-party/fedora-third-party-opt-out
/usr/lib/python3.10/site-packages/fedora_third_party
/usr/lib/python3.10/site-packages/fedora_third_party-0.10-py3.10.egg-info
/usr/lib/python3.10/site-packages/fedora_third_party-0.10-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/fedora_third_party-0.10-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/fedora_third_party-0.10-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/fedora_third_party-0.10-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/fedora_third_party-0.10-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/fedora_third_party/__init__.py
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/config.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/dnf_config_editor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/dnf_config_editor.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/repository.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/repository.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/table.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/__pycache__/table.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedora_third_party/cli.py
/usr/lib/python3.10/site-packages/fedora_third_party/config.py
/usr/lib/python3.10/site-packages/fedora_third_party/dnf_config_editor.py
/usr/lib/python3.10/site-packages/fedora_third_party/repository.py
/usr/lib/python3.10/site-packages/fedora_third_party/table.py
/usr/lib/systemd/system/fedora-third-party-refresh.service
/usr/share/doc/fedora-third-party
/usr/share/doc/fedora-third-party/README.md
/usr/share/licenses/fedora-third-party
/usr/share/licenses/fedora-third-party/LICENSE
/usr/share/man/man1/fedora-third-party.1.gz
/usr/share/polkit-1/actions/org.fedoraproject.thirdparty.policy
/usr/share/polkit-1/rules.d/org.fedoraproject.thirdparty.rules
/var/lib/fedora-third-party

References

Summary

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