How to Install and Uninstall libmujs-dev Package on Kali Linux

Last updated: May 16,2024

1. Install "libmujs-dev" package

Please follow the guidance below to install libmujs-dev on Kali Linux

$ sudo apt update $ sudo apt install libmujs-dev

2. Uninstall "libmujs-dev" package

Learn how to uninstall libmujs-dev on Kali Linux:

$ sudo apt remove libmujs-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmujs-dev package on Kali Linux

Package: libmujs-dev
Source: mujs (1.3.3-3)
Version: 1.3.3-3+b1
Installed-Size: 591
Maintainer: Debian QA Group
Architecture: amd64
Depends: libmujs3 (= 1.3.3-3+b1)
Size: 141736
SHA256: f723d0822d6cddab7cd9941fc826382c7e03d6cb762301d52ee5539d533b39dd
SHA1: 57bfc5a3eab4c9b1533ca7c489b4885855fb5eb8
MD5sum: b3e05941ccad0d68e93e7c02981ae0a9
Description: Lightweight JavaScript interpreter (development package)
MuJS is a lightweight JavaScript interpreter designed for embedding in other
software to extend them with scripting capabilities.
.
MuJS was designed with a focus on small size, correctness, and simplicity.
It is written in portable C and implements ECMAScript as specified by ECMA-262.
The interface for binding with native code is designed to be as simple as
possible to use, and is very similar to Lua. There is no need to interact with
byzantine C++ template mechanisms, or worry about marking and unmarking garbage
collection roots, or wrestle with obscure build systems.
Description-md5:
Multi-Arch: same
Homepage: https://mujs.com/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/mujs/libmujs-dev_1.3.3-3+b1_amd64.deb