info > Dpkg::Checksums

Not found locally for Dpkg::Checksums. Try Google search

📛 NAME

Dpkg::Checksums – generate and manipulate file checksums

🚀 Quick Reference

Use CaseCommandDescription
List supported algorithms@list = checksums_get_list()Returns all supported checksum algorithms.
Check if algorithm is supported$bool = checksums_is_supported($alg)Returns true if the algorithm is supported.
Get checksum property$value = checksums_get_property($alg, $property)Query a property like "name", "regex", or "strong".
Create a new checksums object$ck = Dpkg::Checksums->new()Instantiate an object to store file checksums.
Add checksums from a file$ck->add_from_file($filename, %opts)Compute and store checksums for a file.
Add checksums from a string$ck->add_from_string($alg, $value, %opts)Parse checksums from a string (e.g., Checksums-Sha256).
Export checksums to string$str = $ck->export_to_string($alg)Generate a multi-line string for a control field.
Check if file has strong checksums$bool = $ck->has_strong_checksums($file)Verify if the file has a cryptographically strong checksum.

📖 DESCRIPTION

This module provides a class that can generate and manipulate various file checksums as well as some methods to query information about supported checksums.

🔧 FUNCTIONS

🛠️ METHODS

📜 CHANGES

📦 Version 1.04 (dpkg 1.20.0)

🔇 Remove warning: For obsolete property 'program'.

📦 Version 1.03 (dpkg 1.18.5)

📦 Version 1.02 (dpkg 1.18.0)

📦 Version 1.01 (dpkg 1.17.6)

📦 Version 1.00 (dpkg 1.15.6)

🏁 Mark the module as public.

Dpkg::Checksums
📛 NAME 🚀 Quick Reference 📖 DESCRIPTION 🔧 FUNCTIONS 🛠️ METHODS 📜 CHANGES
📦 Version 1.04 (dpkg 1.20.0) 📦 Version 1.03 (dpkg 1.18.5) 📦 Version 1.02 (dpkg 1.18.0) 📦 Version 1.01 (dpkg 1.17.6) 📦 Version 1.00 (dpkg 1.15.6)

Generated by phpman v4.10.0-7-g98e9fd5 Author: Che Dong Under GNU General Public License
2026-09-09 12:43 @2600:1f28:365:80b0:60b0:dfa5:fbc9:9f8f
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!