How To Install libssh-devel on Fedora 36

In this tutorial we learn how to install libssh-devel in Fedora 36. libssh-devel is Development files for libssh

Introduction

In this tutorial we learn how to install libssh-devel on Fedora 36.

What is libssh-devel

The libssh-devel package contains libraries and header files for developing applications that use libssh.

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

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

sudo dnf -y install libssh-devel

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

sudo yum -y install libssh-devel

How To Uninstall libssh-devel on Fedora 36

To uninstall only the libssh-devel package we can use the following command:

sudo dnf remove libssh-devel

libssh-devel Package Contents on Fedora 36

/usr/include/libssh
/usr/include/libssh/callbacks.h
/usr/include/libssh/legacy.h
/usr/include/libssh/libssh.h
/usr/include/libssh/libssh_version.h
/usr/include/libssh/libsshpp.hpp
/usr/include/libssh/server.h
/usr/include/libssh/sftp.h
/usr/include/libssh/ssh2.h
/usr/lib64/cmake
/usr/lib64/cmake/libssh
/usr/lib64/cmake/libssh/libssh-config-noconfig.cmake
/usr/lib64/cmake/libssh/libssh-config-version.cmake
/usr/lib64/cmake/libssh/libssh-config.cmake
/usr/lib64/libssh.so
/usr/lib64/libssh_threads.so
/usr/lib64/pkgconfig/libssh.pc

References

Summary

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


title: “How To Install libssh-devel on Fedora 36” linkTitle: “libssh-devel” type: “docs” description: “In this tutorial we learn how to install libssh-devel in Fedora 36. libssh-devel is Development files for libssh” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libssh-devel-featured.png

Introduction

In this tutorial we learn how to install libssh-devel on Fedora 36.

What is libssh-devel

The libssh-devel package contains libraries and header files for developing applications that use libssh.

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

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

sudo dnf -y install libssh-devel

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

sudo yum -y install libssh-devel

How To Uninstall libssh-devel on Fedora 36

To uninstall only the libssh-devel package we can use the following command:

sudo dnf remove libssh-devel

libssh-devel Package Contents on Fedora 36

/usr/include/libssh
/usr/include/libssh/callbacks.h
/usr/include/libssh/legacy.h
/usr/include/libssh/libssh.h
/usr/include/libssh/libssh_version.h
/usr/include/libssh/libsshpp.hpp
/usr/include/libssh/server.h
/usr/include/libssh/sftp.h
/usr/include/libssh/ssh2.h
/usr/lib/cmake
/usr/lib/cmake/libssh
/usr/lib/cmake/libssh/libssh-config-noconfig.cmake
/usr/lib/cmake/libssh/libssh-config-version.cmake
/usr/lib/cmake/libssh/libssh-config.cmake
/usr/lib/libssh.so
/usr/lib/libssh_threads.so
/usr/lib/pkgconfig/libssh.pc

References

Summary

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