Upgrade error related to Texlive

Received the following error when attempting to upgrade using Fedora app: “Error running transaction: file /usr/share/texlive/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex from install of texlive-markdown-12:svn77254-111.fc44.noarch conflicts with file from package texlive-markdown-doc-11:svn66257-80.fc43.noarch”

How to resolve?

Issue resolved. Upgrade successful without futher issues. Solution is to remove TexLive completely and reinstall after Fedora 44 upgrade.

For Fedora 44, TeXLive packages were reorganized into a smaller number of packages, more aligned with the TUG.org “schemes”. You can find the packages that provide the conflicting file with:
sudo dnf5 provides /usr/share/texlive/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex.
Remove conflicting Fedora 43 packages and select a use-case appropriate package that provides the conflicting file.

Thanks for your comment and support, George. I had not known about the reorganization of TeXLive packages in the Fedora Project, but to solve my immediate issue I chose to fully uninstall TexLive, perform the F43 to F44 upgrade, and then reinstall TexLive. No glitch there. The system is working better than before with a couple of exceptions in the TexLive packages.

ProfMel

Valdislav, thanks for your tip. It may have worked, but to solve my immediate issue I chose to fully uninstall TexLive, perform the F43 to F44 upgrade, and then reinstall TexLive. No glitch there. I saved your fix in case it’s needed in the future. All the best.