How to Install and Uninstall emscripten-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "emscripten-doc" package

Please follow the guidance below to install emscripten-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install emscripten-doc

2. Uninstall "emscripten-doc" package

Please follow the instructions below to uninstall emscripten-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the emscripten-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: emscripten-doc
Priority: extra
Section: universe/doc
Installed-Size: 763
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: all
Source: emscripten
Version: 1.22.1-1build1
Filename: pool/universe/e/emscripten/emscripten-doc_1.22.1-1build1_all.deb
Size: 380130
MD5sum: 8dfd1475187f4c34efd74713531ef7c6
SHA1: a845e848d5f882cc08d2eb926f3aa286cd39a167
SHA256: f5ca9893758ebb93025ecd8c81d8fea07c2d6bfd85f18b9f7630b9d5060c5352
Description-en: 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: f0e422567662ce47b8f128b7deffb4da
Homepage: http://emscripten.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu