How to Install and Uninstall courier-unicode.x86_64 Package on Fedora 34

Last updated: June 26,2024

1. Install "courier-unicode.x86_64" package

This guide covers the steps necessary to install courier-unicode.x86_64 on Fedora 34

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

2. Uninstall "courier-unicode.x86_64" package

This tutorial shows how to uninstall courier-unicode.x86_64 on Fedora 34:

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

3. Information about the courier-unicode.x86_64 package on Fedora 34

Last metadata expiration check: 1:52:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : courier-unicode
Version : 2.1
Release : 5.fc34
Architecture : x86_64
Size : 78 k
Source : courier-unicode-2.1-5.fc34.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.