logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debsigs-installer - process signatures in .deb packages

Author

       John Goerzen <jgoerzen@progenylinux.com>

Bugs

       This program isn't finished yet.  It uses hard-coded values for the key ID, key type (see debsigs(1)),
       keyring file, and temporary directory.

Description

debsigs-installer is designed to be called in an automated fashion from an installer.  It is given one or
       more files on the command line.  For each file, it will apply the origin signature and make sure that the
       resulting package verifies (it will fail to verify if it is missing one of the other required
       signatures).  It will try its best to do either an all or nothing approach; that is, if there is a
       problem with any .deb, all of them will be unmodified and error code is returned.  It can assure this for
       all except system call failures (can't copy files, etc.)  If success is returned, all files should be
       assumed to have succeeded.  If failure is returned, all files should be assumed to have failed.

Name

       debsigs-installer - process signatures in .deb packages

Options

       None.

See Also

debsig-verify(1), gpg(1)

perl v5.40.0                                       2024-11-22                              DEBSIGS-INSTALLER(1p)

Synopsis

debsigs-installer file [file...]

See Also