LKBEN11052: How do you find out which packages on a debian system can be configured with debconf?


Symptom

You want to list all the packages which can be configured with debconf

Cause

none

Solution

A very easy way to do this is to list all the directory /var/lib/dpkg/info and filter out the ones with config at the end. 

ls -l /var/lib/dpkg/info/*.config

These packages can be configured with debconf.

An easier way is to use the command "configure-debian". You will get a selection of programms which can be configured and is interactive. You can also use this command to reconfigure packages. 

Disclaimer:

The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!

About the Author

Author: Wim Peeters - Keskon GmbH & Co. KG

Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.