gimp 2.8 instala problema no Ubuntu 14.04 [duplicado]

-1

Em um terminal, eu escrevi este comando:

apt-get install gimp

E ele retorna com esta saída:

E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

Sou novo no Ubuntu e tenho usado o Ubuntu 1 semana.

    
por arshad 27.11.2014 / 00:29

1 resposta

0

Teste isso:

Abra um terminal

Pressione Ctrl + Alt + T

E corra:

sudo -i
apt-get update
apt-get upgrade
apt-get install gimp
apt-get clean
    
por kyodake 27.11.2014 / 01:05