Ubuntu 16.04이상에서 다운받은 deb 패키지 파일이 더블클릭으로 설치가 잘 안되는 경우가 있다.
이때 다음과 같은 방법으로 해결이 가능하다.
1.GDebi 패키지 설치
$ sudo apt-get install gdebi
open GDebi and click File -> Open and navigate to the downloaded DEB file.
2. Command line에서 다음과 같이 수행
$ sudo dpkg -i downloaded.deb $ sudo apt-get -f install
Reference: http://askubuntu.com/questions/760638/problem-with-deb-packages-on-ubuntu-16-04
'OS > Linux' 카테고리의 다른 글
[Ubuntu] Filesystem 용량 확인 (0) | 2017.01.19 |
---|---|
[Ubuntu] 커널버전 및 Ubuntu 버전 확인 (0) | 2017.01.18 |
[Jenkins] Jenkins 업데이트 (0) | 2016.01.19 |
[Ubuntu] Unable to mount 메시지와 함께 SD 카드를 인식못할때 (0) | 2016.01.17 |
[Jenkins] Jenkins Plugin 개발을 위한 maven 설치 (0) | 2016.01.16 |