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 2,903 times
2

Anonymous5638
- 631
-
That package was dropped after Ubuntu 18.04. It is not available for 20.04. – user535733 Mar 17 '21 at 21:29
-
Which file-name with filetypes like .sty, .tex, .bst do you need exactly? – N0rbert Mar 18 '21 at 20:01
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
- 99,918
-
-
Yes, but you have not answered the above question. "Which file-name with filetypes like .sty, .tex, .bst do you need exactly?" – N0rbert Mar 28 '21 at 08:35
-