개발일기/Trouble Shooting
Ubuntu 20.04 tex-common error
ME74
2022. 9. 29. 17:48
ubuntu 20.04로 넘어왔는데
apt-get install로 기본적인 툴들을 설치하는데 다음과 같은 에러가 발생했다.
에러
dpkg: error processing package tex-common (--configure):
installed tex-common package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
tex-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
해결법
export LC_ALL="en_US.UTF-8"
sudo dpkg-reconfigure locales