How to Install and Uninstall jsch.noarch Package on Oracle Linux 9

Last updated: July 02,2024

1. Install "jsch.noarch" package

Please follow the guidance below to install jsch.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install jsch.noarch

2. Uninstall "jsch.noarch" package

Here is a brief guide to show you how to uninstall jsch.noarch on Oracle Linux 9:

$ sudo dnf remove jsch.noarch $ sudo dnf autoremove

3. Information about the jsch.noarch package on Oracle Linux 9

Last metadata expiration check: 2:09:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : jsch
Version : 0.1.55
Release : 5.el9
Architecture : noarch
Size : 279 k
Source : jsch-0.1.55-5.el9.src.rpm
Repository : ol9_appstream
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.