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

Last updated: September 20,2024

1. Install "ruby-actionpack-page-caching" package

Please follow the instructions below to install ruby-actionpack-page-caching on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-actionpack-page-caching

2. Uninstall "ruby-actionpack-page-caching" package

This guide covers the steps necessary to uninstall ruby-actionpack-page-caching on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-actionpack-page-caching $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-actionpack-page-caching
Priority: optional
Section: universe/ruby
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.0.2-4
Replaces: ruby-actionpack-2.3
Depends: ruby | ruby-interpreter, ruby-actionpack (>= 4.0.0)
Breaks: ruby-actionpack-2.3
Filename: pool/universe/r/ruby-actionpack-page-caching/ruby-actionpack-page-caching_1.0.2-4_all.deb
Size: 7106
MD5sum: 281cbe6d09fa7e21abc0ea28adc53cba
SHA1: 8cfd829797b21acbce7afae468318db1bb41ad32
SHA256: 8e60ff42d28beecfb9ab80b1ef4b50934f2f00d720e67d8db746d2ffeb7d2dfe
Description-en: static page caching for Action Pack (removed from core in Rails 4.0)
Page caching is an approach to caching where the entire action output of is
stored as a HTML file that the web server can serve without going through
Action Pack.
.
This is the fastest way to cache your content as opposed to going dynamically
through the process of generating the content. Unfortunately, this incredible
speed-up is only available to stateless pages where all visitors are treated
the same. Content management systems -- including weblogs and wikis -- have
many pages that are a great fit for this approach, but account-based systems
where people log in and manipulate their own data are often less likely
candidates.
Description-md5: e5890602c5c001803bca1dfe7d066c7d
Homepage: https://github.com/rails/actionpack-page_caching
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu