LoginSignup
3
2

More than 5 years have passed since last update.

apt-get で Gimp2.8をUbuntuにインストールする方法

Posted at

Ubuntuの標準のパッケージリポジトリだと2.6がインストールされるので2.8のインストール方法がないから探してみた。

解決策

PPAを作って公開してくれてる人がいるのでそれを使いましょう。

sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo apt-get install gimp

でOK.

参考

Install GIMP 2.8.6 In Ubuntu [PPA] ~ Web Upd8: Ubuntu / Linux blog
http://www.webupd8.org/2013/06/install-gimp-286-in-ubuntu-ppa.html

3
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2