How to Install and Uninstall mybatis Package on openSUSE Leap

Last updated: July 02,2024

1. Install "mybatis" package

Please follow the guidelines below to install mybatis on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install mybatis

2. Uninstall "mybatis" package

Please follow the guidance below to uninstall mybatis on openSUSE Leap:

$ sudo zypper remove mybatis

3. Information about the mybatis package on openSUSE Leap

Information for package mybatis:
--------------------------------
Repository : Main Repository
Name : mybatis
Version : 3.5.6-150200.5.3.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 672.1 KiB
Installed : No
Status : not installed
Source package : mybatis-3.5.6-150200.5.3.5.src
Upstream URL : https://www.mybatis.org/
Summary : SQL Mapping Framework for Java
Description :
The MyBatis data mapper framework makes it easier
to use a relational database with object-oriented
applications. MyBatis couples objects with stored
procedures or SQL statements using a XML descriptor
or annotations. Simplicity is the biggest advantage
of the MyBatis data mapper over object relational
mapping tools.
To use the MyBatis data mapper, you rely on your
own objects, XML, and SQL. There is little to
learn that you don't already know. With the
MyBatis data mapper, you have the full power of
both SQL and stored procedures at your fingertips.
The MyBatis project is developed and maintained by
a team that includes the original creators of the
"iBATIS" data mapper. The Apache project was retired
and continued here.

5. The same packages on other Linux Distributions