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

Last updated: May 21,2024

1. Install "ruby-turbolinks" package

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

$ sudo apt update $ sudo apt install ruby-turbolinks

2. Uninstall "ruby-turbolinks" package

Please follow the guidance below to uninstall ruby-turbolinks on Kali Linux:

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

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

Package: ruby-turbolinks
Version: 5.2.1-2
Installed-Size: 25
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-turbolinks-source (>= 5.2)
Size: 5328
SHA256: 0a63e326cf1eb1b160c35b000ac0241554d80e9a2cde4c4073a839d8b4ee2b36
SHA1: 772fc857ba704b7a44f176afe16301b18a4aa0f1
MD5sum: 791271772d0f1d4e524aa9715382e909
Description: following links in your Rails web application faster
Turbolinks makes following links in your Rails web application faster. Instead
of letting the browser recompile the JavaScript and CSS between each page
change, it keeps the current page instance alive and replaces only the body
and the title in the head. Think CGI vs persistent process.
.
This is similar to pjax, but instead of worrying about what element on the
page to replace, and tailoring the server-side response to fit, the entire
body is replaced. This means that you get the bulk of the speed benefits from
pjax (no recompiling of the JavaScript or CSS) without having to tailor the
server-side response. It just works.
Description-md5:
Homepage: https://github.com/rails/turbolinks/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-turbolinks/ruby-turbolinks_5.2.1-2_all.deb