Difference between revisions of "Translations:Install/Download and Extract Stage3/26/es"

From Funtoo
Jump to navigation Jump to search
Line 1: Line 1:
Luego, puede descargar la firma GPG de stage3 y usar el comando {{c|gpg --verify}} para verificar su tarball:
Luego, puede descargar la firma GPG de stage3 y usar el comando {{c|gpg --verify}} para verificar su tarball:
{{console|cuerpo=
{{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/1.4-release-std/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
}}
}}

Revision as of 22:37, August 18, 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
}}

Luego, puede descargar la firma GPG de stage3 y usar el comando gpg --verify para verificar su tarball:

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