How to Install and Uninstall coderay Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "coderay" package

Please follow the guidance below to install coderay on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install coderay

2. Uninstall "coderay" package

This tutorial shows how to uninstall coderay on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove coderay $ sudo apt autoclean && sudo apt autoremove

3. Information about the coderay package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: coderay
Priority: extra
Section: universe/ruby
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Joshua Timberman
Architecture: all
Version: 1.1.1-1
Depends: ruby | ruby-interpreter, ruby-coderay
Filename: pool/universe/c/coderay/coderay_1.1.1-1_all.deb
Size: 8634
MD5sum: 943dc7f4c9b36b1e5d64ad0782e34f28
SHA1: d5daf91b0f26c020cf66f9f02c332fc016d69dbc
SHA256: 1ea573c8106ce59ef116de120e28a83af4f8d57bb7a059976c8b9b33963ff34b
Description-en: Helper programs for CodeRay Ruby lib for syntax highlighting
CodeRay is a Ruby library that can scan an input file or text in a web
page and encode it as syntax highlighted HTML output.
.
CodeRay supports many input languages including: C, C++, CSS, Delphi, diff,
Groovy, HTML, RHTML (Erb+HTML), Nitro-XHTML, Java, JavaScript, JSON, PHP,
Python, Ruby, SQL and YAML.
.
CodeRay can output to HTML, JSON, XML, Yaml.
.
The coderay binary scans a file and outputs in HTML.
Description-md5: 2f787c2bf9b398e3bc4cf5ba39666ad5
Homepage: http://coderay.rubychan.de
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu