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

Last updated: May 18,2024

1. Install "ruby-zip" package

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

$ sudo apt update $ sudo apt install ruby-zip

2. Uninstall "ruby-zip" package

Please follow the steps below to uninstall ruby-zip on Kali Linux:

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

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

Package: ruby-zip
Version: 2.3.2-1
Installed-Size: 205
Maintainer: Debian Ruby Team
Architecture: all
Depends: unzip, zip
Size: 45596
SHA256: 6e573012d55717a33154299e864c7d482f611fb44e1615075b8dedd2a0f3d07c
SHA1: 410db38269d96a6a91b13d54fb4fe72255ed0712
MD5sum: 3d29e12b26a44f8ab981166ad8482335
Description: Ruby module for reading and writing zip files
rubyzip is a ruby library for reading and writing zip (pkzip format)
files, with the restriction that only uncompressed and deflated zip
entries are supported. All this library does is handling of the zip
file format. the actual compression/decompression is handled by
zlib. zlib is accessible from ruby thanks to ruby/zlib
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/rubyzip/rubyzip
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-zip/ruby-zip_2.3.2-1_all.deb