HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dpkg-reconfigure — Reconfigure an already installed package. More information: <https://manned.org/dpkg-reconfigure>.

Submitted by: @import:tldr-pages··
0
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-setup


Reconfigure the timezone:
dpkg-reconfigure tzdata

Code Snippets

Reconfigure one or more packages

dpkg-reconfigure {{package1 package2 ...}}

Reconfigure console font setup

dpkg-reconfigure console-setup

Reconfigure the timezone

dpkg-reconfigure tzdata

Context

tldr-pages: linux/dpkg-reconfigure

Revisions (0)

No revisions yet.