HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

updpkgsums — Update the checksums of the sources in a `PKGBUILD`. Unless a preexisting hashing algorithm is used,

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandupdatechecksumsupdpkgsumsclisources
linux

Problem

How to use the updpkgsums command: Update the checksums of the sources in a PKGBUILD. Unless a preexisting hashing algorithm is used, SHA256 will be used. More information: <https://manned.org/updpkgsums>.

Solution

updpkgsums — Update the checksums of the sources in a PKGBUILD. Unless a preexisting hashing algorithm is used, SHA256 will be used. More information: <https://manned.org/updpkgsums>.

Update the checksums in a PKGBUILD:
updpkgsums


Display help:
updpkgsums {{[-h|--help]}}


Display version:
updpkgsums {{[-v|--version]}}

Code Snippets

Update the checksums in a `PKGBUILD`

updpkgsums

Display help

updpkgsums {{[-h|--help]}}

Display version

updpkgsums {{[-v|--version]}}

Context

tldr-pages: linux/updpkgsums

Revisions (0)

No revisions yet.