Man page - dpkg-noninteractive(8)

Packages contains this manual

Manual

DPKG-NONINTERACTIVE

NAME
SYNOPSIS
Description
Examples
AUTHOR

NAME

dpkg-noninteractive - wrapper to run dpkg non-interactively

SYNOPSIS

dpkg-noninteractive [option]s

Description

Simple wrapper that sets environment variables and adds --force-confnew then forwards all arguments to dpkg. Does not pass --force-all.

If you like to keep old configuration files, add the following parameter.

--force-confold

Examples

sudo dpkg-noninteractive --configure -a

sudo dpkg-noninteractive --force-confold --install /path/to/pkg-name.deb

sudo dpkg-noninteractive --force-all --purge pkg-name

AUTHOR

This man page has been written by Patrick Schleizer (adrelanos@whonix.org).