How to Install and Uninstall libjs-coffeescript Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libjs-coffeescript" package

Here is a brief guide to show you how to install libjs-coffeescript on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-coffeescript

2. Uninstall "libjs-coffeescript" package

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

$ sudo apt remove libjs-coffeescript $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-coffeescript package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjs-coffeescript
Priority: extra
Section: universe/devel
Installed-Size: 471
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: coffeescript
Version: 1.9.3~dfsg-1
Recommends: javascript-common
Suggests: coffeescript
Filename: pool/universe/c/coffeescript/libjs-coffeescript_1.9.3~dfsg-1_all.deb
Size: 83592
MD5sum: 5be76c449e30e6c1b67ce48c4eafd1eb
SHA1: 67def2171d00f298c1645d74074ac6afc1e9ff5f
SHA256: 806e9df6b280e85469edbb456cbf6642a91d8deeb66c654eb0526bdcb34ec9c0
Description-en: client-side interpreter for the CoffeeScript language
CoffeeScript is a little language that compiles into JavaScript.
Underneath all of those embarrassing braces and semicolons, JavaScript
has always had a gorgeous object model at its heart. CoffeeScript is an
attempt to expose the good parts of JavaScript in a simple way.
.
The golden rule of CoffeeScript is: "It's just JavaScript". The code
compiles one-to-one into the equivalent JS, and there is no
interpretation at runtime. You can use any existing JavaScript library
seamlessly (and vice-versa). The compiled output is readable and
pretty-printed, passes through JavaScript Lint without warnings, will
work in every JavaScript implementation, and tends to run as fast or
faster than the equivalent handwritten JavaScript.
.
This package contains a concatenated and compressed version of the
CoffeeScript compiler. To use it in the browser, include the script
after any inline script tags of type "text/coffeescript" on the page.
It will compile and evaluate all of the scripts in order.
Description-md5: 95cdce1ebf1c95da1c63696bff09014f
Homepage: http://coffeescript.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu