How to Install and Uninstall perl-Inline-CPP.x86_64 Package on Fedora 39

Last updated: October 09,2024

1. Install "perl-Inline-CPP.x86_64" package

This is a short guide on how to install perl-Inline-CPP.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Inline-CPP.x86_64

2. Uninstall "perl-Inline-CPP.x86_64" package

Please follow the guidance below to uninstall perl-Inline-CPP.x86_64 on Fedora 39:

$ sudo dnf remove perl-Inline-CPP.x86_64 $ sudo dnf autoremove

3. Information about the perl-Inline-CPP.x86_64 package on Fedora 39

Last metadata expiration check: 3:41:02 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Inline-CPP
Version : 0.80
Release : 14.fc39
Architecture : x86_64
Size : 69 k
Source : perl-Inline-CPP-0.80-14.fc39.src.rpm
Repository : fedora
Summary : Write Perl subroutines and classes in C++
URL : https://metacpan.org/release/Inline-CPP
License : Artistic 2.0
Description : The Inline::CPP Perl module allows you to put C++ source code directly "inline"
: in a Perl script or module. You code classes or functions in C++, and you
: can use them as if they were written in Perl.