2015년 8월 29일 토요일

R 페키지 인스톨 오류 Warning in install.packages : installation of package ‘00’ had non-zero exit status 로 나오는 경우

각 패키지에 대하여 우분투 Shell 콘솔에서 밑에 있는 추가 패키지 설 후 재설치하면 됨

1. 패키지 RNetCDF의경우

   sudo apt-get install libnetcdf-dev udunits-bin libudunits2-dev

2. 패키지 XML의 경우

   sudo apt-get install libcurl4-openssl-dev libxml2-dev

3. 패키지 devtools의 경우

   sudo apt-get install libcurl4-gnutls-dev


4. 패키지 rgdal의 경우

   sudo apt-get install libproj-dev libgdal-dev



5. 패키지 RCurl의 경우

   sudo apt-get install libcurl4-openssl-dev


6. 패키지 fpp의 경우

   sudo apt-get install liblapack-dev libblas-dev




2015년 8월 28일 금요일

GPG 오류: http://ppa.launchpad.net "NO_PUBKEY"? 조치

Y-PPA-Manager 를 설치해서 아래와 같이 조치했습니다.

  1. To install it, first add the webupd8 repository for this program:
    sudo add-apt-repository ppa:webupd8team/y-ppa-manager
    
  2. Update your software list and install Y-PPA-Manager:
    sudo apt-get update
    sudo apt-get install y-ppa-manager
    
  3. Run y-ppa-manager (i.e. type y-ppa-manager then press enter key).
  4. When the main y-ppa-manager window appears, click on "Advanced."
  5. From the list of advanced tasks, select "Try to import all missing GPG keys" and click OK.
    You're done! As the warning dialog says when you start the operation, it may take quite a while (about 2 minutes for me) depending on how many PPA's you have and the speed of your connection.

2015년 8월 17일 월요일

2015년 8월 11일 화요일

우분투 QGIS 설치 방법

1. repository 설정 추가
sudo gedit /etc/apt/sources.list 
열고 아래 내용 추가, 이때 trusty는 자신의 코드 내임으로 변경 입력 후 저장
 
## QGIS Update 
deb     http://qgis.org/ubuntugis trusty main
deb-src http://qgis.org/ubuntugis trusty main
deb  http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu trusty main

2. 업데이트 및 설치
sudo apt-get update
sudo apt-get install qgis python-qgis qgis-plugin-grass
 
3. apt keyring 추가
gpg --keyserver keyserver.ubuntu.com --recv DD45F6C3
gpg --export --armor DD45F6C3 | sudo apt-key add -