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

Last updated: May 10,2024

1. Install "ruby-psych" package

This tutorial shows how to install ruby-psych on Kali Linux

$ sudo apt update $ sudo apt install ruby-psych

2. Uninstall "ruby-psych" package

Please follow the instructions below to uninstall ruby-psych on Kali Linux:

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

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

Package: ruby-psych
Version: 5.0.2-2
Installed-Size: 202
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: ruby-stringio, libc6 (>= 2.14), libyaml-0-2, libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Suggests: libpsych-java (= 5.0.2-2), ruby-jar-dependencies
Size: 40104
SHA256: 6e6a696b702caf3316facc948ff935a0dc5bae8f163f5a961300a06fde0fadfe
SHA1: b8f5fff082731b94699a7f6ef29be777dfbadf3f
MD5sum: 007260fab7eb3fe7ae8c55bd8e617492
Description: libyaml wrapper for Ruby
ruby-psych is a YAML parser and emitter. Psych leverages libyaml for its
YAML parsing and emitting capabilities. In addition to wrapping
libyaml, Psych also knows how to serialize and de-serialize most Ruby
objects to and from the YAML format.
.
Psych has been included with the main Ruby implementation since 1.9.2,
and is the default YAML parser from 1.9.3 and beyond.
Description-md5:
Homepage: https://github.com/ruby/psych
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-psych/ruby-psych_5.0.2-2_amd64.deb