mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 03:46:16 +00:00
22 lines
423 B
Plaintext
22 lines
423 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://manned.org/dpkg-reconfigure>.
|
|
|
|
- Reconfigure one or more packages:
|
|
|
|
`dpkg-reconfigure {{package1 package2 ...}}`
|
|
|
|
- Reconfigure console font setup:
|
|
|
|
`dpkg-reconfigure console-setup`
|
|
|
|
- Reconfigure the timezone:
|
|
|
|
`dpkg-reconfigure tzdata`
|