How to Install and Uninstall mingw64-ftplib.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "mingw64-ftplib.noarch" package

Please follow the steps below to install mingw64-ftplib.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install mingw64-ftplib.noarch

2. Uninstall "mingw64-ftplib.noarch" package

Please follow the instructions below to uninstall mingw64-ftplib.noarch on Fedora 34:

$ sudo dnf remove mingw64-ftplib.noarch $ sudo dnf autoremove

3. Information about the mingw64-ftplib.noarch package on Fedora 34

Last metadata expiration check: 3:32:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mingw64-ftplib
Version : 4.0
Release : 11.fc34
Architecture : noarch
Size : 56 k
Source : mingw-ftplib-4.0-11.fc34.src.rpm
Repository : fedora
Summary : MinGW Library of FTP routines
URL : http://nbpfaus.net/~pfau/ftplib/
License : Artistic 2.0
Description : ftplib is a set of routines that implement the FTP protocol. They allow
: applications to create and access remote files through function calls
: instead of needing to fork and exec an interactive ftp client program.
: This library is cross-compiled for MinGW.