How to Install and Uninstall par.x86_64 Package on Fedora 35

Last updated: May 04,2024

1. Install "par.x86_64" package

Learn how to install par.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install par.x86_64

2. Uninstall "par.x86_64" package

Please follow the step by step instructions below to uninstall par.x86_64 on Fedora 35:

$ sudo dnf remove par.x86_64 $ sudo dnf autoremove

3. Information about the par.x86_64 package on Fedora 35

Last metadata expiration check: 5:41:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : par
Version : 1.53.0
Release : 7.fc35
Architecture : x86_64
Size : 55 k
Source : par-1.53.0-7.fc35.src.rpm
Repository : fedora
Summary : Paragraph reformatter, vaguely like fmt, but more elaborate
URL : http://www.nicemice.net/par/
License : MIT
Description : par is a filter which copies its input to its output, changing all
: white characters (except newlines) to spaces, and reformatting each
: paragraph. Paragraphs are separated by protected, blank, and bodiless
: lines (see the man page Terminology section for definitions), and
: optionally delimited by indentation (see the d option in the Options
: section). Each output paragraph is generated from the corresponding
: input paragraph as follows:
:
: 1) An optional prefix and/or suffix is removed from each input line.
: 2) The remainder is divided into words (separated by spaces).
: 3) The words are joined into lines to make an eye-pleasing paragraph.
: 4) The prefixes and suffixes are reattached.
:
: If there are suffixes, spaces are inserted before them so that they
: all end in the same column.