How to Install and Uninstall jsch.noarch Package on Amazon Linux 2

Last updated: May 02,2024

1. Install "jsch.noarch" package

Please follow the steps below to install jsch.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install jsch.noarch

2. Uninstall "jsch.noarch" package

Please follow the steps below to uninstall jsch.noarch on Amazon Linux 2:

$ sudo yum remove jsch.noarch $ sudo yum autoremove

3. Information about the jsch.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : jsch
Arch : noarch
Version : 0.1.50
Release : 5.amzn2
Size : 239 k
Repo : amzn2-core/2/x86_64
Summary : Pure Java implementation of SSH2
URL : http://www.jcraft.com/jsch/
License : BSD
Description : JSch allows you to connect to an sshd server and use port
: forwarding, X11 forwarding, file transfer, etc., and you can
: integrate its functionality into your own Java programs.