Description of problem: I tried to compile a LaTeX document and got "! LaTeX Error: File `textcase.sty' not found." I tried "dnf install 'tex(textcase.sty)'", dnf picked texlive-revtex4, and I still got the same error. In fact, texlive-revtex4 does not contain the textcase.sty file, but texlive-textcase does. Shouldn't "dnf install 'tex(textcase.sty)'" give me the package I need, or am I missing something about how this is supposed to work? Version-Release number of selected component (if applicable): texlive-2016-47.20160520.fc28 How reproducible: Always Steps to Reproduce: # Have basic LaTeX packages installed (?) but not texlive-textcase. dnf install 'tex(textcase.sty)' cat >test.tex <<EOF \documentclass{article} \usepackage{textcase} \begin{document} \end{document} EOF pdflatex test.tex Actual results: ! LaTeX Error: File `textcase.sty' not found. Expected results: Document builds successfully.
texlive-2016-51.20160520.fc28 texlive-base-20170520-41.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-3a432edcc8
texlive-2016-51.20160520.fc28, texlive-base-20170520-41.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-3a432edcc8
texlive-2016-51.20160520.fc28, texlive-base-20170520-41.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.