본문 바로가기

Ubuntu

ubuntu 업데이트 오류시 검정화면 ...시 대처

부팅이 안될시에 f12 or shift키 연타로 터미널화면에 들어간다.

--

글자가 다이아로 나오는 깨짐 현상일때

 $ export LANG=C

이것 저것 구글링했을때 해결안되고 apt에 디펜전시로 여러개 걸려서 이도저도 안될때.

$ dpkg --force-all --configure -a
$ dpkg --purge --force-depends libnettle6 (cf. this post)
$ apt --fix-broken install
$ apt-get -f install
$ apt-get update 
$ apt-get upgrade

출처 : https://superuser.com/questions/1386209/how-to-solve-this-dependencies-apt-fix-broken-install

https://animal-park.tistory.com/m/53

'Ubuntu' 카테고리의 다른 글

Crontab  (0) 2021.11.25
docker ssh통신 key gen 후 복사  (0) 2021.07.13
SSH KEY 생성하기  (0) 2021.07.05
우분투 인코딩 변경~  (0) 2021.06.24
trans-mission 설치  (0) 2020.11.08