Text Editor Scratch

0

Estou tentando instalar um editor de texto chamado Scratch , que é o editor de texto padrão no Elementary OS.

Eu fiz os seguintes comandos.

sudo add-apt-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install scratch-text-editor

Quando eu tento o último comando, ele me lança algum tipo de erro e não consigo prosseguir:

Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 scratch-text-editor : Depends: libgranite2 (>= 0.3.0+) but it is not going to be installed
                       Depends: libgtksourceview-3.0-1 (>= 3.14.3) but 3.10.2-0ubuntu1 is to be installed
                       Depends: libvala-0.26-0 (>= 0.17.1) but it is not installable
                       Depends: libscratchcore0 (= 2.2.0~r1523+pkg77~daily~ubuntu0.3.1) but it is not going to be installed

Estou usando o Ubuntu 14.04.02 de 64 bits.

    
por Marvin Mirek 27.06.2015 / 16:53

2 respostas

0

Se você realmente quiser ... e não quiser baixar o desktop do panteão e o software :

Instale esses .deb packages manualmente, você provavelmente acabará instalando outras dependências daqueles listados acima, google, não demorará muito tempo. Uma vez eu tive que fazer o mesmo, porque não havia outro jeito ... e foi mais rápido do que fazer um terminal fazer isso.

    
por RiddleMeThis 27.06.2015 / 19:56
-1

Está reclamando dizendo que a solicitação é impossível e que essas dependências não funcionarão nesta versão do ubuntu.

se for realmente necessário, tente instalá-lo com

sudo apt-get install -f scratch-text-editor

Se possível, forçará o pacote a ser instalado. Espero que isso ajude.

    
por popcorn9499 27.06.2015 / 17:03