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

Last updated: September 19,2024

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

This guide let you learn how to install perl-FFI-Platypus.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:19:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-FFI-Platypus
Version : 1.56
Release : 1.fc34
Architecture : x86_64
Size : 353 k
Source : perl-FFI-Platypus-1.56-1.fc34.src.rpm
Repository : updates
Summary : Write Perl bindings to non-Perl libraries with FFI
URL : https://metacpan.org/release/FFI-Platypus
License : GPL+ or Artistic
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.