How to Install and Uninstall python311-lml Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python311-lml" package

This guide let you learn how to install python311-lml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-lml

2. Uninstall "python311-lml" package

Please follow the guidance below to uninstall python311-lml on openSuSE Tumbleweed:

$ sudo zypper remove python311-lml

3. Information about the python311-lml package on openSuSE Tumbleweed

Information for package python311-lml:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-lml
Version : 0.1.0-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 161.1 KiB
Installed : No
Status : not installed
Source package : python-lml-0.1.0-1.9.src
Upstream URL : https://github.com/chfw/lml
Summary : A lazy plugin management system for Python
Description :
LML is "Load me later". lml seamlessly finds the lml-based
plugins from the current Python environment but loads plugins on
demand. It supports plugins that have external dependencies,
especially bulky and/or memory hungry ones. lml provides the plugin
management system only and the plugin interface is for the developer
to do.
Plugins loaded by lml may be installed packages or standalone
Python modules in a supplied directory.