How to Install and Uninstall ruby-will-paginate Package on Kali Linux

Last updated: May 18,2024

1. Install "ruby-will-paginate" package

Here is a brief guide to show you how to install ruby-will-paginate on Kali Linux

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

2. Uninstall "ruby-will-paginate" package

In this section, we are going to explain the necessary steps to uninstall ruby-will-paginate on Kali Linux:

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

3. Information about the ruby-will-paginate package on Kali Linux

Package: ruby-will-paginate
Version: 3.3.1-1
Installed-Size: 86
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby:any
Size: 19668
SHA256: fe4c07ec1a5abb4520d866a22d59b2cddeebc5ee2dde07d00ed6eb587b91ae3f
SHA1: 8b565a98cbfeff2c32c01ef84b1409e52d306513
MD5sum: 5d58c6ecba55349fc44b6f3874ddbe0d
Description: 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:
Homepage: https://github.com/mislav/will_paginate/wikis
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-will-paginate/ruby-will-paginate_3.3.1-1_all.deb