How to Install and Uninstall ruby-columnize Package on Kali Linux

Last updated: May 12,2024

1. Install "ruby-columnize" package

In this section, we are going to explain the necessary steps to install ruby-columnize on Kali Linux

$ sudo apt update $ sudo apt install ruby-columnize

2. Uninstall "ruby-columnize" package

This tutorial shows how to uninstall ruby-columnize on Kali Linux:

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

3. Information about the ruby-columnize package on Kali Linux

Package: ruby-columnize
Version: 0.9.0-1.1
Installed-Size: 40
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 11236
SHA256: de09fb2a83f84e2ea142c07adc404d8d750e91ecd89f3d81a631251e87998237
SHA1: 19d10b46c169af03b5e0795602c523cdfe87e107
MD5sum: f43daa4668f5e5e22dd9d779013d8770
Description: Ruby library to format arrays as column-aligned strings
In showing a long lists, sometimes one would prefer to see the value
arranged aligned in columns. Some examples include listing methods
of an object or debugger commands. This Ruby library helps in aligning so.
.
See Examples in the rdoc documentation for examples.
Description-md5:
Homepage: https://github.com/rocky/columnize
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-columnize/ruby-columnize_0.9.0-1.1_all.deb