剛安裝了 ubuntu 15.04,但無法安裝 steam。
如果我執行 sudo apt-get install steam
它返回 E: 軟體包“steam”沒有安裝候選者
完整命令和返回
alan@alan-RF511-RF411-RF711:~$ sudo apt-get install steam
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Package steam is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
steam-launcher
E: Package 'steam' has no installation candidate
alan@alan-RF511-RF411-RF711:~$ sudo apt-get install steam-launcher
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Package steam-launcher is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
答案1
嘗試這個:
wget http://media.steampowered.com/client/installer/steam.deb
sudo apt-get install gdebi-core
sudo gdebi steam.deb
來源:
他們列出了一堆解決方案並提供了更多可用資訊。讓我們知道這是否有效,以便其他人可以更輕鬆地找到它。謝謝。