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

Last updated: May 18,2024

1. Install "ruby-will-paginate" package

Please follow the guidelines below to install ruby-will-paginate on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-will-paginate

2. Uninstall "ruby-will-paginate" package

Please follow the instructions below to uninstall ruby-will-paginate on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-will-paginate $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-will-paginate
Priority: optional
Section: universe/ruby
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 3.1.0-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-will-paginate/ruby-will-paginate_3.1.0-1_all.deb
Size: 18172
MD5sum: 937e5eb69fdf37b385de15b8ec615114
SHA1: 49f008ea6629de714d610f51db0fd0993f45b0b7
SHA256: cdbf781caf82b1fe37e9f827612f7e1176aa2e9ff0d9b1d550ab389694e562ea
Description-en: Pagination for Rails
The will_paginate library provides a simple, yet powerful and
extensible API for pagination and rendering of pagination links in
ActionView templates.
.
Pagination is just limiting the number of records displayed, showing
a subset of them at any given view, and allowing you to move the
displayed window. This plugin makes the whole process a breeze.
.
Although this package is aimed at being used from the Ruby on Rails
framework, any Enumerable class can include WillPaginate, giving it
this functionality.
Description-md5: 0d5d96dea84126620ec37388e900d858
Homepage: http://github.com/mislav/will_paginate/wikis
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu