리눅스에서 chrome 업데이트 하고 한글 모드 사용 시에
백스페이스, 엔터, 방향키 조작이 안되서 화딱지 ...
알아보니 문제가 있다고 해서 다운 그레이드 했습니다 ...............
# 크롬 삭제
sudo apt remove google-chrome-stable
# 이전 버전 파일 설치
sudo dpkg -i google-chrome-stable_134.0.6998.88-1_amd64.deb
이전 크롬 버전은 아래서 다운 가능
Index of /google-chrome/pool/main/g/google-chrome-stable/
mirror.cs.uchicago.edu
이전 버전 설치 후 실행 안되는 경우 chrome 삭제시에, chrome user data 랑 dependencies 지우고 설치하시면 작동함 ..^^
# user data
rm -rf ~/.config/google-chrome
rm -rf ~/.cache/google-chrome
# residual dependencies
sudo apt autoremove
'오류 해결' 카테고리의 다른 글
taglibs 에러 해결 javax.servlet.jsp.jspexception cannot be resolved to a type (0) | 2023.04.01 |
---|---|
Javax.servlet.jsp.PageContext cannot be resolved to a type (0) | 2023.03.26 |