Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
Step 1
sudo apt-get update
Then try
sudo apt-get install curl
If that doesnt install curl, proceed to step 2
sudo apt-get upgrade
Then try sudo apt-get install curl
That will work.
sparkie5571@sparkie5571 ~> sudo apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package curl 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
E: Package 'curl' has no installation candidate
This is what i get then trying to get curl
That may search for every unsatisfied dependency and offer them to install. Also if the dependencys are not available in the repos it will let you know.
Athough, normally you should not have to bother with that if you do system updates when the Software Updater comes up on your Unity bar or wherever other than doing "sudo apt-get update" before manually installing any packages from a terminal.
"curl" is similar to "wget" if you were familiar with that, for retrieving files by URL.
What distro are you using?
I'm using 13.04.
I tried everything listed above.
Suggestions?