How to Install and Uninstall perl-GooCanvas2-CairoTypes.x86_64 Package on Fedora 34

Last updated: May 21,2024

1. Install "perl-GooCanvas2-CairoTypes.x86_64" package

Please follow the guidelines below to install perl-GooCanvas2-CairoTypes.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-GooCanvas2-CairoTypes.x86_64

2. Uninstall "perl-GooCanvas2-CairoTypes.x86_64" package

Please follow the guidance below to uninstall perl-GooCanvas2-CairoTypes.x86_64 on Fedora 34:

$ sudo dnf remove perl-GooCanvas2-CairoTypes.x86_64 $ sudo dnf autoremove

3. Information about the perl-GooCanvas2-CairoTypes.x86_64 package on Fedora 34

Last metadata expiration check: 1:45:29 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-GooCanvas2-CairoTypes
Version : 0.001
Release : 5.fc34
Architecture : x86_64
Size : 24 k
Source : perl-GooCanvas2-CairoTypes-0.001-5.fc34.src.rpm
Repository : updates
Summary : Bridge between GooCanvas2 and Cairo types
URL : https://metacpan.org/dist/GooCanvas2-CairoTypes
License : GPL+ or Artistic
Description : There is an issue in the interaction between GooCanvas, GObject
: Introspection, Cairo, and their Perl bindings, which causes some
: functionality to be unusable from Perl side. This is better described
: here
: : f-type-goocanvas2cairopattern>, and there was an attempt
: to fix it
: upstream. Until it's fixed, this can serve as a workaround for it.
:
: Currently this module only "fixes"
: "Cairo::Pattern/GooCanvas2::CairoPattern" interop. For certain calls it
: just works if this module was included; for some other calls you need to
: explicitly convert the type.
:
: If you have any idea how to fix those cases to not require such call, or
: need to bridge more types, pull requests
: are welcome!