How to Install and Uninstall texlive-shapepar.noarch Package on Fedora 35

Last updated: January 12,2025

1. Install "texlive-shapepar.noarch" package

This is a short guide on how to install texlive-shapepar.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install texlive-shapepar.noarch

2. Uninstall "texlive-shapepar.noarch" package

This tutorial shows how to uninstall texlive-shapepar.noarch on Fedora 35:

$ sudo dnf remove texlive-shapepar.noarch $ sudo dnf autoremove

3. Information about the texlive-shapepar.noarch package on Fedora 35

Last metadata expiration check: 1:18:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-shapepar
Epoch : 9
Version : svn30708.2.2
Release : 48.fc35
Architecture : noarch
Size : 30 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : A macro to typeset paragraphs in specific shapes
URL : http://tug.org/texlive/
License : Dotseqn
Description : \shapepar is a macro to typeset paragraphs in a specific shape.
: The size is adjusted automatically so that the entire shape is
: filled with text. There may not be displayed maths or
: '\vadjust' material (no \vspace) in the argument of \shapepar.
: The macros work for both LaTeX and plain TeX. For LaTeX,
: specify \usepackage{shapepar}; for Plain, \input shapepar.sty.
: \shapepar works in terms of user-defined shapes, though the
: package does provide some predefined shapes: so you can form
: any paragraph into the form of a heart by putting
: \heartpar{sometext...} inside your document. The tedium of
: creating these polygon definitions may be alleviated by using
: the shapepatch extension to transfig which will convert xfig
: output to \shapepar polygon form.