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

Last updated: September 30,2024

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

Please follow the guidance below to install perl-FFI-Platypus.x86_64 on Fedora 35

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

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

Please follow the instructions below to uninstall perl-FFI-Platypus.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:03:47 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-FFI-Platypus
Version : 2.00
Release : 1.fc35
Architecture : x86_64
Size : 361 k
Source : perl-FFI-Platypus-2.00-1.fc35.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.