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

Last updated: May 09,2024

1. Install "ruby-grape" package

This guide covers the steps necessary to install ruby-grape on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-grape

2. Uninstall "ruby-grape" package

Here is a brief guide to show you how to uninstall ruby-grape on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-grape
Priority: optional
Section: universe/ruby
Installed-Size: 280
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.13.0-1
Depends: ruby | ruby-interpreter, ruby-activesupport, ruby-builder, ruby-hashie (>= 2.1.0), ruby-multi-json (>= 1.3.2), ruby-multi-xml (>= 0.5.2), ruby-rack (>= 1.3.0), ruby-rack-accept, ruby-rack-mount, ruby-virtus (>= 1.0.0)
Filename: pool/universe/r/ruby-grape/ruby-grape_0.13.0-1_all.deb
Size: 65694
MD5sum: c1517cde35d430130ff22ad068a623b6
SHA1: d6ecb45abeff90b72754b686dcb5fc32bdb14399
SHA256: b65b801dae09549d8e171b42bf0371799e195a78832aafe1f0d350fd270c3fae
Description-en: Simple Ruby framework for building REST-like APIs
Grape is a REST-like API micro-framework for Ruby. It's designed to run on
Rack or complement existing web application frameworks such as Rails and
Sinatra by providing a simple DSL to easily develop RESTful APIs. It has
built-in support for common conventions, including multiple formats,
subdomain/prefix restriction, content negotiation, versioning and much more.
Description-md5: b24f82e4793dc4cea10610df541ffea6
Homepage: https://github.com/intridea/grape
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu