Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
151
rated 0 times [  151] [ 0]  / answers: 1 / hits: 195287  / 2 Years ago, tue, january 25, 2022, 10:12:31

I understand that there is a new version of the GIMP available, although it appears that the only way of doing this is by compiling from source :P



Is there another way of getting it, or if I have to compile can I do that through the terminal or better still; a GUI?


More From » gimp

 Answers
1

Ubuntu 12.04 LTS, 14.04 LTS, 16.04 LTS, 17.10, 18.04 LTS


You can do this through the Terminal:



  1. Uninstall GIMP


     sudo apt-get autoremove gimp gimp-plugin-registry


  2. Add the following PPA


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


  3. Reinstall the latest GIMP


     sudo apt-get install gimp



Ubuntu 20.04 LTS and above


Steps 1 and 3 are the same. In step 2, use the following PPA.


sudo add-apt-repository ppa:ubuntuhandbook1/gimp

[#38614] Wednesday, January 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bearous

Total Points: 226
Total Questions: 116
Total Answers: 136

Location: Guernsey
Member since Sun, Jan 10, 2021
3 Years ago
;