The error message when running the command from the terminal sudo apt-get install texlive-generic-recommended is in the subject. I followed the first answer from this link, but to no avail.
Asked
Active
Viewed 3,555 times
2
Anonymous5638
- 661
- 1
- 9
- 17
1 Answers
0
The texlive-generic-recommended package was presented in Ubuntu 18.04 LTS (bionic). Its source package is named texlive-base.
Depending on your needs you can install one of the following package:
texlive-fonts-recommended- TeX Live: Recommended fontstexlive-fonts-recommended-doc- TeX Live: Documentation files for texlive-fonts-recommendedtexlive-latex-recommended- TeX Live: LaTeX recommended packagestexlive-latex-recommended-doc- TeX Live: Documentation files for texlive-latex-recommended
Note: if you know the name of missed .sty, .tex, .bst files - you can use packages.ubuntu.com for file-search.
N0rbert
- 103,263