Re: package#dpkg-reconfigure

2012-11-02 Thread Darac Marjal
On Fri, Nov 02, 2012 at 06:05:59AM -0700, james gray wrote:
The package:
 
#dpkg-reconfigure
 
Question:
 
does it actually exist.

No. The file dpkg-reconfigure is actually part of the debconf (or
cdebconf) package.

[cut]
 
#su dpkg-reconfigure keyboard-configuration
 
unknown id: dpkg-reconfigure

Check the manpage for su. Perhaps you meant sudo there instead?



signature.asc
Description: Digital signature


Re: package#dpkg-reconfigure

2012-11-02 Thread tv.deb...@googlemail.com

On 02/11/2012 14:05, james gray wrote:

The package:

#dpkg-reconfigure


Question:

does it actually exist.


[cut]


Could some one please allow me to know , what .


Thank you.



Hi,

$ dpkg -S dpkg-reconfigure

debconf-i18n: /usr/share/man/de/man8/dpkg-reconfigure.8.gz
debconf-i18n: /usr/share/man/fr/man8/dpkg-reconfigure.8.gz
debconf-i18n: /usr/share/man/ru/man8/dpkg-reconfigure.8.gz
debconf: /usr/share/man/man8/dpkg-reconfigure.8.gz
debconf-i18n: /usr/share/man/pt/man8/dpkg-reconfigure.8.gz
debconf: /usr/sbin/dpkg-reconfigure
bash-completion: /usr/share/bash-completion/completions/dpkg-reconfigure
debconf-i18n: /usr/share/man/es/man8/dpkg-reconfigure.8.gz

I guess /usr/sbin/dpkg-reconfigure included in package debconf is what 
you are looking for.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5093c826.2060...@googlemail.com



Re: package#dpkg-reconfigure

2012-11-02 Thread Slavko
Hi,

Dňa Fri, 2 Nov 2012 06:05:59 -0700 james gray kmz...@gmail.com
napísal:

 #su dpkg-reconfigure keyboard-configuration

try:

#sudo dpkg-reconfigure keyboard-configuration

or:

#su
#dpkg-reconfigure keyboard-configuration

or edit the /etc/default/keyboard file manually.

regards

-- 
Slavko
http://slavino.sk


signature.asc
Description: PGP signature


Re: package#dpkg-reconfigure

2012-11-02 Thread Brian
On Fri 02 Nov 2012 at 06:05:59 -0700, james gray wrote:

 The package:
 
 #dpkg-reconfigure

dpkg-reconfigure is not a package.

 Question:
 
 does it actually exist.

Run the command

dpkg -S dpkg-reconfigure

to discover which package a file is in.

[Snip]

 #su dpkg-reconfigure keyboard-configuration
 
 
 unknown id: dpkg-reconfigure

Type 'su'. Nothing else. Press ENTER. Give the root password. Then
execute:

dpkg-reconfigure keyboard-configuration


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121102132217.GC597@desktop