Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 580  / 3 Years ago, wed, july 21, 2021, 2:38:47

I wanted to uninstall texlive on ubuntu and used apt remove texlive but some program still found /usr/bin/latex so I removed that by hand (rm). When I reinstalled texlive with apt install texlive the /usr/bin/latex file was not restored.


More From » latex

 Answers
4

You can find out which installed package the file the you deleted belongs to using


dpkg -S /usr/bin/latex

Then reinstall that package (it's probably texlive-latex-base)


sudo apt install --reinstall texlive-latex-base

[#1291] Thursday, July 22, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
strhen

Total Points: 27
Total Questions: 111
Total Answers: 103

Location: Angola
Member since Tue, Apr 25, 2023
1 Year ago
;