How to Install and Uninstall libje-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libje-perl" package

This guide covers the steps necessary to install libje-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libje-perl

2. Uninstall "libje-perl" package

Learn how to uninstall libje-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libje-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libje-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libje-perl
Priority: optional
Section: universe/perl
Installed-Size: 560
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.066-1
Depends: perl, libtie-refhash-weak-perl, libtimedate-perl
Filename: pool/universe/libj/libje-perl/libje-perl_0.066-1_all.deb
Size: 188786
MD5sum: 030d522151e18146cf6d30a64adec7e6
SHA1: 6cf0306bab1a2af8dd96f453b485f4fde17ff83a
SHA256: f296183d6d7444c70ae8282ab378592c833cb8e0f08336d72a2c2227293fc140
Description-en: Pure-Perl ECMAScript (JavaScript) Engine
JE is a pure-Perl ECMAScript (JavaScript) engine.
.
Advantages:
- Compatible with Data::Dump::Streamer, so the runtime environment can be
serialised
- The parser can be extended/customised to support extra (or fewer) language
features (not yet complete)
- All JavaScript datatypes can be manipulated directly from Perl (they all
have overloaded operators)
.
Weaknesses:
- It's slow
- It uses lots of memory.
- It leaks memory (to be fixed).
.
This is still an alpha release, but it fully implements ECMAScript v3, except
for a few seldom-used features like -0.
Description-md5: 6e3575dc0a1f1c2a5c3f4086bfab89f2
Homepage: https://metacpan.org/release/JE
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu