How To Install supervisor on Fedora 34

supervisor is A System for Allowing the Control of Process State on UNIX

Introduction

In this tutorial we learn how to install supervisor on Fedora 34.

What is supervisor

The supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems.

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

Install supervisor on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install supervisor using dnf by running the following command:

sudo dnf -y install supervisor

Install supervisor on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install supervisor using yum by running the following command:

sudo yum -y install supervisor

How To Uninstall supervisor on Fedora 34

To uninstall only the supervisor package we can use the following command:

sudo dnf remove supervisor

supervisor Package Contents on Fedora 34

/etc/logrotate.d/supervisor
/etc/supervisord.conf
/etc/supervisord.d
/run/supervisor
/usr/bin/echo_supervisord_conf
/usr/bin/pidproxy
/usr/bin/supervisorctl
/usr/bin/supervisord
/usr/lib/python3.9/site-packages/supervisor
/usr/lib/python3.9/site-packages/supervisor-4.2.1-py3.9.egg-info
/usr/lib/python3.9/site-packages/supervisor-4.2.1-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/supervisor-4.2.1-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/supervisor-4.2.1-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/supervisor-4.2.1-py3.9.egg-info/entry_points.txt
/usr/lib/python3.9/site-packages/supervisor-4.2.1-py3.9.egg-info/not-zip-safe
/usr/lib/python3.9/site-packages/supervisor-4.2.1-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/supervisor-4.2.1-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/supervisor/__init__.py
/usr/lib/python3.9/site-packages/supervisor/__pycache__
/usr/lib/python3.9/site-packages/supervisor/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/childutils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/childutils.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/compat.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/compat.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/confecho.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/confecho.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/datatypes.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/datatypes.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/dispatchers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/dispatchers.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/events.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/events.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/http.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/http.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/http_client.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/http_client.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/loggers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/loggers.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/options.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/options.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/pidproxy.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/pidproxy.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/poller.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/poller.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/process.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/process.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/rpcinterface.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/rpcinterface.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/socket_manager.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/socket_manager.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/states.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/states.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/supervisorctl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/supervisorctl.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/supervisord.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/supervisord.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/templating.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/templating.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/web.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/web.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/xmlrpc.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/__pycache__/xmlrpc.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/childutils.py
/usr/lib/python3.9/site-packages/supervisor/compat.py
/usr/lib/python3.9/site-packages/supervisor/confecho.py
/usr/lib/python3.9/site-packages/supervisor/datatypes.py
/usr/lib/python3.9/site-packages/supervisor/dispatchers.py
/usr/lib/python3.9/site-packages/supervisor/events.py
/usr/lib/python3.9/site-packages/supervisor/http.py
/usr/lib/python3.9/site-packages/supervisor/http_client.py
/usr/lib/python3.9/site-packages/supervisor/loggers.py
/usr/lib/python3.9/site-packages/supervisor/medusa
/usr/lib/python3.9/site-packages/supervisor/medusa/__init__.py
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/asynchat_25.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/asynchat_25.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/asyncore_25.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/asyncore_25.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/auth_handler.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/auth_handler.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/counter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/counter.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/default_handler.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/default_handler.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/filesys.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/filesys.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/http_date.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/http_date.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/http_server.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/http_server.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/logger.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/logger.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/producers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/producers.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/util.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/util.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/xmlrpc_handler.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/__pycache__/xmlrpc_handler.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/medusa/asynchat_25.py
/usr/lib/python3.9/site-packages/supervisor/medusa/asyncore_25.py
/usr/lib/python3.9/site-packages/supervisor/medusa/auth_handler.py
/usr/lib/python3.9/site-packages/supervisor/medusa/counter.py
/usr/lib/python3.9/site-packages/supervisor/medusa/default_handler.py
/usr/lib/python3.9/site-packages/supervisor/medusa/filesys.py
/usr/lib/python3.9/site-packages/supervisor/medusa/http_date.py
/usr/lib/python3.9/site-packages/supervisor/medusa/http_server.py
/usr/lib/python3.9/site-packages/supervisor/medusa/logger.py
/usr/lib/python3.9/site-packages/supervisor/medusa/producers.py
/usr/lib/python3.9/site-packages/supervisor/medusa/util.py
/usr/lib/python3.9/site-packages/supervisor/medusa/xmlrpc_handler.py
/usr/lib/python3.9/site-packages/supervisor/options.py
/usr/lib/python3.9/site-packages/supervisor/pidproxy.py
/usr/lib/python3.9/site-packages/supervisor/poller.py
/usr/lib/python3.9/site-packages/supervisor/process.py
/usr/lib/python3.9/site-packages/supervisor/rpcinterface.py
/usr/lib/python3.9/site-packages/supervisor/scripts
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/loop_eventgen.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/loop_eventgen.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/loop_listener.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/loop_listener.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/sample_commevent.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/sample_commevent.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/sample_eventlistener.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/sample_eventlistener.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/sample_exiting_eventlistener.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/__pycache__/sample_exiting_eventlistener.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/scripts/loop_eventgen.py
/usr/lib/python3.9/site-packages/supervisor/scripts/loop_listener.py
/usr/lib/python3.9/site-packages/supervisor/scripts/sample_commevent.py
/usr/lib/python3.9/site-packages/supervisor/scripts/sample_eventlistener.py
/usr/lib/python3.9/site-packages/supervisor/scripts/sample_exiting_eventlistener.py
/usr/lib/python3.9/site-packages/supervisor/skel
/usr/lib/python3.9/site-packages/supervisor/skel/sample.conf
/usr/lib/python3.9/site-packages/supervisor/socket_manager.py
/usr/lib/python3.9/site-packages/supervisor/states.py
/usr/lib/python3.9/site-packages/supervisor/supervisorctl.py
/usr/lib/python3.9/site-packages/supervisor/supervisord.py
/usr/lib/python3.9/site-packages/supervisor/templating.py
/usr/lib/python3.9/site-packages/supervisor/tests
/usr/lib/python3.9/site-packages/supervisor/tests/__init__.py
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/base.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/base.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_childutils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_childutils.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_confecho.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_confecho.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_datatypes.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_datatypes.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_dispatchers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_dispatchers.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_end_to_end.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_end_to_end.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_events.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_events.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_http.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_http.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_http_client.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_http_client.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_loggers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_loggers.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_options.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_options.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_poller.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_poller.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_process.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_process.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_rpcinterfaces.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_rpcinterfaces.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_socket_manager.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_socket_manager.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_states.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_states.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_supervisorctl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_supervisorctl.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_supervisord.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_supervisord.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_templating.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_templating.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_web.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_web.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_xmlrpc.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/__pycache__/test_xmlrpc.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/base.py
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/__pycache__
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/__pycache__/listener.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/__pycache__/listener.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/__pycache__/spew.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/__pycache__/spew.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/__pycache__/test_1231.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/__pycache__/test_1231.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/__pycache__/unkillable_spew.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/__pycache__/unkillable_spew.cpython-39.pyc
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/donothing.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/example
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/example/included.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/include.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-1054.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-1224.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-1231a.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-1231b.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-1231c.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-1298.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-565.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-638.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-663.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-664.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-835.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/issue-836.conf
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/listener.py
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/spew.py
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/test_1231.py
/usr/lib/python3.9/site-packages/supervisor/tests/fixtures/unkillable_spew.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_childutils.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_confecho.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_datatypes.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_dispatchers.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_end_to_end.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_events.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_http.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_http_client.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_loggers.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_options.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_poller.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_process.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_rpcinterfaces.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_socket_manager.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_states.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_supervisorctl.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_supervisord.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_templating.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_web.py
/usr/lib/python3.9/site-packages/supervisor/tests/test_xmlrpc.py
/usr/lib/python3.9/site-packages/supervisor/ui
/usr/lib/python3.9/site-packages/supervisor/ui/images
/usr/lib/python3.9/site-packages/supervisor/ui/images/icon.png
/usr/lib/python3.9/site-packages/supervisor/ui/images/rule.gif
/usr/lib/python3.9/site-packages/supervisor/ui/images/state0.gif
/usr/lib/python3.9/site-packages/supervisor/ui/images/state1.gif
/usr/lib/python3.9/site-packages/supervisor/ui/images/state2.gif
/usr/lib/python3.9/site-packages/supervisor/ui/images/state3.gif
/usr/lib/python3.9/site-packages/supervisor/ui/images/supervisor.gif
/usr/lib/python3.9/site-packages/supervisor/ui/status.html
/usr/lib/python3.9/site-packages/supervisor/ui/stylesheets
/usr/lib/python3.9/site-packages/supervisor/ui/stylesheets/supervisor.css
/usr/lib/python3.9/site-packages/supervisor/ui/tail.html
/usr/lib/python3.9/site-packages/supervisor/version.txt
/usr/lib/python3.9/site-packages/supervisor/web.py
/usr/lib/python3.9/site-packages/supervisor/xmlrpc.py
/usr/lib/systemd/system/supervisord.service
/usr/lib/tmpfiles.d/supervisor.conf
/usr/share/doc/supervisor
/usr/share/doc/supervisor/CHANGES.rst
/usr/share/doc/supervisor/README.rst
/usr/share/licenses/supervisor
/usr/share/licenses/supervisor/COPYRIGHT.txt
/usr/share/licenses/supervisor/LICENSES.txt
/var/log/supervisor

References

Summary

In this tutorial we learn how to install supervisor on Fedora 34 using yum and dnf.