How to Install and Uninstall moditect Package on openSuSE Tumbleweed

Last updated: June 02,2024

1. Install "moditect" package

This guide covers the steps necessary to install moditect on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install moditect

2. Uninstall "moditect" package

Please follow the guidelines below to uninstall moditect on openSuSE Tumbleweed:

$ sudo zypper remove moditect

3. Information about the moditect package on openSuSE Tumbleweed

Information for package moditect:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : moditect
Version : 1.1.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : moditect-1.1.0-1.2.src
Upstream URL : https://github.com/moditect/moditect
Summary : Tooling for the Java Module System
Description :
The ModiTect project aims at providing productivity tools for working with the
Java module system ("Jigsaw").
Currently the following tasks are supported:
• Generating module-info.java descriptors for given artifacts (Maven
dependencies or local JAR files)
• Adding module descriptors to your project's JAR as well as existing JAR files
(dependencies)
• Creating module runtime images
Compared to authoring module descriptors by hand, using ModiTect saves you work
by defining dependence clauses based on your project's dependencies, describing
exported and opened packages with patterns (instead of listing all packages
separately), auto-detecting service usages and more. You also can use ModiTect
to add a module descriptor to your project JAR while staying on Java 8 with
your own build.
In future versions functionality may be added to work with other tools like
jmod etc. under Maven and other dependency management tools in a comfortable
manner.