How to Install and Uninstall perl-FFI-Platypus.x86_64 Package on Fedora 36

Last updated: October 10,2024

1. Install "perl-FFI-Platypus.x86_64" package

Please follow the step by step instructions below to install perl-FFI-Platypus.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-FFI-Platypus.x86_64

2. Uninstall "perl-FFI-Platypus.x86_64" package

Please follow the steps below to uninstall perl-FFI-Platypus.x86_64 on Fedora 36:

$ sudo dnf remove perl-FFI-Platypus.x86_64 $ sudo dnf autoremove

3. Information about the perl-FFI-Platypus.x86_64 package on Fedora 36

Last metadata expiration check: 2:28:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-FFI-Platypus
Version : 2.00
Release : 1.fc36
Architecture : x86_64
Size : 364 k
Source : perl-FFI-Platypus-2.00-1.fc36.src.rpm
Repository : updates
Summary : Write Perl bindings to non-Perl libraries with FFI
URL : https://metacpan.org/release/FFI-Platypus
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Platypus is a Perl library for creating interfaces to machine code libraries
: written in languages like C, C++, Fortran, Rust, Pascal. Essentially anything
: that gets compiled into machine code. This implementation uses libffi to
: accomplish this task. libffi is battle tested by a number of other scripting
: and virtual machine languages, such as Python and Ruby to serve a similar
: role. There are a number of reasons why you might want to write an extension
: with Platypus instead of XS.