Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- php
- android
- error
- mariadb
- unity
- Portfolio
- C lanuage
- 한글
- centOS7
- it
- C
- 안드로이드
- 컴퓨터과학총론
- caddy
- server
- 번역
- 프래그먼트
- 개발
- 자바
- techEmpower
- javascript
- 개발자
- MySQL
- kakao
- NGINX
- ubuntu
- 구글
- 해석
- H2O
- java
Archives
- Today
- Total
개발모음집
ubuntu16.04에서 크롬, 아톰 설치하는 방법 본문
Download the package (64 bit):
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Install the package, forcing install of dependencies:
sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb
In case any dependencies didn't install (you would have a warning or failure message for this), you can force them via:
sudo apt-get install -f
Note: Refer to the link above for 32 bit systems.
출처 : stackoverflow
atom 설치하는 법
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom
출처 : githhub.io
'Server' 카테고리의 다른 글
ubuntu16.04에서 atom과 github 연동하기 (0) | 2018.05.15 |
---|---|
ubuntu16.04 에서 node.js 와 mongoDB 설치 후 연동하기 (0) | 2018.05.14 |
PHPSTORM과 AWS 연동하기 (0) | 2018.03.27 |
AWS EC2 Ubuntu16.04에서 nginx + php + postgresql 설치하기 (3) | 2018.03.26 |
centos7에서 h2o와 php 7 설치하기 (0) | 2017.12.02 |