summaryrefslogtreecommitdiff
path: root/src/Installing_Gimp_2.7_via_a_PPA.adoc
blob: b63228f249be9f755f7aa7d6dbf437b1843a07ab (plain)
    1 Installing_Gimp_2.7_via_a_PPA
    2 =============================
    3 :author: Aaron Ball
    4 :email: nullspoon@iohq.net
    5 
    6 == {doctitle}
    7 
    8 Hello all,
    9 
   10 For those of you who foam at the mouth to get your hands on the latest and
   11 greatest copy of a certain software, specifically in this case Gimp, you might
   12 have interest here.
   13 
   14 I recently read a post on the Gimp website that said Gimp would finally be
   15 moving to a single window with docks and away from it's flying free method
   16 where your tools are in their own windows that can be put anywhere. That being
   17 said, I am quite eager to get a look at 2.8. Sadly though, 2.8 is not available
   18 yet(as far as I know at least). Version 2.7 is still in beta, but it IS in
   19 beta.  :)
   20 
   21 image:files/gimp271-sm.jpg[gimp271-sm.jpg,title="gimp271-sm.jpg"]
   22 
   23 Here's how we install it on Ubuntu Lucid Lynx
   24 
   25 Crack open a terminal and type
   26 
   27 ----
   28 sudo apt-add-repository  ppa:matthaeus123/mrw-gimp-svn
   29 ----
   30 
   31 After you've added that repository, type... 
   32 
   33 ----
   34 sudo apt-get update
   35 ----
   36 
   37 Once our list of repositories is updated, let's install gimp 2.7
   38 
   39 ----
   40 sudo apt-get install gimp
   41 ----
   42 
   43 That's it! Enjoy all the new functionality.
   44 
   45 Category:Linux
   46 Category:Debian
   47 Category:Ubuntu
   48 
   49 
   50 // vim: set syntax=asciidoc:

Generated by cgit