How to Install and Uninstall perl-Inline-Struct.noarch Package on Fedora 39

Last updated: October 06,2024

1. Install "perl-Inline-Struct.noarch" package

Please follow the guidance below to install perl-Inline-Struct.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Inline-Struct.noarch

2. Uninstall "perl-Inline-Struct.noarch" package

This guide covers the steps necessary to uninstall perl-Inline-Struct.noarch on Fedora 39:

$ sudo dnf remove perl-Inline-Struct.noarch $ sudo dnf autoremove

3. Information about the perl-Inline-Struct.noarch package on Fedora 39

Last metadata expiration check: 1:38:57 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Inline-Struct
Version : 0.30
Release : 6.fc39
Architecture : noarch
Size : 23 k
Source : perl-Inline-Struct-0.30-6.fc39.src.rpm
Repository : fedora
Summary : Manipulate C structures directly from Perl
URL : https://metacpan.org/release/Inline-Struct
License : GPL+ or Artistic
Description : Inline::Struct is not a new language. It's a language extension designed to
: be used by Inline::C. It parses struct definitions and creates typemaps and
: XS code which bind each struct into a Perl class. This code is passed to
: Inline::C, which compiles it in the normal way.