How to Install and Uninstall python-functional Package on openSUSE Leap
Last updated: December 18,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python-functional" package
Learn how to install python-functional on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python-functional
Copied
2. Uninstall "python-functional" package
This guide let you learn how to uninstall python-functional on openSUSE Leap:
$
sudo zypper remove
python-functional
Copied
3. Information about the python-functional package on openSUSE Leap
Information for package python-functional:
------------------------------------------
Repository : Main Repository
Name : python-functional
Version : 0.7.0-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 30,7 KiB
Installed : No
Status : not installed
Source package : python-functional-0.7.0-bp153.1.14.src
Summary : Tools for functional programming in python
Description :
functional provides Python users with numerous
tools common in functional programming, such as foldl, foldr, flip, as well
as mechanisms for partial function application and function composition.
functional also includes sane versions of the Python builtins map() and filter(),
written without the weird semantics of the builtin versions.
functional comes in two flavours: one is written in a combination of C and
Python, focusing on performance. The second is written in pure Python and
emphasises code readability and portability. The pure-Python variant is also
recommended if your setup does not allow compilation of third-party extension
modules.
------------------------------------------
Repository : Main Repository
Name : python-functional
Version : 0.7.0-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 30,7 KiB
Installed : No
Status : not installed
Source package : python-functional-0.7.0-bp153.1.14.src
Summary : Tools for functional programming in python
Description :
functional provides Python users with numerous
tools common in functional programming, such as foldl, foldr, flip, as well
as mechanisms for partial function application and function composition.
functional also includes sane versions of the Python builtins map() and filter(),
written without the weird semantics of the builtin versions.
functional comes in two flavours: one is written in a combination of C and
Python, focusing on performance. The second is written in pure Python and
emphasises code readability and portability. The pure-Python variant is also
recommended if your setup does not allow compilation of third-party extension
modules.