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

Last updated: January 16,2025

1. Install "python3-tftpy.noarch" package

Please follow the guidance below to install python3-tftpy.noarch on Fedora 36

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

2. Uninstall "python3-tftpy.noarch" package

Please follow the step by step instructions below to uninstall python3-tftpy.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:04:46 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-tftpy
Version : 0.8.0
Release : 11.fc36
Architecture : noarch
Size : 49 k
Source : python-tftpy-0.8.0-11.fc36.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.