How to Install and Uninstall libjs-coffeescript Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 15,2024

1. Install "libjs-coffeescript" package

This is a short guide on how to install libjs-coffeescript on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libjs-coffeescript

2. Uninstall "libjs-coffeescript" package

Please follow the step by step instructions below to uninstall libjs-coffeescript on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libjs-coffeescript package on Ubuntu 21.04 (Hirsute Hippo)

Package: libjs-coffeescript
Architecture: all
Version: 1.12.8~dfsg-5
Priority: extra
Section: universe/devel
Source: coffeescript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 531
Recommends: javascript-common
Suggests: coffeescript
Filename: pool/universe/c/coffeescript/libjs-coffeescript_1.12.8~dfsg-5_all.deb
Size: 53644
MD5sum: 3e7aa6a10c2a97c8247ed748b733a6c3
SHA1: 2bfdfd0dc03f58717a8bfacabaad5a5b23a18542
SHA256: bf0b9b00603cd51c641f85a87f1bf562547d3ea1a6f3b323e620436ce4db7655
SHA512: 7c7cec8e3e81a481a2f8bf17c473a21a59820fe220ea840335d12c2828c3f0e2c988e45fc06ce5f09777fcab80df582c6ca63519da80599812e79d93daaeb90d
Homepage: https://coffeescript.org/
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