Title: Upgrading to TeX Live 2023 Author: Florian Schmaus Posted: 2024-06-05 Revision: 1 News-Item-Format: 2.0 Display-If-Installed: =app-text/texlive-2023' [only proceed if texlive update is available] 2. emerge --unmerge --deselect=n 'dev-texlive/*' 3. emerge '>=app-text/texlive-2023' The steps above are equivalent to the following bash snippet: if emerge -p '>=app-text/texlive-2023'; then emerge --unmerge --deselect=n 'dev-texlive/*' emerge '>=app-text/texlive-2023' fi