How to Install and Uninstall coffeescript Package on Kali Linux

Last updated: May 21,2024

1. Install "coffeescript" package

This is a short guide on how to install coffeescript on Kali Linux

$ sudo apt update $ sudo apt install coffeescript

2. Uninstall "coffeescript" package

This tutorial shows how to uninstall coffeescript on Kali Linux:

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

3. Information about the coffeescript package on Kali Linux

Package: coffeescript
Version: 2.7.0+dfsg1-1
Installed-Size: 3104
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-coffee-script (= 2.7.0), node-coffeescript (= 2.7.0)
Depends: nodejs:any
Suggests: libjs-coffeescript
Breaks: node-cson-parser (<< 4.0.9-2~), node-grunt-contrib-coffee (<< 1.0.0-5~), node-turbolinks (<< 5.2.0+dfsg-5~), node-xml2js (<< 0.4.23+~cs15.4.0+dfsg-3~)
Size: 269052
SHA256: d88c68d6fae1f4d0e0afe9fca5c50023f375478ee238b0ad5d29cfa2c8951671
SHA1: 4a8f4bc00a695249198b0286a3a966ff7e497fd5
MD5sum: 7c1b46d6aba33671914271b40225fe97
Description: 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:
Homepage: https://coffeescript.org/
Section: devel
Priority: optional
Filename: pool/main/c/coffeescript/coffeescript_2.7.0+dfsg1-1_all.deb