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

Last updated: May 21,2024

1. Install "ruby-slim" package

In this section, we are going to explain the necessary steps to install ruby-slim on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-slim

2. Uninstall "ruby-slim" package

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

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

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

Package: ruby-slim
Priority: optional
Section: universe/ruby
Installed-Size: 123
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 3.0.6-1
Depends: ruby | ruby-interpreter, ruby-temple (>= 0.6.6~), ruby-tilt (>= 1.3.3~)
Filename: pool/universe/r/ruby-slim/ruby-slim_3.0.6-1_all.deb
Size: 34122
MD5sum: ec6e1e819fdc4deeb15c57c3416dd347
SHA1: dc55dd684b8d154382c10923cb839fbe2c32c979
SHA256: 47c0f9baad45e218b98bb6c647d9afcb17bd7ee9658fb18bba8017d5ae1bc28a
Description-en: powerful (X)HTML templating engine with an elegant syntax
Slim is a template language whose goal is to reduce the view syntax to the
essential parts without becoming cryptic.
.
A short list of the features:
- elegant syntax: short syntax without closing tags, HTML style mode with
closing tags and configurable shortcut tags
- automatic HTML escaping and support for Rails' `html_safe?`
- highly configurable and extendable via plugins: logic less mode similar
to Mustache and translator/I18n support among others.
- high performance: comparable speed to ERB and streaming support in Rails
- supported by all major frameworks (Rails, Sinatra, ...)
- full Unicode support for tags and attributes on Ruby 1.9
- embedded engines like Markdown and Textile
Description-md5: c733a623320b42a12ccf593fdf5499ce
Homepage: http://slim-lang.com/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu