How to Install and Uninstall jsch.noarch Package on AlmaLinux 9
Last updated: November 28,2024
1. Install "jsch.noarch" package
Here is a brief guide to show you how to install jsch.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
jsch.noarch
Copied
2. Uninstall "jsch.noarch" package
This guide covers the steps necessary to uninstall jsch.noarch on AlmaLinux 9:
$
sudo dnf remove
jsch.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the jsch.noarch package on AlmaLinux 9
Last metadata expiration check: 1:40:35 ago on Wed Mar 13 07:41:12 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.
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.