관리 메뉴
Automotive Software
우분투에서 크롬 업데이트 본문
우분투상에서 크롬 업데이트 시 최신 버전이라 필요 없다는 메시지가 나오지만, 크롬상에서 계속 업데이트가 필요하다면,
- 크롬 리스트 파일 확인
- /etc/apt/sources.list.d/google-chrome.list 에서 맨 아래 줄의 주석을 지워서 아래와 같이 변경
- ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
- 업데이트 재시도
- sudo apt update
- sudo apt-get --only-upgrade install google-chrome-stable
'리눅스 > 유틸리티' 카테고리의 다른 글
리눅스 스크린 레코더 (0) | 2021.05.24 |
---|---|
리눅스 사운드 출력 설정 : Sound Switcher Indicator (0) | 2021.04.01 |
리눅스 파일시스템 데이터 사용량 확인 - NCurses Disk Usage (0) | 2021.03.27 |