How to Install and Uninstall erlang-meck Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "erlang-meck" package

Please follow the step by step instructions below to install erlang-meck on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install erlang-meck

2. Uninstall "erlang-meck" package

In this section, we are going to explain the necessary steps to uninstall erlang-meck on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove erlang-meck $ sudo apt autoclean && sudo apt autoremove

3. Information about the erlang-meck package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: erlang-meck
Priority: optional
Section: universe/devel
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: LeoFS maintainers team
Architecture: amd64
Version: 0.8.3+dfsg-1
Depends: erlang-base (>= 1:18.0-dfsg) | erlang-base-hipe (>= 1:18.0-dfsg), erlang-tools (>= 1:18.0-dfsg)
Filename: pool/universe/e/erlang-meck/erlang-meck_0.8.3+dfsg-1_amd64.deb
Size: 58698
MD5sum: 5f12808bb244e5634680c268f7154e18
SHA1: 85e77ec72a291821eb9831764299a74456e30b35
SHA256: ab0e8f48fb870dbc4094f73af89ba72ddfe4428c63f207d69f2a79418b6282d5
Description-en: mocking library for Erlang
With meck you can easily mock modules in Erlang.
You can also perform some basic validations on the mocked modules, such as
making sure no unexpected exceptions occurred or looking at the call history.
Description-md5: 3051d799af91ca46a31cdbcb848a8526
Homepage: https://github.com/eproxus/meck
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu