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

Last updated: October 10,2024

1. Install "rakudo-URI.x86_64" package

This guide covers the steps necessary to install rakudo-URI.x86_64 on Fedora 34

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

2. Uninstall "rakudo-URI.x86_64" package

This tutorial shows how to uninstall rakudo-URI.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:26:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rakudo-URI
Version : 0.2.2
Release : 4.fc34
Architecture : x86_64
Size : 127 k
Source : rakudo-URI-0.2.2-4.fc34.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.