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

Last updated: January 15,2025

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

Please follow the instructions below to install perl-Inline-CPP.x86_64 on Fedora 38

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

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

This guide covers the steps necessary to uninstall perl-Inline-CPP.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 3:56:09 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Inline-CPP
Version : 0.80
Release : 13.fc38
Architecture : x86_64
Size : 69 k
Source : perl-Inline-CPP-0.80-13.fc38.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.