How To Install python3-autopage on Fedora 36

In this tutorial we learn how to install python3-autopage in Fedora 36. python3-autopage is A Python library to provide automatic paging for console output

Introduction

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

What is python3-autopage

Autopage is a Python library to provide automatic paging for console output.

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

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

sudo dnf -y install python3-autopage

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

sudo yum -y install python3-autopage

How To Uninstall python3-autopage on Fedora 36

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

sudo dnf remove python3-autopage

python3-autopage Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/autopage
/usr/lib/python3.10/site-packages/autopage-0.5.0.dist-info
/usr/lib/python3.10/site-packages/autopage-0.5.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/autopage-0.5.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/autopage-0.5.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/autopage-0.5.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/autopage-0.5.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/autopage/__init__.py
/usr/lib/python3.10/site-packages/autopage/__pycache__
/usr/lib/python3.10/site-packages/autopage/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/__pycache__/argparse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/__pycache__/argparse.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/__pycache__/command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/__pycache__/command.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/argparse.py
/usr/lib/python3.10/site-packages/autopage/command.py
/usr/lib/python3.10/site-packages/autopage/py.typed
/usr/lib/python3.10/site-packages/autopage/tests
/usr/lib/python3.10/site-packages/autopage/tests/__init__.py
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/isolation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/isolation.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/sinks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/sinks.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_argparse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_argparse.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_autopage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_autopage.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_command.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_end_to_end.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_end_to_end.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_line_buffer_from_input.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_line_buffer_from_input.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_pager_settings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autopage/tests/__pycache__/test_pager_settings.cpython-310.pyc
/usr/lib/python3.10/site-packages/autopage/tests/isolation.py
/usr/lib/python3.10/site-packages/autopage/tests/sinks.py
/usr/lib/python3.10/site-packages/autopage/tests/test_argparse.py
/usr/lib/python3.10/site-packages/autopage/tests/test_autopage.py
/usr/lib/python3.10/site-packages/autopage/tests/test_command.py
/usr/lib/python3.10/site-packages/autopage/tests/test_end_to_end.py
/usr/lib/python3.10/site-packages/autopage/tests/test_line_buffer_from_input.py
/usr/lib/python3.10/site-packages/autopage/tests/test_pager_settings.py
/usr/share/doc/python3-autopage
/usr/share/doc/python3-autopage/README.md
/usr/share/licenses/python3-autopage
/usr/share/licenses/python3-autopage/LICENSE

References

Summary

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