How to Install and Uninstall python311-lazy-loader Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "python311-lazy-loader" package

Please follow the guidance below to install python311-lazy-loader on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-lazy-loader

2. Uninstall "python311-lazy-loader" package

Here is a brief guide to show you how to uninstall python311-lazy-loader on openSuSE Tumbleweed:

$ sudo zypper remove python311-lazy-loader

3. Information about the python311-lazy-loader package on openSuSE Tumbleweed

Information for package python311-lazy-loader:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-lazy-loader
Version : 0.3-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 50.7 KiB
Installed : No
Status : not installed
Source package : python-lazy-loader-0.3-1.4.src
Upstream URL : https://github.com/scientific-python/lazy_loader
Summary : Populate library namespace without incurring immediate import costs
Description :
lazy_loader makes it easy to load subpackages and functions on demand.
1. Allow subpackages to be made visible to users without incurring import costs.
2. Allow external libraries to be imported only when used, improving import times.