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

Last updated: May 17,2024

1. Install "python312-lazy-loader" package

This tutorial shows how to install python312-lazy-loader on openSuSE Tumbleweed

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

2. Uninstall "python312-lazy-loader" package

Please follow the guidance below to uninstall python312-lazy-loader on openSuSE Tumbleweed:

$ sudo zypper remove python312-lazy-loader

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

Information for package python312-lazy-loader:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-lazy-loader
Version : 0.3-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 48.5 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.