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

Last updated: July 01,2024

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

This guide let you learn how to install python2-flake8-future-import on openSUSE Leap

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

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

This guide let you learn how to uninstall python2-flake8-future-import on openSUSE Leap:

$ sudo zypper remove python2-flake8-future-import

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

Information for package python2-flake8-future-import:
-----------------------------------------------------
Repository : Main Repository
Name : python2-flake8-future-import
Version : 0.4.6-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 47,0 KiB
Installed : No
Status : not installed
Source package : python-flake8-future-import-0.4.6-bp153.1.17.src
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.