How to Install and Uninstall libjs-coffeescript Package on Kali Linux
Last updated: November 22,2024
1. Install "libjs-coffeescript" package
This tutorial shows how to install libjs-coffeescript on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libjs-coffeescript
Copied
2. Uninstall "libjs-coffeescript" package
This tutorial shows how to uninstall libjs-coffeescript on Kali Linux:
$
sudo apt remove
libjs-coffeescript
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libjs-coffeescript package on Kali Linux
Package: libjs-coffeescript
Source: coffeescript
Version: 2.7.0+dfsg1-1
Installed-Size: 1069
Maintainer: Debian Javascript Maintainers
Architecture: all
Recommends: javascript-common
Suggests: coffeescript
Size: 90368
SHA256: 3f19271e309406235a83646792f1337d3e79be3f5ea4e549b2f023bd26930f68
SHA1: 6a5397af279430b5180f5b66559dc17e44f95f0b
MD5sum: 5ba79aae80c9d33bb6cf3845a1214452
Description: 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:
Homepage: https://coffeescript.org/
Section: javascript
Priority: optional
Filename: pool/main/c/coffeescript/libjs-coffeescript_2.7.0+dfsg1-1_all.deb
Source: coffeescript
Version: 2.7.0+dfsg1-1
Installed-Size: 1069
Maintainer: Debian Javascript Maintainers
Architecture: all
Recommends: javascript-common
Suggests: coffeescript
Size: 90368
SHA256: 3f19271e309406235a83646792f1337d3e79be3f5ea4e549b2f023bd26930f68
SHA1: 6a5397af279430b5180f5b66559dc17e44f95f0b
MD5sum: 5ba79aae80c9d33bb6cf3845a1214452
Description: 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:
Homepage: https://coffeescript.org/
Section: javascript
Priority: optional
Filename: pool/main/c/coffeescript/libjs-coffeescript_2.7.0+dfsg1-1_all.deb