How to Install and Uninstall ruby-safe-yaml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 22,2024

1. Install "ruby-safe-yaml" package

Please follow the guidance below to install ruby-safe-yaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-safe-yaml

2. Uninstall "ruby-safe-yaml" package

Please follow the steps below to uninstall ruby-safe-yaml on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-safe-yaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-safe-yaml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-safe-yaml
Priority: optional
Section: universe/ruby
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.0.4-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-safe-yaml/ruby-safe-yaml_1.0.4-1_all.deb
Size: 17456
MD5sum: fcef9db3c728bfba07cdff9599f039a6
SHA1: bad580db49a8c557c7f0edb81bcf1bbf909a2f5f
SHA256: d386856974231087bd495052bd59b1b82f3c71129f4b38dd0f014519def5da8d
Description-en: safer YAML loader for Ruby
SafeYAML provides an alternative implementation of YAML.load suitable for
accepting user input in Ruby applications.
.
Unlike Ruby's built-in implementation of YAML.load, SafeYAML's version does
not expose applications to arbitrary code execution exploits.
Description-md5: 87ef20c0af818e65bcbb5234b8e73e88
Homepage: https://github.com/dtao/safe_yaml
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu