I cannot install texlive-full, I believe because a dependency (prosper) is missing from the repositories. Can anyone help explain if this is an oversight, or if it is on purpose and if so how I should work around it?
Apologies in advance if this is not a good bug filing! The thing is, texlive-full is pretty important for academics but I am not sure if this counts as a bug or not.
$ sudo apt install texlive-full ... Depends: prosper (>= 1.00.4+cvs.2006.10.22) but it is not installable $ apt search prosper ... prosper/now 1.00.4+cvs.2007.05.01-4.1 all [residual-config] (none) $ sudo apt install prosper ... Package prosper 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 'prosper' has no installation candidate
Should I expect this to be fixed, or do I need to figure out my own workaround? Thank you!