How To Install python3-winrm on Fedora 36

In this tutorial we learn how to install python3-winrm in Fedora 36. python3-winrm is Python libraries for interacting with windows remote management

Introduction

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

What is python3-winrm

This has the python libraries for interacting with Windows Remote Management. Python 3 version.

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

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

sudo dnf -y install python3-winrm

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

sudo yum -y install python3-winrm

How To Uninstall python3-winrm on Fedora 36

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

sudo dnf remove python3-winrm

python3-winrm Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pywinrm-0.4.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/pywinrm-0.4.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pywinrm-0.4.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pywinrm-0.4.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pywinrm-0.4.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pywinrm-0.4.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/winrm
/usr/lib/python3.10/site-packages/winrm/__init__.py
/usr/lib/python3.10/site-packages/winrm/__pycache__
/usr/lib/python3.10/site-packages/winrm/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/encryption.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/encryption.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/protocol.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/protocol.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/transport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/__pycache__/transport.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/encryption.py
/usr/lib/python3.10/site-packages/winrm/exceptions.py
/usr/lib/python3.10/site-packages/winrm/protocol.py
/usr/lib/python3.10/site-packages/winrm/tests
/usr/lib/python3.10/site-packages/winrm/tests/__init__.py
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_cmd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_cmd.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_encryption.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_encryption.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_integration_protocol.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_integration_protocol.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_integration_session.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_integration_session.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_nori_type_casting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_nori_type_casting.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_powershell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_powershell.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_protocol.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_protocol.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_session.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_session.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_transport.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_transport.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_wql.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/tests/__pycache__/test_wql.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/tests/conftest.py
/usr/lib/python3.10/site-packages/winrm/tests/sample_script.ps1
/usr/lib/python3.10/site-packages/winrm/tests/test_cmd.py
/usr/lib/python3.10/site-packages/winrm/tests/test_encryption.py
/usr/lib/python3.10/site-packages/winrm/tests/test_integration_protocol.py
/usr/lib/python3.10/site-packages/winrm/tests/test_integration_session.py
/usr/lib/python3.10/site-packages/winrm/tests/test_nori_type_casting.py
/usr/lib/python3.10/site-packages/winrm/tests/test_powershell.py
/usr/lib/python3.10/site-packages/winrm/tests/test_protocol.py
/usr/lib/python3.10/site-packages/winrm/tests/test_session.py
/usr/lib/python3.10/site-packages/winrm/tests/test_transport.py
/usr/lib/python3.10/site-packages/winrm/tests/test_wql.py
/usr/lib/python3.10/site-packages/winrm/transport.py
/usr/lib/python3.10/site-packages/winrm/vendor
/usr/lib/python3.10/site-packages/winrm/vendor/__init__.py
/usr/lib/python3.10/site-packages/winrm/vendor/__pycache__
/usr/lib/python3.10/site-packages/winrm/vendor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__init__.py
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/kerberos_.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/__pycache__/kerberos_.cpython-310.pyc
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/compat.py
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/exceptions.py
/usr/lib/python3.10/site-packages/winrm/vendor/requests_kerberos/kerberos_.py
/usr/share/doc/python3-winrm
/usr/share/doc/python3-winrm/CHANGELOG.md
/usr/share/doc/python3-winrm/README.md
/usr/share/licenses/python3-winrm
/usr/share/licenses/python3-winrm/LICENSE

References

Summary

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