texcount
Count words in TeX documents omitting macros. Note: if the TeX document uses \include or \input and you want to count the included files, texcount must be run in the directory of the root TeX file. More information: <https://app.uio.no/ifi/texcount/howto.html>.
RUN apt-get update && \
apt-get install -y texlive-extra-utils
RUN apt-get update && \
apt-get install -y texlive-extra-utils
RUN pacman -S --noconfirm texlive-texcount-7
RUN apt-get update && \
apt-get install -y texlive-extra-utils
RUN dnf install -y texlive-texcount-7
RUN apt-get update && \
apt-get install -y texlive-extra-utils