How to Install and Uninstall mockito Package on openSUSE Leap

Last updated: November 07,2024

1. Install "mockito" package

Please follow the guidance below to install mockito on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install mockito

2. Uninstall "mockito" package

Please follow the guidelines below to uninstall mockito on openSUSE Leap:

$ sudo zypper remove mockito

3. Information about the mockito package on openSUSE Leap

Information for package mockito:
--------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : mockito
Version : 1.10.19-150200.3.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 402.1 KiB
Installed : No
Status : not installed
Source package : mockito-1.10.19-150200.3.4.1.src
Upstream URL : http://mockito.org
Summary : A Java mocking framework
Description :
Mockito is a mocking framework. It lets you write tests. Tests
produce clean verification errors.