How to Install ruby-pygments.rb in Ubuntu 18.04



Install ruby-pygments.rb by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-pygments.rb

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.

Homepage: https://github.com/tmm1/pygments.rb

Version: 1.2.0-2

Section: universe/ruby