mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 07:44:10 +00:00
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# dpkg-reconfigure
|
|
|
|
> Reconfigure an already installed package.
|
|
> More information: <https://manpages.debian.org/latest/debconf/dpkg-reconfigure.8.html>.
|
|
|
|
- Reconfigure one or more packages:
|
|
|
|
`dpkg-reconfigure {{package1 package2 ...}}`
|