How To Install python3-libssh2 on Fedora 36

In this tutorial we learn how to install python3-libssh2 in Fedora 36. python3-libssh2 is Python binding for the libssh2 library

Introduction

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

What is python3-libssh2

libssh2-python is a python binding for the libssh2 library

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

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

sudo dnf -y install python3-libssh2

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

sudo yum -y install python3-libssh2

How To Uninstall python3-libssh2 on Fedora 36

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

sudo dnf remove python3-libssh2

python3-libssh2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/12ddaf756b548a0c997bf556888e5b8ba985e3
/usr/lib64/python3.10/site-packages/libssh2.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/libssh2_python-0.7.1-py3.10.egg-info
/usr/share/doc/python3-libssh2
/usr/share/doc/python3-libssh2/COPYING
/usr/share/doc/python3-libssh2/README.txt

References

Summary

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