How to Install and Uninstall libmockobjects-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libmockobjects-java" package

This tutorial shows how to install libmockobjects-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmockobjects-java

2. Uninstall "libmockobjects-java" package

Learn how to uninstall libmockobjects-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmockobjects-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmockobjects-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmockobjects-java
Priority: optional
Section: universe/devel
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: mockobjects
Version: 0.09-5
Filename: pool/universe/m/mockobjects/libmockobjects-java_0.09-5_all.deb
Size: 52440
MD5sum: 46c8be0fe1784ae8c3b4ba975ce2638a
SHA1: 932e0a9ab794aba5a31ae3d6eae02af28fd67d16
SHA256: 50a665c0406b6f6075a4120e22d5baf356944828c12dc5c721c19eb8f971f4fd
Description-en: Framework for developing and using mock objects
Mock Objects is a test-first driven framework for building
generic software and/or unit testing frameworks. It supports:
* A methodology for developing and using mock objects.
* A core mock object framework. This is a library of code that
supports the implementation of mock objects, based around a
set of expectation classes for values and collections. There are
also various other classes to make mock objects easier to write
or to use.
* A default set of mock implementations for the standard Java
platform APIs. We have made a start on packages such as servlets, sql,
and io.
Description-md5: 0fdfc535a285dd309dd5b489afd2e132
Homepage: http://www.mockobjects.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu