How to Install and Uninstall classmate Package on openSUSE Leap

Last updated: June 17,2024

1. Install "classmate" package

This tutorial shows how to install classmate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install classmate

2. Uninstall "classmate" package

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

$ sudo zypper remove classmate

3. Information about the classmate package on openSUSE Leap

Information for package classmate:
----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : classmate
Version : 1.5.1-150200.5.7.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 83.6 KiB
Installed : No
Status : not installed
Source package : classmate-1.5.1-150200.5.7.6.src
Upstream URL : http://github.com/FasterXML/java-classmate
Summary : Library for introspecting types in Java
Description :
ClassMate is a zero-dependency Java library for accurately introspecting type information, including reliable resolution of generic type declarations for both classes ("types") and members (fields, methods and constructors).