How To Install python3-tinyrpc-tests on Fedora 36

In this tutorial we learn how to install python3-tinyrpc-tests in Fedora 36. python3-tinyrpc-tests is Tests for python2-tinyrpc library

Introduction

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

What is python3-tinyrpc-tests

Tests for python2-tinyrpc library

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

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

sudo dnf -y install python3-tinyrpc-tests

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

sudo yum -y install python3-tinyrpc-tests

How To Uninstall python3-tinyrpc-tests on Fedora 36

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

sudo dnf remove python3-tinyrpc-tests

python3-tinyrpc-tests Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/tinyrpc/tests
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_client.cpython-310.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_dispatch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_dispatch.cpython-310.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_jsonrpc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_jsonrpc.cpython-310.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_protocols.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_protocols.cpython-310.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_server.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_server.cpython-310.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_transport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_transport.cpython-310.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_wsgi_transport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/__pycache__/test_wsgi_transport.cpython-310.pyc
/usr/lib/python3.10/site-packages/tinyrpc/tests/_compat.py
/usr/lib/python3.10/site-packages/tinyrpc/tests/test_client.py
/usr/lib/python3.10/site-packages/tinyrpc/tests/test_dispatch.py
/usr/lib/python3.10/site-packages/tinyrpc/tests/test_jsonrpc.py
/usr/lib/python3.10/site-packages/tinyrpc/tests/test_protocols.py
/usr/lib/python3.10/site-packages/tinyrpc/tests/test_server.py
/usr/lib/python3.10/site-packages/tinyrpc/tests/test_transport.py
/usr/lib/python3.10/site-packages/tinyrpc/tests/test_wsgi_transport.py
/usr/share/licenses/python3-tinyrpc-tests
/usr/share/licenses/python3-tinyrpc-tests/LICENSE

References

Summary

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