How to Install and Uninstall python3-lazy-loader.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "python3-lazy-loader.noarch" package

This tutorial shows how to install python3-lazy-loader.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-lazy-loader.noarch

2. Uninstall "python3-lazy-loader.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-lazy-loader.noarch on CentOS Stream 9:

$ sudo dnf remove python3-lazy-loader.noarch $ sudo dnf autoremove

3. Information about the python3-lazy-loader.noarch package on CentOS Stream 9

Last metadata expiration check: 3:18:17 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-lazy-loader
Version : 0.1~rc2
Release : 1.el9
Architecture : noarch
Size : 15 k
Source : python-lazy-loader-0.1~rc2-1.el9.src.rpm
Repository : epel
Summary : Populate library namespace without incurring immediate import costs
URL : https://github.com/scientific-python/lazy_loader
License : BSD
Description :
: lazy-loader makes it easy to load subpackages and functions on demand.
:
: Motivation:
:
: • Allow subpackages to be made visible to users without incurring import costs.
: • Allow external libraries to be imported only when used, improving import
: times.