How to Install and Uninstall ruby-pygments.rb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "ruby-pygments.rb" package

Here is a brief guide to show you how to install ruby-pygments.rb on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "ruby-pygments.rb" package

This tutorial shows how to uninstall ruby-pygments.rb on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-pygments.rb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-pygments.rb
Priority: optional
Section: universe/ruby
Installed-Size: 331
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.6.3-1
Provides: ruby-pygments
Depends: python, python-pygments, ruby | ruby-interpreter, ruby-posix-spawn, ruby-yajl
Filename: pool/universe/r/ruby-pygments.rb/ruby-pygments.rb_0.6.3-1_all.deb
Size: 131244
MD5sum: 097fc67a261475f03102be5afd36ae29
SHA1: 259343a1dc9049e1c99d34732e5bfbafcd05057d
SHA256: a6d86b2740e1f87f10961180f27a5ec7b3b15adcd499721b07583da7e99d041a
Description-en: 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: 68826c5c506183d7f8fe5866869b3062
Homepage: http://github.com/tmm1/pygments.rb
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu