How to Install and Uninstall emscripten-doc Package on Kali Linux

Last updated: May 20,2024

1. Install "emscripten-doc" package

Learn how to install emscripten-doc on Kali Linux

$ sudo apt update $ sudo apt install emscripten-doc

2. Uninstall "emscripten-doc" package

Please follow the instructions below to uninstall emscripten-doc on Kali Linux:

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

3. Information about the emscripten-doc package on Kali Linux

Package: emscripten-doc
Source: emscripten
Version: 3.1.6~dfsg-6
Installed-Size: 15408
Maintainer: Debian QA Group
Architecture: all
Size: 907356
SHA256: 540166a0dc401e0e45dc1a91c1148cb07f9f8db38b47955255d85895e65aa098
SHA1: 071701d39b7c1ec2e0bf6f3d31249e9b387b52cf
MD5sum: a755964a9a3eb85d2b05c0c96b3c97f5
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
.
This package contains the documentation.
Description-md5:
Homepage: http://emscripten.org/
Section: doc
Priority: optional
Filename: pool/main/e/emscripten/emscripten-doc_3.1.6~dfsg-6_all.deb