snippetbashTip
dpkg-reconfigure — Reconfigure an already installed package. More information: <https://manned.org/dpkg-reconfigure>.
Viewed 0 times
commanddpkg-reconfigurealreadyclireconfigurepackagemoreinstalled
linux
Problem
How to use the
dpkg-reconfigure command: Reconfigure an already installed package. More information: <https://manned.org/dpkg-reconfigure>.Solution
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-setupReconfigure the timezone:
dpkg-reconfigure tzdataCode Snippets
Reconfigure one or more packages
dpkg-reconfigure {{package1 package2 ...}}Reconfigure console font setup
dpkg-reconfigure console-setupReconfigure the timezone
dpkg-reconfigure tzdataContext
tldr-pages: linux/dpkg-reconfigure
Revisions (0)
No revisions yet.