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

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

Introduction

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

What is jsch-agent-proxy-sshagent

ssh-agent connector for jsch-agent-proxy.

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

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

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

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

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

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

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

sudo dnf remove jsch-agent-proxy-sshagent

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

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

References

Summary

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