How to Install and Uninstall python3-requests-ftp Package on openSUSE Leap

Last updated: May 03,2024

1. Install "python3-requests-ftp" package

Please follow the step by step instructions below to install python3-requests-ftp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-requests-ftp

2. Uninstall "python3-requests-ftp" package

In this section, we are going to explain the necessary steps to uninstall python3-requests-ftp on openSUSE Leap:

$ sudo zypper remove python3-requests-ftp

3. Information about the python3-requests-ftp package on openSUSE Leap

Information for package python3-requests-ftp:
---------------------------------------------
Repository : Main Repository
Name : python3-requests-ftp
Version : 0.3.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 43.9 KiB
Installed : No
Status : not installed
Source package : python-requests-ftp-0.3.1-bp155.2.10.src
Upstream URL : http://github.com/Lukasa/requests-ftp
Summary : FTP Transport Adapter for Requests
Description :
Requests-FTP is an implementation of a very stupid FTP transport adapter for
use with the `Requests` Python library.
This library is *not* intended to be an example of Transport Adapters best
practices. This library was cowboyed together in about 4 hours of total work,
has no tests, and relies on a few ugly hacks. Instead, it is intended as both
a starting point for future development and an example for how to
implement transport adapters.