I have TeXLive 2017 installed and I removed the old one from 2016. I update regularly with tlmgr in my shell. Only issue I have had this morning, was the repository:
Code: Select all
tlmgr: The TeX Live versions supported by the repository
http://mirror.unl.edu/ctan/systems/texlive/tlnet
(2016--2016)
do not include the version of the local installation
(2017).
tlmgr option repository ctan
Code: Select all
sudo tlmgr backup --clean --all
This does nothing! So I made my cleanup "manually" by:
Code: Select all
cd /usr/local/texlive/2017/tlpkg/backups
sudo rm -rf *.tar.xz
Best greetings marek