일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- ubuntu
- postgres
- 스크립트
- 설치
- DB
- 데이터베이스
- Linux
- 하모니카
- 윈도우
- 파이썬
- 노드
- 우분투
- hamonikr
- DATABASE
- java
- Atlassian
- 설정
- JS
- 자바스크립트
- 자바
- script
- 리눅스
- python
- node
- javascript
- 3.0
- PostgreSQL
- install
- 아틀라시안
- Windows
Archives
- Today
- Total
LukeHan 의 잡다한 기술 블로그
ubuntu 에서 Naver Whale Browser 설치하기 본문
반응형
설치하기
# add repository
sudo sh -c 'echo "deb [arch=amd64] http://repo.whale.naver.com/stable/deb stable main" >> /etc/apt/sources.list.d/naver-whale.list'
# add apt-key
wget -q -O - http://repo.whale.naver.com/stable/deb/public.gpg | sudo apt-key add -
# update
sudo apt-get update
# install
sudo apt-get install naver-whale-stable
NO_PUBKEY 에러가 발생하는 경우
wget -q -O - http://repo.whale.naver.com/stable/deb/public.gpg | sudo apt-key add -
sudo apt-get update
반응형
Comments