How to Install and Uninstall ruby-turbolinks Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "ruby-turbolinks" package

Please follow the steps below to install ruby-turbolinks on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-turbolinks

2. Uninstall "ruby-turbolinks" package

Here is a brief guide to show you how to uninstall ruby-turbolinks on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-turbolinks package on Ubuntu 21.10 (Impish Indri)

Package: ruby-turbolinks
Architecture: all
Version: 5.1.1-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 25
Depends: ruby | ruby-interpreter, ruby-coffee-rails, ruby-turbolinks-source (>= 5.1), ruby-turbolinks-source (<< 6.0)
Filename: pool/universe/r/ruby-turbolinks/ruby-turbolinks_5.1.1-2_all.deb
Size: 5176
MD5sum: 1098ab88162a0e0f99d0b2a1d899a3e6
SHA1: 1f4a78f9b0c60e380669856a2e3366cdc654b5ce
SHA256: 1614fef1a2d91645f3f2453f8cdb6e247712c848c7f6ee9c6f9b0f8250f5ed78
SHA512: 0ad3ef141d016104e87c797e3fa44b202baa61904b3d76d87cd7766190308dddb80cc0cb06f1e7591cfdd01aee2cac9179553febfb41fc317583c11e4cfe8896
Homepage: https://github.com/rails/turbolinks/
Description-en: 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: 423fcb578f55f1a7e75e8a5404019025
Ruby-Versions: all