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

Last updated: May 15,2024

1. Install "coffeescript" package

This tutorial shows how to install coffeescript on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install coffeescript

2. Uninstall "coffeescript" package

Please follow the steps below to uninstall coffeescript on Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: coffeescript
Architecture: all
Version: 1.12.8~dfsg-5
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-5_all.deb
Size: 134440
MD5sum: 1e57a793d52d619569f91c8717a68746
SHA1: c449e429d2e74c5dc07e1d814b60c5174ba8b0f9
SHA256: ef9c82580eec514eb94bba59d3fa3606f804b100beee2df93c94107a7b2f6019
SHA512: 1032da6ad1907009396125a6262f543c7b6727d199ebec7544c147d0fa9351f19b1304d20bf5cef64c79e3057c3d90159850e5224e894979d725e7c64db13028
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