Closed issue by scheckley on void-packages repository https://github.com/void-linux/void-packages/issues/36553 Description: installation of texlive-bin from main xbps repo has an issue with the current texlive FTP location. xbps-install texlive-bin attempts to connect to: `https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/tlpkg/texlive.tlpdb` This URL doesn't exist and the directory structure seems to have changed, so the script is exiting early and leaving `/opt/texlive2021-installer` folder and an incomplete installation and the error: ``` ./install-tl: TLPDB::from_file could not initialize from: https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/tlpkg/texlive.tlpdb ./install-tl: Maybe the repository setting should be changed. ./install-tl: More info: https://tug.org/texlive/acquire.html ```