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

dpkg-hold - mark packages as held to prevent installation

Description

dpkg-hold marks package(s) to be held.

       It achieves this by running "dpkg --set-selections" and piping in the package name(s) followed by hold.

       NOTE: This program does not install, remove, purge any package. It ONLY sets the status of the package.
       Any actual removal or purging is done the next time dselect, apt-get, aptitude, etc are run.

Name

       dpkg-hold - mark packages as held to prevent installation

See Also

dpkg(1), apt-mark(8), dpkg-unhold(1), dpkg-remove(1), dpkg-purge(1).

1.17                                               2024-11-25                                       dpkg-hold(8)

Synopsis

dpkg-hold [package...]

Warning

       This command is deprecated, and will be removed during in Debian forky, use "dpkg --set-selections" or
       "apt-mark" instead.

See Also