sbackup-gtk não pode ser instalado a partir de 14.04

0

Não consigo instalar o backup no meu laptop devido ao motivo abaixo:

 $ sudo apt-get install sbackup-gtk
 Reading package lists... Done
 Building dependency tree   
 Reading state information... Done
 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:
 sbackup-gtk :
 Depends: python-glade2 but it is not going to be installed
 Depends: python-gnome2 but it is not going to be installed
    
por tsoomo 06.05.2014 / 01:43

1 resposta

0
O pacote

sbackup-gtk está disponível no repositório universe no Ubuntu 14.04. Então, execute os comandos abaixo no terminal para instalar sbackup-gtk ,

sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install sbackup-gtk
    
por Avinash Raj 06.05.2014 / 03:28