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

Last updated: July 03,2024

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

This guide covers the steps necessary to install perl-Inline-Struct.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 1:24:41 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Inline-Struct
Version : 0.30
Release : 1.fc34
Architecture : noarch
Size : 23 k
Source : perl-Inline-Struct-0.30-1.fc34.src.rpm
Repository : updates
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.