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

Last updated: September 21,2024

1. Install "jsch.noarch" package

Please follow the steps below to install jsch.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install jsch.noarch

2. Uninstall "jsch.noarch" package

This tutorial shows how to uninstall jsch.noarch on Rocky Linux 9:

$ sudo dnf remove jsch.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:47:58 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : jsch
Version : 0.1.55
Release : 5.el9
Architecture : noarch
Size : 278 k
Source : jsch-0.1.55-5.el9.src.rpm
Repository : 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.