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

Last updated: July 03,2024

1. Install "rubygem-ffi.x86_64" package

Please follow the instructions below to install rubygem-ffi.x86_64 on Fedora 34

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

2. Uninstall "rubygem-ffi.x86_64" package

In this section, we are going to explain the necessary steps to uninstall rubygem-ffi.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:23:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-ffi
Version : 1.13.1
Release : 3.fc34
Architecture : x86_64
Size : 114 k
Source : rubygem-ffi-1.13.1-3.fc34.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].