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

Last updated: May 20,2024

1. Install "ruby-rack-mount" package

Please follow the step by step instructions below to install ruby-rack-mount on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-rack-mount

2. Uninstall "ruby-rack-mount" package

This guide covers the steps necessary to uninstall ruby-rack-mount on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-rack-mount $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-rack-mount
Priority: optional
Section: universe/ruby
Installed-Size: 163
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.8.3-1
Depends: ruby | ruby-interpreter, ruby-rack (>= 1.0.0)
Filename: pool/universe/r/ruby-rack-mount/ruby-rack-mount_0.8.3-1_all.deb
Size: 22058
MD5sum: 8dd6172752fc029787fec9b2dd7cd8fc
SHA1: 8d6d1689de93e976de0e7143056824bec7c88bd4
SHA256: 91076850f9843fdf1b00a0dbecb54840f2a67fb2f6ea45a46ac04ddb8be285e0
Description-en: Stackable dynamic tree based Rack router
Rack::Mount supports Rack's "X-Cascade" convention to continue trying routes
if the response returns "pass". This allows multiple routes to be nested or
stacked on top of each other. Since the application endpoint can trigger the
router to continue matching, middleware can be used to add arbitrary
conditions to any route. This allows you to route based on other request
attributes, session information, or even data dynamically pulled from a
database.
Description-md5: 71a825b80ba2320ae2b0206049ad7741
Homepage: https://github.com/josh/rack-mount
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu