How to Install and Uninstall texlive-nolbreaks.noarch Package on Fedora 36

Last updated: October 10,2024

1. Install "texlive-nolbreaks.noarch" package

This is a short guide on how to install texlive-nolbreaks.noarch on Fedora 36

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

2. Uninstall "texlive-nolbreaks.noarch" package

Please follow the guidelines below to uninstall texlive-nolbreaks.noarch on Fedora 36:

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

3. Information about the texlive-nolbreaks.noarch package on Fedora 36

Last metadata expiration check: 1:07:50 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-nolbreaks
Epoch : 9
Version : svn26786.1.2
Release : 55.fc36
Architecture : noarch
Size : 15 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : No line breaks in text
URL : http://tug.org/texlive/
License : Public Domain
Description : Use \nolbreaks{some text} to prevent line breaks in "some
: text". This has the advantage over \mbox{} that glue (rubber
: space) remains flexible. Most common cases are handled here
: (\linebreak is disabled, for example) but spaces hidden in
: macros or { } can still create break-points.