Não é possível instalar o vapor devido a falta de ondulação

2

Oi eu sou novo no Ubuntu e quando eu tento instalar o vapor, eu recebo isso -

varun@varun-XPS-M1330:~/Downloads$ sudo dpkg -i steam_latest.deb
[sudo] password for varun: 
(Reading database ... 179346 files and directories currently installed.)
Preparing to replace steam-launcher 1.0.0.39 (using steam_latest.deb) ...
Unpacking replacement steam-launcher ...
dpkg: dependency problems prevent configuration of steam-launcher:
 steam-launcher depends on curl; however:
  Package curl is not installed.
 steam-launcher depends on jockey-common; however:
  Package jockey-common is not installed.

dpkg: error processing steam-launcher (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for hicolor-icon-theme ...
Errors were encountered while processing:
 steam-launcher
    
por Uzumaki D. Ichigo 26.07.2013 / 18:57

2 respostas

2

Agora, tente sudo apt-get install -f

    
por Web-E 26.07.2013 / 18:59
0

Por favor, tente:

 
sudo apt-get install curl 
sudo apt-get install jockey-common

Obrigado

    
por Nitin 26.07.2013 / 19:58