How to Install and Uninstall coderay Package on Kali Linux

Last updated: May 18,2024

1. Install "coderay" package

Please follow the guidelines below to install coderay on Kali Linux

$ sudo apt update $ sudo apt install coderay

2. Uninstall "coderay" package

Please follow the guidance below to uninstall coderay on Kali Linux:

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

3. Information about the coderay package on Kali Linux

Package: coderay
Version: 1.1.3-8
Installed-Size: 28
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby:any, ruby-coderay
Size: 12172
SHA256: dc7c8ced95a14374a1210e03ccd8e157a89fa51d0b67e5db85d6ba61a75e6454
SHA1: 91db368ee5dad02672f30c61117369ab22b49f6c
MD5sum: df3f1fba72e9277dec5e6002de6e9e90
Description: 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:
Homepage: http://coderay.rubychan.de/
Section: ruby
Priority: optional
Filename: pool/main/c/coderay/coderay_1.1.3-8_all.deb