How To Install ftplib on Fedora 36

In this tutorial we learn how to install ftplib in Fedora 36. ftplib is Library of FTP routines

Introduction

In this tutorial we learn how to install ftplib on Fedora 36.

What is ftplib

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.

We can use yum or dnf to install ftplib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ftplib.

Install ftplib 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 ftplib using dnf by running the following command:

sudo dnf -y install ftplib

Install ftplib 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 ftplib using yum by running the following command:

sudo yum -y install ftplib

How To Uninstall ftplib on Fedora 36

To uninstall only the ftplib package we can use the following command:

sudo dnf remove ftplib

ftplib Package Contents on Fedora 36

---
title: "How To Install ftplib on Fedora 36"
linkTitle: "ftplib"
type: "docs"
description: "In this tutorial we learn how to install ftplib in Fedora 36. ftplib is Library of FTP routines"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ftplib-featured.png
---

## Introduction

In this tutorial we learn how to install `ftplib` on Fedora 36.

### What is `ftplib`

> 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.  

We can use `yum` or `dnf` to install `ftplib` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ftplib.

## Install ftplib on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/7373376bd41759d7fd61fa6c8b380961de75a9
/usr/lib/libftp.so.4
/usr/lib/libftp.so.4.0
/usr/share/doc/ftplib
/usr/share/doc/ftplib/CHANGES
/usr/share/licenses/ftplib
/usr/share/licenses/ftplib/LICENSE

After updating yum database, We can install ftplib using dnf by running the following command:

sudo dnf -y install ftplib


## References
## Install ftplib on Fedora 36 Using yum


Update yum database with `yum` using the following command.
* [ftplib website](http://nbpfaus.net/~pfau/ftplib-4/)


```bash
## Summary
sudo yum makecache --refresh

In this tutorial we learn how to install ftplib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

After updating yum database, We can install ftplib using yum by running the following command:

sudo yum -y install ftplib

How To Uninstall ftplib on Fedora 36

To uninstall only the ftplib package we can use the following command:

sudo dnf remove ftplib

ftplib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/5f8ecb7966f091c64f669619eb1de068ddc589
/usr/lib64/libftp.so.4
/usr/lib64/libftp.so.4.0
/usr/share/doc/ftplib
/usr/share/doc/ftplib/CHANGES
/usr/share/licenses/ftplib
/usr/share/licenses/ftplib/LICENSE

References

Summary

In this tutorial we learn how to install ftplib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).