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

Last updated: October 26,2024

1. Install "texlive-nolbreaks.noarch" package

In this section, we are going to explain the necessary steps to install texlive-nolbreaks.noarch on Fedora 38

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

2. Uninstall "texlive-nolbreaks.noarch" package

This tutorial shows how to uninstall texlive-nolbreaks.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:27:06 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : texlive-nolbreaks
Epoch : 10
Version : svn26786.1.2
Release : 65.fc38
Architecture : noarch
Size : 13 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : No line breaks in text
URL : http://tug.org/texlive/
License : LicenseRef-Fedora-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.