I purged all traces of previous versions of texlive after doing the upgrade to 18.04, but I cannot now install texlive, texlive-full, or texlive-xetex.
For example, sudo apt install texlive
gives me the message:
Package texlive is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'texlive' has no installation candidate
Likewise sudo apt-cache policy texlive
gives me
texlive
Installed: (none)
Candidate: (none)
Version table:
I can install texlive-base, but I need texlive-xetex
sudo add-apt-repository universe
if unsure)? Are you sure thatsudo apt-get update
ran successfully? Please add output of its errors and output ofapt-cache policy texlive texlive-full texlive-xetex
to the question. – N0rbert Jun 07 '18 at 21:43