How to Install erlang-meck software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install erlang-meck software package in Ubuntu 14.04 LTS (Trusty Tahr)

erlang-meck software package provides mocking library for Erlang, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install erlang-meck 

erlang-meck is installed in your system.

Make ensure the erlang-meck package were installed using the commands given below,

$ sudo dpkg-query -l | grep erlang-meck *

You will get with erlang-meck package name, version, architecture and description in a table

erlang-meck package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package erlang-meck
Version 0.8.1+dfsg-1
Description mocking library for Erlang
Sub Section devel


See Also, How to uninstall or remove erlang-meck software package from Ubuntu 14.04 LTS (Trusty Tahr)?