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

Last updated: May 21,2024

1. Install "ruby-sinatra" package

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

$ sudo apt update $ sudo apt install ruby-sinatra

2. Uninstall "ruby-sinatra" package

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

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

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

Package: ruby-sinatra
Priority: optional
Section: universe/ruby
Installed-Size: 399
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.4.7-3
Depends: ruby | ruby-interpreter, ruby-rack (>= 1.4) | ruby-rack1.4, ruby-rack-protection (>= 1.4), ruby-tilt (>= 1.3.4)
Filename: pool/universe/r/ruby-sinatra/ruby-sinatra_1.4.7-3_all.deb
Size: 300150
MD5sum: ac29396185fca7391d9ec4892402d988
SHA1: 44a60b3ad80732c800ed5a72a50fac819add11ef
SHA256: 9fb895dd03e277927759d2f32184d87ca58299317bbbc709cff13dce5f6fb3fa
Description-en: Ruby web-development dressed in a DSL
Sinatra is an open source web framework for Ruby programming language.
It provides simple Domain Specific Language (DSL) for defining RESTful
HTTP actions, and then defining how the application is going to respond
to them.
.
This framework is lighweight and uses Rack which is a web server
interface developed to run many Ruby frameworks using the same stack.
Description-md5: f0ddccba3e38f0a5e1e6f59c50431a7c
Homepage: http://www.sinatrarb.com/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu