How to Install and Uninstall courier-unicode.i686 Package on Fedora 36

Last updated: April 28,2024

1. Install "courier-unicode.i686" package

This tutorial shows how to install courier-unicode.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install courier-unicode.i686

2. Uninstall "courier-unicode.i686" package

This guide covers the steps necessary to uninstall courier-unicode.i686 on Fedora 36:

$ sudo dnf remove courier-unicode.i686 $ sudo dnf autoremove

3. Information about the courier-unicode.i686 package on Fedora 36

Last metadata expiration check: 2:16:14 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : courier-unicode
Version : 2.1
Release : 6.fc36
Architecture : i686
Size : 77 k
Source : courier-unicode-2.1-6.fc36.src.rpm
Repository : fedora
Summary : A library implementing algorithms related to the Unicode Standard
URL : http://www.courier-mta.org/unicode/
License : GPLv3
Description : This library implements several algorithms related to the Unicode Standard:
:
: * Look up uppercase, lowercase, and titlecase equivalents of a unicode character.
: * Implementation of grapheme and work breaking rules.
: * Implementation of line breaking rules.
:
: Several ancillary functions, like looking up the unicode character that
: corresponds to some HTML 4.0 entity (such as “&”, for example), and
: determining the normal width or a double-width status of a unicode character.
: Also, an adaptation of the iconv(3) API for this unicode library.
:
: This library also implements C++ bindings for these algorithms.
: The current release of the Courier Unicode library is based on the Unicode 8.0.0 standard.