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

Last updated: May 19,2024

1. Install "emscripten" package

Learn how to install emscripten on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install emscripten

2. Uninstall "emscripten" package

This guide let you learn how to uninstall emscripten on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: emscripten
Priority: extra
Section: universe/devel
Installed-Size: 95792
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Version: 1.22.1-1build1
Depends: python:any (>= 2.6.6-7~), nodejs, libclosure-compiler-java, clang, llvm (>= 1:3.3), node-uglify
Filename: pool/universe/e/emscripten/emscripten_1.22.1-1build1_amd64.deb
Size: 19759186
MD5sum: 5979873ec21d3e4de2b2625af568cf7e
SHA1: 1290f35727f9ffe1d0fe28ecca9a01a8f7eed688
SHA256: d7a7caba6bf1dd433190e66b509d60ef11799e767dc096de2bdae3913b5058b0
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
Description-md5: bd759fc7b4a1ee222f515f411b3eadad
Homepage: http://emscripten.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu