How To Install wput on Fedora 36
Introduction
In this tutorial we learn how to install wput
on Fedora 36.
What is wput
Wput is a command-line ftp-client that looks like wget but instead of downloading, uploads files or whole directories to remote ftp-servers.
We can use yum
or dnf
to install wput
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wput.
Install wput 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 wput
using dnf
by running the following command:
sudo dnf -y install wput
Install wput 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 wput
using yum
by running the following command:
sudo yum -y install wput
How To Uninstall wput on Fedora 36
To uninstall only the wput
package we can use the following command:
sudo dnf remove wput
wput Package Contents on Fedora 36
/usr/bin/wput
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/5b4f16d0484d3bf354f537ac1de59747fef284
/usr/share/doc/wput
/usr/share/doc/wput/COPYING
/usr/share/doc/wput/ChangeLog
/usr/share/doc/wput/INSTALL
/usr/share/doc/wput/TODO
/usr/share/doc/wput/doc
/usr/share/doc/wput/doc/Makefile
/usr/share/doc/wput/doc/USAGE.examples
/usr/share/doc/wput/doc/USAGE.resumehandling
/usr/share/doc/wput/doc/USAGE.urlhandling
/usr/share/doc/wput/doc/passwordfile
/usr/share/doc/wput/doc/wput.1
/usr/share/doc/wput/doc/wput.1.gz
/usr/share/doc/wput/doc/wputrc
/usr/share/locale/de/LC_MESSAGES/wput.mo
/usr/share/locale/it/LC_MESSAGES/wput.mo
/usr/share/locale/nl/LC_MESSAGES/wput.mo
/usr/share/locale/ru/LC_MESSAGES/wput.mo
/usr/share/locale/tr/LC_MESSAGES/wput.mo
/usr/share/locale/zh/LC_MESSAGES/wput.mo
/usr/share/man/man1/wput.1.gz
References
Summary
In this tutorial we learn how to install wput
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).