mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 05:15:24 +02:00
dpkg-reconfigure: add page (#10272)
This commit is contained in:
parent
701095414c
commit
3884ec8203
1 changed files with 8 additions and 0 deletions
8
pages/linux/dpkg-reconfigure.md
Normal file
8
pages/linux/dpkg-reconfigure.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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 ...}}`
|
Loading…
Add table
Reference in a new issue