How to Install and Uninstall python3-flake8-future-import Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-flake8-future-import" package

Please follow the guidelines below to install python3-flake8-future-import on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-flake8-future-import

2. Uninstall "python3-flake8-future-import" package

Please follow the guidelines below to uninstall python3-flake8-future-import on openSUSE Leap:

$ sudo zypper remove python3-flake8-future-import

3. Information about the python3-flake8-future-import package on openSUSE Leap

Information for package python3-flake8-future-import:
-----------------------------------------------------
Repository : Main Repository
Name : python3-flake8-future-import
Version : 0.4.6-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 43.0 KiB
Installed : No
Status : not installed
Source package : python-flake8-future-import-0.4.6-bp155.2.10.src
Upstream URL : https://github.com/xZise/flake8-future-import
Summary : __future__ import checker, plugin for flake8
Description :
A script to check for the imported ``__future__`` modules to make it easier to
have a consistent code base.
By default it requires and forbids all imports but it's possible to have
certain imports optional by ignoring both their requiring and forbidding error
code. In the future it's planned to have a “consistency” mode and that the
default is having the import optional or required (not sure on that yet).
This module provides a plugin for ``flake8``, the Python code checker.