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

Last updated: May 06,2024

1. Install "perl-Clownfish.x86_64" package

Please follow the guidelines below to install perl-Clownfish.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Clownfish.x86_64

2. Uninstall "perl-Clownfish.x86_64" package

Please follow the instructions below to uninstall perl-Clownfish.x86_64 on Fedora 36:

$ sudo dnf remove perl-Clownfish.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:33:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Clownfish
Version : 0.6.3
Release : 14.fc36
Architecture : x86_64
Size : 182 k
Source : perl-Clownfish-0.6.3-14.fc36.src.rpm
Repository : fedora
Summary : Apache Clownfish symbiotic object system
URL : https://metacpan.org/release/Clownfish
License : ASL 2.0
Description : The Apache Clownfish "symbiotic" object system for C is designed to pair
: with a "host" dynamic language environment, facilitating the development
: of high performance host language extensions. Clownfish classes are
: declared in header files with a .cfh extension. The Clownfish headers are
: used by the Clownfish compiler to generate C header files and host
: language bindings. Methods, functions and variables are defined in normal
: C source files.