How to Install and Uninstall perl-Net-SSH-Expect.noarch Package on Fedora 38
Last updated: January 13,2025
1. Install "perl-Net-SSH-Expect.noarch" package
This guide covers the steps necessary to install perl-Net-SSH-Expect.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Net-SSH-Expect.noarch
Copied
2. Uninstall "perl-Net-SSH-Expect.noarch" package
Please follow the steps below to uninstall perl-Net-SSH-Expect.noarch on Fedora 38:
$
sudo dnf remove
perl-Net-SSH-Expect.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Net-SSH-Expect.noarch package on Fedora 38
Last metadata expiration check: 3:28:05 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Net-SSH-Expect
Version : 1.09
Release : 42.fc38
Architecture : noarch
Size : 30 k
Source : perl-Net-SSH-Expect-1.09-42.fc38.src.rpm
Repository : fedora
Summary : Net-SSH-Expect - SSH wrapper to execute remote commands
URL : https://metacpan.org/release/Net-SSH-Expect
License : GPL+ or Artistic
Description : This module is a wrapper to the *ssh* executable that is available in
: your system's *$PATH*. Use this module to execute commands on the
: remote SSH server. It authenticates with the user and password you
: passed in the constructor's attributes "user" and "password".
:
: Once an ssh connection was started using the "connect()" method it will
: remain open until you call the "close()" method. This allows you execute
: as many commands as you want with the "exec()" method using only one
: connection. This is a better approach over other ssh wrapper
: implementations, i.e: Net::SCP, Net::SSH and Net::SCP::Expect, that
: start a new ssh connection each time a remote command is issued or a
: file is transfered.
:
: It uses *Expect.pm* module to interact with the SSH server. A
: "get_expect()" method is provided so you can obtain the internal
: "Expect" object connected to the SSH server. Use this only if you have
: some special need that you can't do with the "exec()" method.
:
: This module was inspired by Net::SCP::Expect
:
: and by Net::Telnet and some of its methods work the same as these two
: modules.
Available Packages
Name : perl-Net-SSH-Expect
Version : 1.09
Release : 42.fc38
Architecture : noarch
Size : 30 k
Source : perl-Net-SSH-Expect-1.09-42.fc38.src.rpm
Repository : fedora
Summary : Net-SSH-Expect - SSH wrapper to execute remote commands
URL : https://metacpan.org/release/Net-SSH-Expect
License : GPL+ or Artistic
Description : This module is a wrapper to the *ssh* executable that is available in
: your system's *$PATH*. Use this module to execute commands on the
: remote SSH server. It authenticates with the user and password you
: passed in the constructor's attributes "user" and "password".
:
: Once an ssh connection was started using the "connect()" method it will
: remain open until you call the "close()" method. This allows you execute
: as many commands as you want with the "exec()" method using only one
: connection. This is a better approach over other ssh wrapper
: implementations, i.e: Net::SCP, Net::SSH and Net::SCP::Expect, that
: start a new ssh connection each time a remote command is issued or a
: file is transfered.
:
: It uses *Expect.pm* module to interact with the SSH server. A
: "get_expect()" method is provided so you can obtain the internal
: "Expect" object connected to the SSH server. Use this only if you have
: some special need that you can't do with the "exec()" method.
:
: This module was inspired by Net::SCP::Expect
:
: and by Net::Telnet and some of its methods work the same as these two
: modules.