How To Install jsch-agent-proxy-pageant on Fedora 36

In this tutorial we learn how to install jsch-agent-proxy-pageant in Fedora 36. jsch-agent-proxy-pageant is Pageant connector for jsch-agent-proxy

Introduction

In this tutorial we learn how to install jsch-agent-proxy-pageant on Fedora 36.

What is jsch-agent-proxy-pageant

Pageant connector for jsch-agent-proxy.

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

Install jsch-agent-proxy-pageant 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 jsch-agent-proxy-pageant using dnf by running the following command:

sudo dnf -y install jsch-agent-proxy-pageant

Install jsch-agent-proxy-pageant 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 jsch-agent-proxy-pageant using yum by running the following command:

sudo yum -y install jsch-agent-proxy-pageant

How To Uninstall jsch-agent-proxy-pageant on Fedora 36

To uninstall only the jsch-agent-proxy-pageant package we can use the following command:

sudo dnf remove jsch-agent-proxy-pageant

jsch-agent-proxy-pageant Package Contents on Fedora 36

/usr/share/java/jsch-agent-proxy
/usr/share/java/jsch-agent-proxy/jsch.agentproxy.pageant.jar
/usr/share/maven-metadata/jsch-agent-proxy-jsch.agentproxy.pageant.xml
/usr/share/maven-poms/jsch-agent-proxy
/usr/share/maven-poms/jsch-agent-proxy/jsch.agentproxy.pageant.pom

References

Summary

In this tutorial we learn how to install jsch-agent-proxy-pageant on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).