How to Install and Uninstall python3-tftpy.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "python3-tftpy.noarch" package

Please follow the guidelines below to install python3-tftpy.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-tftpy.noarch

2. Uninstall "python3-tftpy.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-tftpy.noarch on Fedora 39:

$ sudo dnf remove python3-tftpy.noarch $ sudo dnf autoremove

3. Information about the python3-tftpy.noarch package on Fedora 39

Last metadata expiration check: 0:27:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-tftpy
Version : 0.8.2
Release : 2.fc39
Architecture : noarch
Size : 67 k
Source : python-tftpy-0.8.2-2.fc39.src.rpm
Repository : fedora
Summary : TFTPy is a pure Python implementation of the Trivial FTP protocol
URL : https://github.com/msoulier/tftpy
License : MIT
Description : Tftpy is a TFTP library for the Python programming language. It includes
: client and server classes, with sample implementations. Hooks are included
: for easy inclusion in a UI for populating progress indicators. It supports
: RFCs 1350, 2347, 2348 and the tsize option from RFC 2349.