일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- DATABASE
- postgres
- hamonikr
- javascript
- node
- python
- 하모니카
- 노드
- script
- 자바스크립트
- JS
- 3.0
- Windows
- 자바
- 파이썬
- install
- 데이터베이스
- 윈도우
- java
- Linux
- 설치
- 아틀라시안
- DB
- 스크립트
- 우분투
- 리눅스
- Atlassian
- PostgreSQL
- 설정
- ubuntu
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