How To Install python3-yourls on Fedora 36

In this tutorial we learn how to install python3-yourls in Fedora 36. python3-yourls is Simple Python client for the YOURLS URL shortener

Introduction

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

What is python3-yourls

python-yourls is a simple python based API client for the YOURLS URL shortener This is the Python 3 version of the module.

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

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

sudo dnf -y install python3-yourls

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

sudo yum -y install python3-yourls

How To Uninstall python3-yourls on Fedora 36

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

sudo dnf remove python3-yourls

python3-yourls Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/Yourls-0.2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/yourls
/usr/lib/python3.10/site-packages/yourls/__init__.py
/usr/lib/python3.10/site-packages/yourls/__pycache__
/usr/lib/python3.10/site-packages/yourls/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/yourls/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/yourls/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/yourls/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/yourls/client.py
/usr/share/doc/python3-yourls
/usr/share/doc/python3-yourls/README
/usr/share/doc/python3-yourls/html
/usr/share/doc/python3-yourls/html/_modules
/usr/share/doc/python3-yourls/html/_modules/index.html
/usr/share/doc/python3-yourls/html/_modules/yourls
/usr/share/doc/python3-yourls/html/_modules/yourls.html
/usr/share/doc/python3-yourls/html/_modules/yourls/client.html
/usr/share/doc/python3-yourls/html/_sources
/usr/share/doc/python3-yourls/html/_sources/changelog.rst.txt
/usr/share/doc/python3-yourls/html/_sources/index.rst.txt
/usr/share/doc/python3-yourls/html/_static
/usr/share/doc/python3-yourls/html/_static/basic.css
/usr/share/doc/python3-yourls/html/_static/doctools.js
/usr/share/doc/python3-yourls/html/_static/documentation_options.js
/usr/share/doc/python3-yourls/html/_static/file.png
/usr/share/doc/python3-yourls/html/_static/jquery-3.5.1.js
/usr/share/doc/python3-yourls/html/_static/jquery.js
/usr/share/doc/python3-yourls/html/_static/language_data.js
/usr/share/doc/python3-yourls/html/_static/minus.png
/usr/share/doc/python3-yourls/html/_static/nature.css
/usr/share/doc/python3-yourls/html/_static/plus.png
/usr/share/doc/python3-yourls/html/_static/pygments.css
/usr/share/doc/python3-yourls/html/_static/searchtools.js
/usr/share/doc/python3-yourls/html/_static/underscore-1.13.1.js
/usr/share/doc/python3-yourls/html/_static/underscore.js
/usr/share/doc/python3-yourls/html/changelog.html
/usr/share/doc/python3-yourls/html/genindex.html
/usr/share/doc/python3-yourls/html/index.html
/usr/share/doc/python3-yourls/html/objects.inv
/usr/share/doc/python3-yourls/html/py-modindex.html
/usr/share/doc/python3-yourls/html/search.html
/usr/share/doc/python3-yourls/html/searchindex.js
/usr/share/licenses/python3-yourls
/usr/share/licenses/python3-yourls/LICENSE

References

Summary

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