728x90
## add-apt-repository 가 없으면 아래 명령어 실행
apt-get install software-properties-common
######## JAVA install for Linux ##############
add-apt-repository ppa:webupd8team/java
apt-get update
apt-get install oracle-java8-installer
### Oracle JDK 9 is now considered stable. There are currently only 64bit build
### JAVA9는 2017년 현재 64bits 만 지원함.
apt-get install oracle-java9-installer
728x90
'언어 > Python' 카테고리의 다른 글
QT5 push button color checkbox color combobox color (0) | 2018.03.07 |
---|---|
[Python] URL link 파일 다운로드 (0) | 2018.02.20 |
Python qt label link picture 라벨 링크 이미지 사진 (0) | 2017.10.24 |
python web text 가져오기 (3) | 2017.09.21 |
python openpyxl 사진 추가 하기 소수자리 반올림 방법 (0) | 2017.09.11 |