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

Last updated: May 08,2024

1. Install "python36-lml" package

Please follow the instructions below to install python36-lml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-lml

2. Uninstall "python36-lml" package

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

$ sudo zypper remove python36-lml

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

Information for package python36-lml:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-lml
Version : 0.0.9-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 100,7 KiB
Installed : No
Status : not installed
Source package : python-lml-0.0.9-2.7.src
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.