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

Last updated: May 20,2024

1. Install "ruby-ffi" package

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

$ sudo apt update $ sudo apt install ruby-ffi

2. Uninstall "ruby-ffi" package

Please follow the step by step instructions below to uninstall ruby-ffi on Kali Linux:

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

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

Package: ruby-ffi
Version: 1.16.3+dfsg-1
Installed-Size: 682
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 96464
SHA256: 0a8f0460611b42a101f8964fd7621c963aa0061ceb2da602785fc20fd819e218
SHA1: 6a88697023a1164f040db7e6bc2b033d60c635c9
MD5sum: e8545cfc576e3b701e88de710774db5c
Description: load dynamic libraries, bind functions from within ruby code
Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes
on Ruby and JRuby. Discover why should you write your next extension
using Ruby-FFI at https://github.com/ffi/ffi/wiki/Why-use-FFI.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/ffi/ffi/wiki
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-ffi/ruby-ffi_1.16.3+dfsg-1_amd64.deb