How To Install python3-pyrad on Fedora 36
Introduction
In this tutorial we learn how to install python3-pyrad
on Fedora 36.
What is python3-pyrad
pyrad is an implementation of a RADIUS client as described in RFC2865. It takes care of all the details like building RADIUS packets, sending them and decoding responses.
We can use yum
or dnf
to install python3-pyrad
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pyrad.
Install python3-pyrad 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-pyrad
using dnf
by running the following command:
sudo dnf -y install python3-pyrad
Install python3-pyrad 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-pyrad
using yum
by running the following command:
sudo yum -y install python3-pyrad
How To Uninstall python3-pyrad on Fedora 36
To uninstall only the python3-pyrad
package we can use the following command:
sudo dnf remove python3-pyrad
python3-pyrad Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/pyrad
/usr/lib/python3.10/site-packages/pyrad-2.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/pyrad-2.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pyrad-2.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pyrad-2.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pyrad-2.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pyrad-2.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pyrad-2.1-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/pyrad/__init__.py
/usr/lib/python3.10/site-packages/pyrad/__pycache__
/usr/lib/python3.10/site-packages/pyrad/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/bidict.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/bidict.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/curved.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/curved.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/dictfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/dictfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/dictionary.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/dictionary.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/host.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/host.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/packet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/packet.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/server.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/server.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/tools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/__pycache__/tools.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/bidict.py
/usr/lib/python3.10/site-packages/pyrad/client.py
/usr/lib/python3.10/site-packages/pyrad/curved.py
/usr/lib/python3.10/site-packages/pyrad/dictfile.py
/usr/lib/python3.10/site-packages/pyrad/dictionary.py
/usr/lib/python3.10/site-packages/pyrad/host.py
/usr/lib/python3.10/site-packages/pyrad/packet.py
/usr/lib/python3.10/site-packages/pyrad/proxy.py
/usr/lib/python3.10/site-packages/pyrad/server.py
/usr/lib/python3.10/site-packages/pyrad/tests
/usr/lib/python3.10/site-packages/pyrad/tests/__init__.py
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/mock.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/mock.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testBidict.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testBidict.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testClient.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testClient.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testDictionary.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testDictionary.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testHost.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testHost.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testPacket.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testPacket.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testProxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testProxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testServer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testServer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testTools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/__pycache__/testTools.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyrad/tests/mock.py
/usr/lib/python3.10/site-packages/pyrad/tests/testBidict.py
/usr/lib/python3.10/site-packages/pyrad/tests/testClient.py
/usr/lib/python3.10/site-packages/pyrad/tests/testDictionary.py
/usr/lib/python3.10/site-packages/pyrad/tests/testHost.py
/usr/lib/python3.10/site-packages/pyrad/tests/testPacket.py
/usr/lib/python3.10/site-packages/pyrad/tests/testProxy.py
/usr/lib/python3.10/site-packages/pyrad/tests/testServer.py
/usr/lib/python3.10/site-packages/pyrad/tests/testTools.py
/usr/lib/python3.10/site-packages/pyrad/tools.py
/usr/share/doc/python3-pyrad
/usr/share/doc/python3-pyrad/CHANGES.rst
/usr/share/doc/python3-pyrad/README.rst
/usr/share/doc/python3-pyrad/example
/usr/share/doc/python3-pyrad/example/acct.py
/usr/share/doc/python3-pyrad/example/auth.py
/usr/share/doc/python3-pyrad/example/coa.py
/usr/share/doc/python3-pyrad/example/dictionary
/usr/share/doc/python3-pyrad/example/pyrad.log
/usr/share/doc/python3-pyrad/example/server.py
/usr/share/doc/python3-pyrad/html
/usr/share/doc/python3-pyrad/html/_modules
/usr/share/doc/python3-pyrad/html/_modules/index.html
/usr/share/doc/python3-pyrad/html/_modules/pyrad
/usr/share/doc/python3-pyrad/html/_modules/pyrad/client.html
/usr/share/doc/python3-pyrad/html/_modules/pyrad/dictionary.html
/usr/share/doc/python3-pyrad/html/_modules/pyrad/host.html
/usr/share/doc/python3-pyrad/html/_modules/pyrad/packet.html
/usr/share/doc/python3-pyrad/html/_modules/pyrad/proxy.html
/usr/share/doc/python3-pyrad/html/_modules/pyrad/server.html
/usr/share/doc/python3-pyrad/html/_sources
/usr/share/doc/python3-pyrad/html/_sources/api
/usr/share/doc/python3-pyrad/html/_sources/api/client.rst.txt
/usr/share/doc/python3-pyrad/html/_sources/api/dictionary.rst.txt
/usr/share/doc/python3-pyrad/html/_sources/api/host.rst.txt
/usr/share/doc/python3-pyrad/html/_sources/api/packet.rst.txt
/usr/share/doc/python3-pyrad/html/_sources/api/proxy.rst.txt
/usr/share/doc/python3-pyrad/html/_sources/api/server.rst.txt
/usr/share/doc/python3-pyrad/html/_sources/index.rst.txt
/usr/share/doc/python3-pyrad/html/_static
/usr/share/doc/python3-pyrad/html/_static/alabaster.css
/usr/share/doc/python3-pyrad/html/_static/basic.css
/usr/share/doc/python3-pyrad/html/_static/custom.css
/usr/share/doc/python3-pyrad/html/_static/doctools.js
/usr/share/doc/python3-pyrad/html/_static/documentation_options.js
/usr/share/doc/python3-pyrad/html/_static/file.png
/usr/share/doc/python3-pyrad/html/_static/jquery-3.5.1.js
/usr/share/doc/python3-pyrad/html/_static/jquery.js
/usr/share/doc/python3-pyrad/html/_static/language_data.js
/usr/share/doc/python3-pyrad/html/_static/logo.png
/usr/share/doc/python3-pyrad/html/_static/minus.png
/usr/share/doc/python3-pyrad/html/_static/plus.png
/usr/share/doc/python3-pyrad/html/_static/pygments.css
/usr/share/doc/python3-pyrad/html/_static/searchtools.js
/usr/share/doc/python3-pyrad/html/_static/underscore-1.13.1.js
/usr/share/doc/python3-pyrad/html/_static/underscore.js
/usr/share/doc/python3-pyrad/html/api
/usr/share/doc/python3-pyrad/html/api/client.html
/usr/share/doc/python3-pyrad/html/api/dictionary.html
/usr/share/doc/python3-pyrad/html/api/host.html
/usr/share/doc/python3-pyrad/html/api/packet.html
/usr/share/doc/python3-pyrad/html/api/proxy.html
/usr/share/doc/python3-pyrad/html/api/server.html
/usr/share/doc/python3-pyrad/html/genindex.html
/usr/share/doc/python3-pyrad/html/index.html
/usr/share/doc/python3-pyrad/html/objects.inv
/usr/share/doc/python3-pyrad/html/py-modindex.html
/usr/share/doc/python3-pyrad/html/search.html
/usr/share/doc/python3-pyrad/html/searchindex.js
/usr/share/licenses/python3-pyrad
/usr/share/licenses/python3-pyrad/LICENSE.txt
References
Summary
In this tutorial we learn how to install python3-pyrad
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).