How to Install and Uninstall rubygem-ffi.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "rubygem-ffi.x86_64" package

This guide let you learn how to install rubygem-ffi.x86_64 on CentOS Stream 8

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

2. Uninstall "rubygem-ffi.x86_64" package

This guide let you learn how to uninstall rubygem-ffi.x86_64 on CentOS Stream 8:

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

3. Information about the rubygem-ffi.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:48:04 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rubygem-ffi
Version : 1.10.0
Release : 3.el8
Architecture : x86_64
Size : 107 k
Source : rubygem-ffi-1.10.0-3.el8.src.rpm
Repository : epel
Summary : FFI Extensions for Ruby
URL : http://wiki.github.com/ffi/ffi
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].