How to Install and Uninstall ruby-slim Package on Kali Linux

Last updated: May 06,2024

1. Install "ruby-slim" package

Please follow the step by step instructions below to install ruby-slim on Kali Linux

$ 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 Kali Linux:

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

3. Information about the ruby-slim package on Kali Linux

Package: ruby-slim
Version: 4.1.0-3
Installed-Size: 141
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-temple (>= 0.7.6), ruby-tilt (>= 2.0.6), ruby-tilt (<< 2.1)
Size: 57104
SHA256: f6ab969ab46afdefa7348ee1a409caf62567c8a90addf5f2170dd182f1c4e5a8
SHA1: 4a636505ced73ff18b0d54b18dda581c8e440799
MD5sum: 6918c0259de078834f5a0f1155e1efea
Description: 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:
Homepage: http://slim-lang.com/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-slim/ruby-slim_4.1.0-3_all.deb