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

Last updated: May 17,2024

1. Install "ruby-turbolinks" package

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

$ sudo apt update $ sudo apt install ruby-turbolinks

2. Uninstall "ruby-turbolinks" package

Please follow the steps below to uninstall ruby-turbolinks on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-turbolinks
Priority: optional
Section: universe/ruby
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.5.3-2
Depends: ruby | ruby-interpreter, ruby-coffee-rails
Filename: pool/universe/r/ruby-turbolinks/ruby-turbolinks_2.5.3-2_all.deb
Size: 16326
MD5sum: a84ba57d4758abb415f34aba35d1b0de
SHA1: 09002d589965e14a50ebe382d4218dd9e191f671
SHA256: aeaf7392773a4dd13e11751f899204ec697b5e46766a977b424a36f44e9837b7
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
Homepage: https://github.com/rails/turbolinks/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu