Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

configure-debian(8) [debian man page]

CONFIGURE-DEBIAN(8)						      Debconf						       CONFIGURE-DEBIAN(8)

NAME
configure-debian - central configuration program for packages using debconf SYNOPSIS
configure-debian [options] DESCRIPTION
This program is meant to be a simple frontend to the dpkg-reconfigure program. Many new users who do not know about this program are unaware of how to return to the debconf configuration seen during package install. Others who do know about it often forget or do not know the package name of the program they want to reconfigure. This program is meant to address both of those issues. Note that this is not meant to be a complete configuration system! Debconf is a purposely simple system, and is not meant to solve all configuration needs. Still, it is very flexible and can accomplish a lot with relative ease. The advantage to using it rather than a tool such as linuxconf is that the distributed nature of Debian allows package maintainers to write their own configuration scripts specially tailored to both the program that they know very well and Debian itself. OPTIONS
-l --list List all packages initially, don't show them by section configure-debian accepts all the command line options for dpkg-reconfigure(1), and passes them along to it when it calls the program. See its manpapge for details on these options. SEE ALSO
dpkg-reconfigure(1) AUTHOR
David Nusinow <dnusinow@debian.org> 2005-08-09 CONFIGURE-DEBIAN(8)

Check Out this Related Man Page

DPKG-RECONFIGURE(8)						      Debconf						       DPKG-RECONFIGURE(8)

NAME
dpkg-reconfigure - reconfigure an already installed package SYNOPSIS
dpkg-reconfigure [options] packages DESCRIPTION
dpkg-reconfigure reconfigures packages after they have already been installed. Pass it the names of a package or packages to reconfigure. It will ask configuration questions, much like when the package was first installed. If you just want to see the current configuration of a package, see debconf-show(1) instead. OPTIONS
-ftype, --frontend=type Select the frontend to use. The default frontend can be permanently changed by: dpkg-reconfigure debconf Note that if you normally have debconf set to use the noninteractive frontend, dpkg-reconfigure will use the dialog frontend instead, so you actually get to reconfigure the package. -pvalue, --priority=value Specify the minimum priority of question that will be displayed. dpkg-reconfigure normally shows low priority questions no matter what your default priority is. See debconf(7) for a list. --default-priority Use whatever the default priority of question is, instead of forcing the priority to low. -u, --unseen-only By default, all questions are shown, even if they have already been answered. If this parameter is set though, only questions that have not yet been seen will be asked. --force Force dpkg-reconfigure to reconfigure a package even if the package is in an inconsistent or broken state. Use with caution. --no-reload Prevent dpkg-reconfigure from reloading templates. Use with caution; this will prevent dpkg-reconfigure from repairing broken templates databases. However, it may be useful in constrained environments where rewriting the templates database is expensive. -h, --help Display usage help. SEE ALSO
debconf(7) AUTHOR
Joey Hess <joeyh@debian.org> 2018-02-28 DPKG-RECONFIGURE(8)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need Help

new to unix programming havent got a clue and have to write a program for an asignmentit goes as follows write a program to takes 2 subdirectories as arguments say archarea and myarch, the program must look at eachfile in my area and if it does not existin archarea or is newer than the version in... (5 Replies)
Discussion started by: Happyaf
5 Replies

2. UNIX for Advanced & Expert Users

Force Password Change...RedHat 7.1

Hello, I just finished adding a bunch of new users to the linux servers I administer. I add users either via command line or via linuxconf, but I can't seem to find out how to force users to change their passwords on their first login to the system. Anyone know how to do that? My HP-UX... (1 Reply)
Discussion started by: vancouver_joe
1 Replies

3. IP Networking

Nework; how to configure under redhat6?

Hi all, im running a redhat 6 linux on an Laptop. I am unable to find the configuration file where i have to configure all the settings like ip address, netmast, broadcast and gateway. Every time at startup i have wrong settings of the network. Thx all for help! Best regards Frank (2 Replies)
Discussion started by: ortsvorsteher
2 Replies

4. Shell Programming and Scripting

Question about KSH line.

Wondering what this line meant, especially the 2>&1 and ${RUN_DIR} parts: ${RUN_DIR}/<filename> 2>&1 Where <filename> is the location and name of a file. (1 Reply)
Discussion started by: CapsuleCorpJX
1 Replies

5. UNIX for Dummies Questions & Answers

What is meant by <<! ... ! ??

I tried typing it into google but no results. I don't know what it's called or what it does and when it is used so I must ask: What does it mean if you have something like... cmd <!! cm2 cm3 ! What do those <!! and ! symbols do? When/why do you use them? I found it inside a bourne... (2 Replies)
Discussion started by: yongho
2 Replies

6. Shell Programming and Scripting

sed command

Hello. Can anybody tell me what this program does? I don't know what to put in for it to work. I made a command simply by typing in the code, but I don't know how it is meant to be run. I know it is supposed to edit a file in some way, but I don't know what I'm supposed to do. Can someone... (3 Replies)
Discussion started by: JWest86
3 Replies

7. Solaris

How to configure Sendmail for simply use?

Hi lads, would you be able to advice, please, how to configure Sendmail for sending casual emails (like with Thunderbird or Outlook). Before I used Exim 4 in Debian and did not have any problem with configuration. Knowledges almost zero, but know what is MTA, MUA, etc. Workstation is typical,... (3 Replies)
Discussion started by: andrbu
3 Replies

8. SuSE

freedce requires libdcethreads!

hello every one, here i am attempting to install freedce-1.1.0.7 on HP-UX machine. in that process i ran a command ./configure at command prompt. it's throughing the following error; configure: error: freedce requires libdcethreads! here i am pasting the ./configure output with... (1 Reply)
Discussion started by: mannam srinivas
1 Replies

9. HP-UX

How can I package my program

I write a program How can I use HP UX package builder pack my program what is the tools name? how can I do to finish it My OS :HP UX OS version B.11.31 (2 Replies)
Discussion started by: alert0919
2 Replies

10. AIX

major no

hi what is meant by major no in vg what is meant by concurrent vg i cant understand these two things (3 Replies)
Discussion started by: senmak
3 Replies

11. Shell Programming and Scripting

AWK help

I've been trying to write a program in AWK for almost hours now to no avail and hence, I'm asking for help! so please help! The program that I'm writing is meant to be an executable that accepts only one argument. The argument supplied to this program is then searched in a file and if it matches... (4 Replies)
Discussion started by: kkhan00
4 Replies

12. Shell Programming and Scripting

configure from address in mailx command

Hi, I need to configure customized from address in mailx command. Can you pls tell me the option for configuring from address. Thanks Latika (9 Replies)
Discussion started by: latika
9 Replies

13. Shell Programming and Scripting

Wget structure

Im reading a lot about wget and have really enjoyed using it. However I see a lot of tutorials that will show several ways. I want to be able to write scripts in gedit so I was wondering what is the best process to do this instead of just running them in the terminal?? (3 Replies)
Discussion started by: graphicsman
3 Replies

14. UNIX for Advanced & Expert Users

Load debian using grub

pls help me how to load debian again after un-TARing the debian backup on a newly formated Hard Disk (ext3) am using DEBIAN LENNY 64 bit. (4 Replies)
Discussion started by: coolatt
4 Replies

15. IP Networking

Samba ha configuration require

I HAVE TO DESIGN TWO NODE SAMBA HA SERVER, TO DO THIS I NEED YOUR HELP, HOW CAN CONFIGURE SUCH SCENARIO? REGARDS PRAMOD INGOLE (4 Replies)
Discussion started by: pramod_ingole
4 Replies