'debian install'에 해당되는 글 1건

  1. 2017.01.05 [Ubuntu] deb 파일 설치가 잘 안되는 경우

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

Posted by leechwin
,