Problema ao instalar o Gnome usando o Terminal?

1

Eu estava tentando instalar o Gnome 3.10 no meu Ubuntu 13.10 ..

Eu digitei o comando:

sudo add-apt-repository ppa:gnome3-team/gnome3-next && sudo apt-get update

então:

sudo add-apt-repository ppa:gnome3-team/gnome3-next && sudo apt-get update

depois de algum tempo, quando a instalação atingiu 60%, mostrou:

Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

quando eu digito apt-get update, ele exibe:

E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
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?

e     fix-missing: comando não encontrado

o que fazer?

    
por p.mat 18.01.2014 / 14:04

1 resposta

0

Tente isto:

sudo add-apt-repository ppa:gnome3-team/gnome3-next && sudo apt-get update
sudo apt-get update && sudo apt-get install gnome-shell ubuntu-gnome-desktop
sudo apt-get update && sudo apt-get dist-upgrade

Mais informações aqui

    
por Saakeman 19.01.2014 / 09:13