How to Install and Uninstall emscripten Package on Kali Linux

Last updated: September 19,2024

1. Install "emscripten" package

Here is a brief guide to show you how to install emscripten on Kali Linux

$ sudo apt update $ sudo apt install emscripten

2. Uninstall "emscripten" package

Here is a brief guide to show you how to uninstall emscripten on Kali Linux:

$ sudo apt remove emscripten $ sudo apt autoclean && sudo apt autoremove

3. Information about the emscripten package on Kali Linux

Package: emscripten
Version: 3.1.6~dfsg-6
Installed-Size: 805230
Maintainer: Debian QA Group
Architecture: all
Provides: node-types-emscripten (= 1.39.6~3.1.6~dfsg-6)
Depends: binaryen, clang-14, lld-14, llvm-14, node-acorn, nodejs (>= 12), python3:any
Recommends: libjs-d3, python3-numpy
Suggests: adb, automake, closure-compiler, cmake, emscripten-doc, make, python3-ply, scons, wabt (>= 1.0.24-2~)
Size: 108856804
SHA256: 1db410f3bebf53e1666569506a8f5cc252f69719d9e13b88f7ea1db1f1855597
SHA1: 9c09b161f0d33f67675f05c1e4131f125a776d54
MD5sum: ea64552dc397710bc7568369ff0d5743
Description: LLVM-to-JavaScript Compiler
Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode, also
called LLVM IR (which can be generated from C/C++ using Clang, or any other
language that can be converted into LLVM bitcode) and compiles that into
JavaScript, which can be run on the web (or anywhere else JavaScript can run).
.
Using Emscripten, you can
* Compile C and C++ code into JavaScript and run that on the web
* Run code in languages like Python as well, by compiling CPython from C
to JavaScript and interpreting code in that on the web
.
Some uses of emscripten require additional packages:
* setting WASM2C requires wabt (at least release 1.0.24-2).
* emcmake requires cmake.
* emconfigure may require automake.
* emmake requires make.
* emrun option --android requires adb.
* emscons requires scons.
* WebIDL Binder requires python3-ply.
Description-md5:
Homepage: http://emscripten.org/
Section: devel
Priority: optional
Filename: pool/main/e/emscripten/emscripten_3.1.6~dfsg-6_all.deb