Difference between revisions of "Translations:Install/Download and Extract Stage3/26/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "Então, você pode descarregar o estágio 3 e conferir sua assinatura GPG usando o comando {{c|gpg --verify}}, por exemplo: {{console|body= ###i## wget https://build.funtoo.or...")
 
 
Line 1: Line 1:
Então, você pode descarregar o estágio 3 e conferir sua assinatura GPG usando o comando {{c|gpg --verify}}, por exemplo:
Então, você pode descarregar o estágio 3 e conferir sua assinatura GPG usando o comando {{c|gpg --verify}}, por exemplo:
{{console|body=
{{console|body=
###i## wget https://build.funtoo.org/1.4-release-std/x86-64bit/generic_64/stage3-latest.tar.xz.gpg
###i## wget https://build.funtoo.org/next/x86-64bit/generic_64/stage3-latest.tar.xz.gpg
###i## gpg --verify stage3-latest.tar.xz.gpg stage3-latest.tar.xz
###i## gpg --verify stage3-latest.tar.xz.gpg stage3-latest.tar.xz
}}
}}

Latest revision as of 09:03, September 10, 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Download and Extract Stage3)
Then, you can download the stage3's GPG signature and use the {{c|gpg --verify}} command in order to verify your tarball:
{{console|body=
###i## wget https://build.funtoo.org/next/x86-64bit/generic_64/stage3-latest.tar.xz.gpg
###i## gpg --verify stage3-latest.tar.xz.gpg stage3-latest.tar.xz
}}

Então, você pode descarregar o estágio 3 e conferir sua assinatura GPG usando o comando gpg --verify, por exemplo:

root # wget https://build.funtoo.org/next/x86-64bit/generic_64/stage3-latest.tar.xz.gpg
root # gpg --verify stage3-latest.tar.xz.gpg stage3-latest.tar.xz