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

Last updated: May 20,2024

1. Install "ruby-standalone" package

Please follow the instructions below to install ruby-standalone on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-standalone

2. Uninstall "ruby-standalone" package

This guide let you learn how to uninstall ruby-standalone on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-standalone $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-standalone
Priority: optional
Section: universe/ruby
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Antonio Terceiro
Architecture: amd64
Version: 0.5.1
Depends: libc6 (>= 2.2.5), ruby, debconf
Filename: pool/universe/r/ruby-standalone/ruby-standalone_0.5.1_amd64.deb
Size: 7720
MD5sum: e792ebf278efa1a1227bcd59e0d79dd6
SHA1: 81b545f221d551a2c989453a799c8429431ca24a
SHA256: 1cce6d096bf8c7d7868a4a3da447cac2671ba99601bb20d61d7c657552a41e8f
Description-en: Ruby interpreter that won't integrate with Debian packages
Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in perl). It is simple,
straight-forward, and extensible.
.
This package provides a Ruby interpreter without providing support for other
Debian-provided Ruby packages, i.e. it won't use any code from Debian packages
that provide Ruby libraries, Rubygems won't recognize libraries installed with
Debian packages etc.
.
This package is mostly useful for server deployments or development
environments where one wants or needs to obtain the Ruby interpreter from
Debian (and thus benefit from having security updates, not having to build
from source, obtaining pre-build binaries from a trusted source etc.), but
install everything else from sources external to Debian such as rubygems.org.
.
No offical Debian Ruby packages, application or library, should depend on this
one.
Description-md5: e485420d327dc471e20987673413bc2e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu