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

Last updated: October 05,2024

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

Learn how to install perl-Inline-CPP.x86_64 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Inline-CPP.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:49:19 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Inline-CPP
Version : 0.80
Release : 7.fc34
Architecture : x86_64
Size : 71 k
Source : perl-Inline-CPP-0.80-7.fc34.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.