How to Install and Uninstall coffeescript-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "coffeescript-doc" package

This guide covers the steps necessary to install coffeescript-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install coffeescript-doc

2. Uninstall "coffeescript-doc" package

This is a short guide on how to uninstall coffeescript-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the coffeescript-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: coffeescript-doc
Priority: extra
Section: universe/doc
Installed-Size: 874
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: coffeescript
Version: 1.9.3~dfsg-1
Filename: pool/universe/c/coffeescript/coffeescript-doc_1.9.3~dfsg-1_all.deb
Size: 90322
MD5sum: 9f1d55beaa805a3996a03616d93dd59a
SHA1: e1ef03a27f5a9f03dc9ececeeea6e62c1bf8f2e1
SHA256: 8e6350b0dabba1d287880e1bc05e9bf9eb7f560589768e0f77c29ebd5e0f97d7
Description-en: 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: d2365244984ed6a594a84d6ac4c6fcca
Homepage: http://coffeescript.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu