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

Last updated: May 15,2024

1. Install "ruby-ast" package

Please follow the instructions below to install ruby-ast on Kali Linux

$ sudo apt update $ sudo apt install ruby-ast

2. Uninstall "ruby-ast" package

This tutorial shows how to uninstall ruby-ast on Kali Linux:

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

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

Package: ruby-ast
Version: 2.4.2-1
Installed-Size: 44
Maintainer: Debian Ruby Team
Architecture: all
Size: 10688
SHA256: 87bfa582f28e1033a0701d208046c8fd438bfabf01fe0fd0dc3b707660d6146e
SHA1: 432c48b7ca5b17f7497607dbc773dd469429462d
MD5sum: d7e67afd3484ba309f6f4ee51194d65c
Description: Ruby library for working with abstract syntax trees
ast embraces immutability; each AST node is inherently frozen at
creation, and updating a child node requires recreating that node
and its every parent, recursively.
.
This is a design choice. It does create some pressure on
garbage collector, but completely eliminates all concurrency
and aliasing problems.
.
See also AST::Node, AST::Processor::Mixin and AST::Sexp classes for
additional recommendations and design patterns.
Description-md5:
Multi-Arch: foreign
Homepage: https://whitequark.github.io/ast/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-ast/ruby-ast_2.4.2-1_all.deb