How To Install jsch-demo.noarch on Amazon Linux 2

In this tutorial we learn how to install jsch-demo.noarch in Amazon Linux 2. jsch-demo.noarch is Examples for jsch

Introduction

In this tutorial we learn how to install jsch-demo.noarch on Amazon Linux 2.

What is jsch-demo.noarch

Examples for jsch.

We can use yum to install jsch-demo.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install jsch-demo.noarch.

Install jsch-demo.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install jsch-demo.noarch using yum by running the following command:

sudo yum -y install jsch-demo.noarch

How To Uninstall jsch-demo.noarch on Amazon Linux 2

To uninstall only the jsch-demo.noarch package we can use the following command:

sudo yum remove jsch-demo.noarch

jsch-demo.noarch Package Contents on Amazon Linux 2

/usr/share/doc/jsch-demo-0.1.50
/usr/share/doc/jsch-demo-0.1.50/LICENSE.txt
/usr/share/jsch
/usr/share/jsch-0.1.50
/usr/share/jsch-0.1.50/AES.java
/usr/share/jsch-0.1.50/ChangePassphrase.java
/usr/share/jsch-0.1.50/Compression.java
/usr/share/jsch-0.1.50/Daemon.java
/usr/share/jsch-0.1.50/Exec.java
/usr/share/jsch-0.1.50/KeyGen.java
/usr/share/jsch-0.1.50/KnownHosts.java
/usr/share/jsch-0.1.50/Logger.java
/usr/share/jsch-0.1.50/OpenSSHConfig.java
/usr/share/jsch-0.1.50/PortForwardingL.java
/usr/share/jsch-0.1.50/PortForwardingR.java
/usr/share/jsch-0.1.50/README
/usr/share/jsch-0.1.50/ScpFrom.java
/usr/share/jsch-0.1.50/ScpTo.java
/usr/share/jsch-0.1.50/ScpToNoneCipher.java
/usr/share/jsch-0.1.50/Sftp.java
/usr/share/jsch-0.1.50/Shell.java
/usr/share/jsch-0.1.50/StreamForwarding.java
/usr/share/jsch-0.1.50/Subsystem.java
/usr/share/jsch-0.1.50/Sudo.java
/usr/share/jsch-0.1.50/UserAuthKI.java
/usr/share/jsch-0.1.50/UserAuthPubKey.java
/usr/share/jsch-0.1.50/ViaHTTP.java
/usr/share/jsch-0.1.50/ViaSOCKS5.java
/usr/share/jsch-0.1.50/X11Forwarding.java

References

Summary

In this tutorial we learn how to install jsch-demo.noarch on Amazon Linux 2 using yum.