How to Install and Uninstall libpsych-java Package on Kali Linux

Last updated: May 10,2024

1. Install "libpsych-java" package

Please follow the guidance below to install libpsych-java on Kali Linux

$ sudo apt update $ sudo apt install libpsych-java

2. Uninstall "libpsych-java" package

Please follow the guidance below to uninstall libpsych-java on Kali Linux:

$ sudo apt remove libpsych-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpsych-java package on Kali Linux

Package: libpsych-java
Source: ruby-psych
Version: 5.0.2-2
Installed-Size: 50
Maintainer: Debian Ruby Team
Architecture: all
Depends: jruby (>= 9.1.6.0~), libjcodings-java, libyaml-snake-java (>= 1.23~)
Size: 30756
SHA256: 110c5a88a10f36781d92642906a530921235f68bde8674dce3bd500e72b28277
SHA1: 38552317d7ae803e52452b5248ab1c744494719a
MD5sum: 97e5ec3a89844b6642f55e8ae59774fb
Description: ruby-psych Java extension
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.
.
libpsych-java ships the Java extension to improve performance for Ruby
implementations running in the JVM, like jruby.
Description-md5:
Homepage: https://github.com/ruby/psych
Section: java
Priority: optional
Filename: pool/main/r/ruby-psych/libpsych-java_5.0.2-2_all.deb