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

Last updated: June 26,2024

1. Install "python310-lml" package

Please follow the guidance below to install python310-lml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-lml

2. Uninstall "python310-lml" package

This guide covers the steps necessary to uninstall python310-lml on openSuSE Tumbleweed:

$ sudo zypper remove python310-lml

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

Information for package python310-lml:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-lml
Version : 0.1.0-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 153.0 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.