How to Install ruby-zip in Ubuntu 18.04



Install ruby-zip by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-zip

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

Homepage: https://github.com/rubyzip/rubyzip

Version: 1.2.1-1

Section: universe/ruby