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

From Funtoo
Jump to navigation Jump to search
(Created page with "Затем, вы можете скачать подпись stage3 файла и дать команду {{c|gpg --verify}}, чтобы убедиться в подлинно...")
 
(No difference)

Latest revision as of 17:44, February 22, 2021

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
}}

Затем, вы можете скачать подпись stage3 файла и дать команду gpg --verify, чтобы убедиться в подлинности архива:

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