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

Last updated: May 21,2024

1. Install "ruby-inline" package

In this section, we are going to explain the necessary steps to install ruby-inline on Kali Linux

$ sudo apt update $ sudo apt install ruby-inline

2. Uninstall "ruby-inline" package

This guide let you learn how to uninstall ruby-inline on Kali Linux:

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

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

Package: ruby-inline
Version: 3.12.4-2
Installed-Size: 77
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: rake, ruby | ruby-interpreter, ruby-all-dev
Recommends: gcc | c-compiler
Size: 26292
SHA256: 13515a4602ba4859165ac11a52761dec2b4f7d0168020b4451afe30ac51249c6
SHA1: 508b543b267573cb57312ed6219689001de45d94
MD5sum: ff54fb540973fc65636d1b792ee19a45
Description: Ruby library for embedding C/C++ external module code
Inline allows you to write foreign code within your ruby code. It
automatically determines if the code in question has changed and
builds it only when necessary. The extensions are then automatically
loaded into the class/module that defines it.
.
You can even write extra builders that will allow you to write inlined
code in any language. Use Inline::C as a template and look at
Module#inline for the required API.
Description-md5:
Homepage: https://github.com/seattlerb/rubyinline
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-inline/ruby-inline_3.12.4-2_all.deb