Difference between revisions of "Translations:Install/Download and Extract Stage3/26/zh-cn"

From Funtoo
Jump to navigation Jump to search
(Created page with "然后,你可以下载 stage3 的 GPG 签名,并使用 {{c|gpg --verify}} 命令来验证压缩包。")
 
 
Line 1: Line 1:
然后,你可以下载 stage3 的 GPG 签名,并使用 {{c|gpg --verify}} 命令来验证压缩包。
然后,你可以下载 stage3 的 GPG 签名,并使用 {{c|gpg --verify}} 命令来验证压缩包:
{{console|body=
###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
}}

Latest revision as of 09:48, April 10, 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 签名,并使用 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