How to Install and Uninstall rails Package on Kali Linux

Last updated: May 11,2024

1. Install "rails" package

This is a short guide on how to install rails on Kali Linux

$ sudo apt update $ sudo apt install rails

2. Uninstall "rails" package

Learn how to uninstall rails on Kali Linux:

$ sudo apt remove rails $ sudo apt autoclean && sudo apt autoremove

3. Information about the rails package on Kali Linux

Package: rails
Version: 2:6.1.7.3+dfsg-3
Installed-Size: 49
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-rails (= 2:6.1.7.3+dfsg-3), bundler, puma (>= 6.0~), ruby-bootsnap (>= 1.4.2~), ruby-byebug, ruby-capybara (>= 2.15), ruby-jbuilder, ruby-listen (>= 3.2~), ruby-sass-rails (>= 6.0~), ruby-selenium-webdriver (>= 4.0.0), ruby-spring, ruby-spring-watcher-listen, ruby-sqlite3, ruby-turbolinks (>= 5.0), ruby-terser, ruby-web-console (>= 4.1~), ruby-webpacker
Recommends: yarnpkg
Size: 17928
SHA256: 6815fafcc10c066a90eed04202b7a79b4432198a5afaf56ec0438d734145a840
SHA1: b6a75e629ba4549a5abb641ddb13e0eb437e6cfb
MD5sum: 65ec75b25665062c9713e1b4283c38d1
Description: MVC ruby based framework geared for web application development (metapackage)
Rails is a full-stack, open-source web framework in Ruby for writing
real-world applications.
.
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you don't repeat yourself and you can
use a single language from top to bottom. Everything from templates to
control flow to business logic is written in Ruby.
.
This is a metapackage.
Description-md5:
Homepage: https://rubyonrails.org/
Tag: devel::code-generator, devel::lang:ruby, devel::lang:sql,
devel::library, devel::web, implemented-in::ruby, interface::web,
protocol::http, role::devel-lib, role::program, scope::suite,
use::TODO, web::application, works-with-format::html, works-with::db,
works-with::text
Section: ruby
Priority: optional
Filename: pool/main/r/rails/rails_6.1.7.3+dfsg-3_all.deb