How to Install and Uninstall texlive-wordcount.noarch Package on Fedora 34
Last updated: January 16,2025
1. Install "texlive-wordcount.noarch" package
This guide covers the steps necessary to install texlive-wordcount.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
texlive-wordcount.noarch
Copied
2. Uninstall "texlive-wordcount.noarch" package
This tutorial shows how to uninstall texlive-wordcount.noarch on Fedora 34:
$
sudo dnf remove
texlive-wordcount.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the texlive-wordcount.noarch package on Fedora 34
Last metadata expiration check: 1:46:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-wordcount
Epoch : 9
Version : 20200327
Release : 30.fc34
Architecture : noarch
Size : 19 k
Source : texlive-base-20200327-30.fc34.src.rpm
Repository : updates
Summary : Estimate the number of words in a LaTeX document
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides a relatively easy way of estimating the
: number of words in a LaTeX document that does not require
: dvitty or other DVI converters. It does however require
: something like Unix grep -c that can search a file for a
: particular string and report the number of matching lines. An
: accompanying shell script wordcount.sh contains more
: information in its comments.
Available Packages
Name : texlive-wordcount
Epoch : 9
Version : 20200327
Release : 30.fc34
Architecture : noarch
Size : 19 k
Source : texlive-base-20200327-30.fc34.src.rpm
Repository : updates
Summary : Estimate the number of words in a LaTeX document
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides a relatively easy way of estimating the
: number of words in a LaTeX document that does not require
: dvitty or other DVI converters. It does however require
: something like Unix grep -c that can search a file for a
: particular string and report the number of matching lines. An
: accompanying shell script wordcount.sh contains more
: information in its comments.