How to Install and Uninstall perl-Net-FTP-RetrHandle.noarch Package on CentOS Stream 8
Last updated: November 01,2024
1. Install "perl-Net-FTP-RetrHandle.noarch" package
This tutorial shows how to install perl-Net-FTP-RetrHandle.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Net-FTP-RetrHandle.noarch
Copied
2. Uninstall "perl-Net-FTP-RetrHandle.noarch" package
Please follow the steps below to uninstall perl-Net-FTP-RetrHandle.noarch on CentOS Stream 8:
$
sudo dnf remove
perl-Net-FTP-RetrHandle.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Net-FTP-RetrHandle.noarch package on CentOS Stream 8
Last metadata expiration check: 6:39:20 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Net-FTP-RetrHandle
Version : 0.2
Release : 27.el8
Architecture : noarch
Size : 20 k
Source : perl-Net-FTP-RetrHandle-0.2-27.el8.src.rpm
Repository : epel
Summary : File reading interface for reading files on a remote FTP server
URL : https://metacpan.org/release/Net-FTP-RetrHandle
License : GPL+ or Artistic
Description : This Perl module provides a file reading interface for reading all or parts of
: files located on a remote FTP server, including emulation of seek and support
: for downloading only the parts of the file requested.
:
: Support for skipping the beginning of the file is implemented with the FTP REST
: command, which starts a retrieval at any point in the file. Support for
: skipping the end of the file is implemented with the FTP ABOR command, which
: stops the transfer. With these two commands and some careful tracking of the
: current file position, we're able to reliably emulate a seek/read pair, and get
: only the parts of the file that are actually read.
:
: This was originally designed for use with Archive::Zip; it's reliable enough
: that the table of contents and individual files can be extracted from a remote
: ZIP archive without downloading the whole thing.
:
: An interface compatible with IO::Handle is provided, along with a tie-based
: interface.
Available Packages
Name : perl-Net-FTP-RetrHandle
Version : 0.2
Release : 27.el8
Architecture : noarch
Size : 20 k
Source : perl-Net-FTP-RetrHandle-0.2-27.el8.src.rpm
Repository : epel
Summary : File reading interface for reading files on a remote FTP server
URL : https://metacpan.org/release/Net-FTP-RetrHandle
License : GPL+ or Artistic
Description : This Perl module provides a file reading interface for reading all or parts of
: files located on a remote FTP server, including emulation of seek and support
: for downloading only the parts of the file requested.
:
: Support for skipping the beginning of the file is implemented with the FTP REST
: command, which starts a retrieval at any point in the file. Support for
: skipping the end of the file is implemented with the FTP ABOR command, which
: stops the transfer. With these two commands and some careful tracking of the
: current file position, we're able to reliably emulate a seek/read pair, and get
: only the parts of the file that are actually read.
:
: This was originally designed for use with Archive::Zip; it's reliable enough
: that the table of contents and individual files can be extracted from a remote
: ZIP archive without downloading the whole thing.
:
: An interface compatible with IO::Handle is provided, along with a tie-based
: interface.