Files
cheatsheet-tldr/tldr/linux/dpkg-reconfigure
2024-09-19 00:16:36 +00:00

14 lines
300 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.8>.
- Reconfigure one or more packages:
`dpkg-reconfigure {{package1 package2 ...}}`