How to Install and Uninstall ruby-inline Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "ruby-inline" package

This is a short guide on how to install ruby-inline on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-inline

2. Uninstall "ruby-inline" package

Please follow the guidance below to uninstall ruby-inline on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-inline package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-inline
Priority: optional
Section: universe/ruby
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 3.12.2-3
Depends: ruby | ruby-interpreter, ruby-all-dev, rake
Recommends: gcc | c-compiler
Filename: pool/universe/r/ruby-inline/ruby-inline_3.12.2-3_all.deb
Size: 20596
MD5sum: 87a42357104e967f945f7bdd15ef3f28
SHA1: 7a494a6430c629aa3d09356f8c6ba8bbe188c452
SHA256: c59cc7c4296370cae3ad68d4baff8ac39a9e2cb13d54ea9ba6e851b0560f3f93
Description-en: Ruby library for embedding 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: 59d04ed96aadad5b84ed7e36870649fb
Homepage: http://www.zenspider.com/ZSS/Products/RubyInline/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu