Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- grep
- Eclipse
- import
- lsof
- GIT
- resource
- maVen
- web.xml
- plugin
- Source
- port
- Mac
- VirtualBox
- netsh
- 단축키
- context
- 네트워크
- xargs
- tomcat
- ssh
- vscode
- find
- JavaScript
- Quartz
- 줄바꿈 문자
- profile
- Windows 10
- Windows
- IntelliJ
- bash
Archives
- Today
- Total
develog
[ubuntu] chrome 설치 본문
1. Linux용 Chrome 다운로드
64비트 .deb(Debian/Ubuntu용) |
2. terminal 열고 다운로드 폴더로 이동 & 다운로드 된 파일 확인
$ cd ~/Download $ ls -al google-chrome-stable_current_amd64.deb |
3. 아래 명령 실행
sudo dpkg -i goo*.deb |
Comments