본문 바로가기
IT

How to Install GIMP 2.8.20 in Ubuntu

by Oh.mogilalia 2017. 3. 4.

The new release has been made into the PPA repository, available for all current Ubuntu releases and derivatives.

1. To add the PPA, open terminal (Ctrl+Alt+T) and run command:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp


2. You can then upgrade the editor from a previous release via Software Updater utility:


Or install GIMP either via Synaptic Package Manager or command:

sudo apt-get update

sudo apt-get install gimp

Uninstall:

To restore GIMP to the stock versions available in Ubuntu main repositories, open terminal and purge the PPA via ppa-purge tool:

sudo apt-get ppa-purge && sudo ppa-purge ppa:otto-kesselgulasch/gimp

출처 : http://ubuntuhandbook.org/index.php/page/3/

'IT' 카테고리의 다른 글

우분투 시스템 끄기  (0) 2017.03.12
에러 발생시....  (0) 2017.03.09
우분투 16.04서버에 웹서버 설치하기  (0) 2017.02.27
16.04 설치 후 APM 설치  (0) 2017.02.21
우분투 16.04 재설치  (0) 2017.02.14