How to Install and Uninstall coffeescript Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "coffeescript" package

Please follow the step by step instructions below to install coffeescript on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install coffeescript

2. Uninstall "coffeescript" package

This guide let you learn how to uninstall coffeescript on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the coffeescript package on Ubuntu 20.10 (Groovy Gorilla)

Package: coffeescript
Architecture: all
Version: 1.12.8~dfsg-4build1
Priority: extra
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 737
Provides: node-coffeescript
Depends: nodejs (>= 6.11.2~dfsg) | nodejs-legacy (>= 6)
Suggests: libjs-coffeescript, coffeescript-doc
Filename: pool/universe/c/coffeescript/coffeescript_1.12.8~dfsg-4build1_all.deb
Size: 134360
MD5sum: b313daa0846a9b8e843369196b5839cd
SHA1: 5081c5a9c6640217a64e6647da7d3ca2cca092f9
SHA256: b30395f25d9f1270eff2807b3ce176972ea23976baa67d6ff617ab676fa01433
SHA512: a1365e6cfd9f2b99bed14869e9101002a6d155b798be82b438e4a0e5e2a8161ac105844f48463227175e2d5c4fdb721fff1d4d0780203ff71e2a8f8fa6bbbfdd
Homepage: https://coffeescript.org/
Description-en: interpreter and compiler 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.
.
The "cake" executable is provided as "cake.coffeescript" to peacefully
coexist with cakephp.
Description-md5: 5644cf07d02a0b2fd827cbc933e9520c