How to Install and Uninstall ruby-inline Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 20,2024

1. Install "ruby-inline" package

Please follow the steps below to install ruby-inline on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-inline

2. Uninstall "ruby-inline" package

This guide covers the steps necessary to uninstall ruby-inline on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-inline package on Ubuntu 21.10 (Impish Indri)

Package: ruby-inline
Architecture: all
Version: 3.12.4-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 72
Depends: rake, ruby | ruby-interpreter, ruby-all-dev
Recommends: gcc | c-compiler
Filename: pool/universe/r/ruby-inline/ruby-inline_3.12.4-2_all.deb
Size: 20516
MD5sum: 21013e26ad8784ac345e62d80e91a244
SHA1: 447be836d5f99cee999f92524da09e7be17d2332
SHA256: 430d873331fa90cba5462ee88c0b7e228ca12a3ea10cad2ba56a31870e228992
SHA512: 67474139ef3b7a677ca92691451e5de4d7324b72edae2e488053b4538f045ab0a817666523f8bc26f31e0bee96fdd0b211d847e397f1b7417777ad7d488d336c
Homepage: https://github.com/seattlerb/rubyinline
Description-en: 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: 079cc9d8f5167536a96eb6fcf00964c3
Ruby-Versions: all