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

Last updated: February 12,2025

1. Install "rakudo-URI.x86_64" package

In this section, we are going to explain the necessary steps to install rakudo-URI.x86_64 on Fedora 35

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

2. Uninstall "rakudo-URI.x86_64" package

Learn how to uninstall rakudo-URI.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:16:46 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : rakudo-URI
Version : 0.2.2
Release : 5.fc35
Architecture : x86_64
Size : 123 k
Source : rakudo-URI-0.2.2-5.fc35.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.