How to Install and Uninstall rakudo-URI.x86_64 Package on Fedora 36

Last updated: January 10,2025

1. Install "rakudo-URI.x86_64" package

Learn how to install rakudo-URI.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install rakudo-URI.x86_64

2. Uninstall "rakudo-URI.x86_64" package

Please follow the guidance below to uninstall rakudo-URI.x86_64 on Fedora 36:

$ sudo dnf remove rakudo-URI.x86_64 $ sudo dnf autoremove

3. Information about the rakudo-URI.x86_64 package on Fedora 36

Last metadata expiration check: 5:10:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rakudo-URI
Version : 0.2.2
Release : 6.fc36
Architecture : x86_64
Size : 123 k
Source : rakudo-URI-0.2.2-6.fc36.src.rpm
Repository : fedora
Summary : Perl 6 realization of URI
URL : https://github.com/perl6-community-modules/URI
License : Artistic 2.0
Description : Perl6 realization of URI - Uniform Resource Identifiers handler
:
: A URI implementation using Perl 6 grammars to implement RFC 3986 BNF. Currently
: only implements parsing. Includes URI::Escape to (un?)escape characters that
: aren't otherwise allowed in a URI with % and a hex character numbering.