How To Install zssh on Fedora 36
In this tutorial we learn how to install zssh in Fedora 36. zssh is SSH and Telnet client with ZMODEM file transfer capability
Introduction
In this tutorial we learn how to install zssh
on Fedora 36.
What is zssh
SSH and Telnet client with ZMODEM file transfer capability.
We can use yum
or dnf
to install zssh
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zssh.
Install zssh on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install zssh
using dnf
by running the following command:
sudo dnf -y install zssh
Install zssh on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install zssh
using yum
by running the following command:
sudo yum -y install zssh
How To Uninstall zssh on Fedora 36
To uninstall only the zssh
package we can use the following command:
sudo dnf remove zssh
zssh Package Contents on Fedora 36
/usr/bin/zssh
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/16f526f1633feadf57a9cbc8f2f62ac2dfefec
/usr/share/doc/zssh
/usr/share/doc/zssh/README
/usr/share/licenses/zssh
/usr/share/licenses/zssh/COPYING
/usr/share/man/man1/zssh.1.gz
References
Summary
In this tutorial we learn how to install zssh
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).