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

Last updated: May 03,2024

1. Install "erlang-jiffy" package

This tutorial shows how to install erlang-jiffy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install erlang-jiffy

2. Uninstall "erlang-jiffy" package

This guide let you learn how to uninstall erlang-jiffy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: erlang-jiffy
Priority: optional
Section: universe/devel
Installed-Size: 135
Maintainer: Ubuntu Developers
Original-Maintainer: LeoFS maintainers team
Architecture: amd64
Version: 0.14.5+dfsg-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1), erlang-base (>= 1:18.0-dfsg) | erlang-base-hipe (>= 1:18.0-dfsg), erlang-xmerl (>= 1:18.0-dfsg), erlang-proper
Filename: pool/universe/e/erlang-jiffy/erlang-jiffy_0.14.5+dfsg-1_amd64.deb
Size: 55710
MD5sum: 598c49a1efd12dcb6838894523ae2afe
SHA1: db288e58c272b84c279e5fd67c09ad65d2f81606
SHA256: 99aec0007c53a1ebac8fa5a60817795ae3b37434bc0f7a479a0514d4f4c75f06
Description-en: JSON NIFs (Native Implemented Functions) for Erlang
A JSON parser as a NIF (Native Implemented Functions). This is a complete
rewrite of the work this was done in EEP0018 that was based on Yajl. This
new version is a hand crafted state machine that does its best to be as
quick and efficient as possible while not placing any constraints on the
parsed JSON.
Description-md5: cd86e52211067c7cd919da39be04abfc
Homepage: https://github.com/davisp/jiffy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu