How to Install ruby-plist in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-plist

Description:

all-purpose property list manipulation library

Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects.

Homepage: http://plist.rubyforge.org

Version: 3.2.0-1

Section: universe/ruby