How to Install and Uninstall jsch.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "jsch.src" package

This tutorial shows how to install jsch.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install jsch.src

2. Uninstall "jsch.src" package

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

$ sudo dnf remove jsch.src $ sudo dnf autoremove

3. Information about the jsch.src package on Oracle Linux 8

Last metadata expiration check: 4:55:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : jsch
Version : 0.1.54
Release : 12.module+el8.3.0+9630+fe6f9367
Architecture : src
Size : 338 k
Source : None
Repository : ol8_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.