Autor Tópico: [Resolvido] Gimp desapareceu e não instala  (Lida 3587 vezes)

Offline vinicius_aleao

  • Usuário Ubuntu
  • *
  • Mensagens: 1.275
    • Ver perfil
Re: [Resolvido] Gimp desapareceu e não instala
« Resposta #15 Online: 24 de Fevereiro de 2012, 14:57 »
Também instalei pelo mesmo motivo.

Offline wgalam

  • Usuário Ubuntu
  • *
  • Mensagens: 1
    • Ver perfil
Re: [Resolvido] Gimp desapareceu e não instala
« Resposta #16 Online: 29 de Fevereiro de 2012, 00:55 »
Pessoal, consegui resolver mantendo a versão 2.7.5 do gimp, basta segui os passos a seguir:

Adicionar os repositórios:
deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu oneiric main
deb http://ppa.launchpad.net/ricotz/testing/ubuntu oneiric main


Fazer um update e upgrade:
sudo apt-get update && sudo apt-get upgrade


Adicionar o repositório:
sudo add-apt-repository ppa:matthaeus123/mrw-gimp-svn

Depois atualizar e instalar o gimp:
sudo apt-get update && sudo apt-get install gimp

Façam por conta e risco, pois estarão adicionando um repositório de testes (http://ppa.launchpad.net/ricotz/testing/ubuntu oneiric main)

Abaixo tem o texto original:

I use GIMP on daily basis and have been using GIMP 2.7.4 for quite a while now through Matt Walkers PPA. Recently I tried to upgrade to version 2.7.5, which removed the previous version but would not install the new one due to dependency issues.

I've been looking for a solution for a while now and finally solved the problem this morning!

I added these repositories to /etc/apt/sources.list
deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu oneiric main
deb http://ppa.launchpad.net/ricotz/testing/ubuntu oneiric main


Just open the file with sudo gedit /etc/apt/sources.list or any other text editor and paste the two repositories at the end of the file.

I then added Matt Walkers PPA
sudo add-apt-repository ppa:matthaeus123/mrw-gimp-svn

and installed GIMP 2.7.5
sudo apt-get update && sudo apt-get install gimp

I also deleted ~/.gimp2.7 and now everything works fine!

Fonte: http://antonis.se/?p=140