How to Install and Uninstall rubygem-ffi.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "rubygem-ffi.x86_64" package

Here is a brief guide to show you how to install rubygem-ffi.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-ffi.x86_64

2. Uninstall "rubygem-ffi.x86_64" package

Here is a brief guide to show you how to uninstall rubygem-ffi.x86_64 on Fedora 36:

$ sudo dnf remove rubygem-ffi.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-ffi.x86_64 package on Fedora 36

Last metadata expiration check: 4:29:17 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-ffi
Version : 1.15.5
Release : 3.fc36
Architecture : x86_64
Size : 115 k
Source : rubygem-ffi-1.15.5-3.fc36.src.rpm
Repository : fedora
Summary : FFI Extensions for Ruby
URL : https://github.com/ffi/ffi/wiki
License : BSD
Description : 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 here[http://wiki.github.com/ffi/ffi/why-use-ffi].