How to Install and Uninstall ruby-pygments.rb Package on Kali Linux

Last updated: May 19,2024

1. Install "ruby-pygments.rb" package

This guide let you learn how to install ruby-pygments.rb on Kali Linux

$ sudo apt update $ sudo apt install ruby-pygments.rb

2. Uninstall "ruby-pygments.rb" package

This guide covers the steps necessary to uninstall ruby-pygments.rb on Kali Linux:

$ sudo apt remove ruby-pygments.rb $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-pygments.rb package on Kali Linux

Package: ruby-pygments.rb
Version: 2.4.1+ds-1
Installed-Size: 153
Maintainer: Debian Ruby Team
Architecture: all
Depends: python3:any, python3-pygments (>= 2.15.1~)
Size: 44300
SHA256: b565af1d9b366f7b366bbbcef185c380ea0e476049f2b31d9b48d1d95864a8bc
SHA1: ea44612d0b67e5f48a43cdc0d6ad6e7147d60012
MD5sum: 391d6e1ad23163cfe44ccfdb270fcb67
Description: pygments wrapper for Ruby
A Ruby wrapper for the Python pygments syntax highlighter.
.
pygments.rb works by talking over a simple pipe to a long-lived Python child
process. This library replaces albino, as well as a version of pygments.rb
that used an embedded Python interpreter.
.
Each Ruby process that runs has its own 'personal Python'; for example, 4
Unicorn workers will have one Python process each. If a Python process dies,
a new one will be spawned on the next pygments.rb request.
Description-md5:
Homepage: https://github.com/pygments/pygments.rb
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-pygments.rb/ruby-pygments.rb_2.4.1+ds-1_all.deb