Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess
  2. installed post-installation script returned error exit status 1
  3.  
  4. sudo apt-get remove --purge tex-common texlive-*
  5. sudo rm /etc/texmf/
  6. sudo apt-get install tex-common
  7. sudo apt-get install texlive-base
  8. sudo apt-get install texlive-latex-recommended
  9.  
  10. sudo apt-get purge tex-common
  11. sudo -E do-release-upgrade -d
  12. sudo -E apt-get -y install tex-common texlive-base texlive-latex-recommended
  13.  
  14. sudo rm -rf /etc/texmf
  15.  
  16. sudo rm -rf /usr/local/texlive/2014
  17. rm -rf ~/.texlive2014
  18.  
  19. sudo apt-get install tex-common
  20.  
  21. INFOPATH=":/usr/local/texlive/2014/texmf-dist/doc/info"
  22. MANPATH=":/usr/local/texlive/2014/texmf-dist/doc/man"
  23.  
  24. MANPATH_MAP /usr/local/texlive/2014/bin/x86_64-linux /usr/local/texlive/2014/texmf-dist/doc/man
  25.  
  26. sudo apt-get remove tex-common
  27. sudo apt-get install tex-common
  28. sudo apt-get install texlive-*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement