How to Install and Uninstall coffeescript-doc Package on Kali Linux

Last updated: May 21,2024

1. Install "coffeescript-doc" package

Please follow the step by step instructions below to install coffeescript-doc on Kali Linux

$ sudo apt update $ sudo apt install coffeescript-doc

2. Uninstall "coffeescript-doc" package

Please follow the guidelines below to uninstall coffeescript-doc on Kali Linux:

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

3. Information about the coffeescript-doc package on Kali Linux

Package: coffeescript-doc
Source: coffeescript
Version: 2.7.0+dfsg1-1
Installed-Size: 6619
Maintainer: Debian Javascript Maintainers
Architecture: all
Recommends: libjs-coffeescript, libjs-jquery, libjs-underscore
Size: 614836
SHA256: 6faef224df27047397f0b67a7c77d61bf06cc63945ea9c5aede1de457f5715fa
SHA1: 4814af4bde7101162351a4a0ef39a478b5514eb5
MD5sum: e189aaae561b41bffa21ccce98f74861
Description: documentation 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 documentation.
Description-md5:
Homepage: https://coffeescript.org/
Tag: devel::doc, made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/c/coffeescript/coffeescript-doc_2.7.0+dfsg1-1_all.deb