Re: dpkg-query - package unpacked, no version ???

2013-10-18 Thread Andrei POPESCU
, it fails because you are not asking the correct question. If you want dpkg to tell you if a package is installed or not then ask that instead: $ dpkg-query -W -f='${Package}\t${Status}\n' vim-athena vim-athena unknown ok not-installed Kind regards, Andrei -- http://wiki.debian.org

dpkg-query - package unpacked, no version ???

2013-09-02 Thread Zenaan Harkness
Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ NameVersionArchitecture

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Darac Marjal
On Mon, Sep 02, 2013 at 09:33:27PM +1000, Zenaan Harkness wrote: Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Zenaan Harkness
On 9/2/13, Zenaan Harkness z...@freedbms.net wrote: Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
On Mon, Sep 2, 2013 at 7:33 AM, Zenaan Harkness z...@freedbms.net wrote: Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
On Mon, Sep 2, 2013 at 7:39 AM, Darac Marjal mailingl...@darac.org.uk wrote: On Mon, Sep 02, 2013 at 09:33:27PM +1000, Zenaan Harkness wrote: Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Zenaan Harkness
On 9/2/13, Tom H tomh0...@gmail.com wrote: On Mon, Sep 2, 2013 at 7:33 AM, Zenaan Harkness z...@freedbms.net wrote: Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
On Mon, Sep 2, 2013 at 7:51 AM, Zenaan Harkness z...@freedbms.net wrote: On 9/2/13, Zenaan Harkness z...@freedbms.net wrote: Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
On Mon, Sep 2, 2013 at 9:30 AM, Zenaan Harkness z...@freedbms.net wrote: On 9/2/13, Tom H tomh0...@gmail.com wrote: On Mon, Sep 2, 2013 at 7:33 AM, Zenaan Harkness z...@freedbms.net wrote: Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Loïc Grenié
2013/9/2 Zenaan Harkness z...@freedbms.net: Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Curt
On 2013-09-02, Tom H tomh0...@gmail.com wrote: AFAICT, the un output of -l for vim-athena is because it's listed in the Recommends field of vim-common, so it's recognized as a package. It seems to me, from what I can discern on my own system, that you obtain the 'un' output in the initial

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
On Mon, Sep 2, 2013 at 10:32 AM, Curt cu...@free.fr wrote: On 2013-09-02, Tom H tomh0...@gmail.com wrote: AFAICT, the un output of -l for vim-athena is because it's listed in the Recommends field of vim-common, so it's recognized as a package. It seems to me, from what I can discern on my

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Zenaan Harkness
On 9/3/13, Curt cu...@free.fr wrote: On 2013-09-02, Tom H tomh0...@gmail.com wrote: AFAICT, the un output of -l for vim-athena is because it's listed in the Recommends field of vim-common, so it's recognized as a package. It seems to me, from what I can discern on my own system, that you

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Curt
On 2013-09-02, Tom H tomh0...@gmail.com wrote: Then vim-dbg and chromium-browser-dbg should also get un Where or how do you get no package description for those packages? What command are you using? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
-cache show vim-athena seems to show description just fine. apt-cache queries /var/lib/apt/lists/*_Packages whereas dpkg-query queries /var/lib/dpkg/status. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Curt
that seems to be in question. curty@einstein:~$ dpkg-query --list vim-athena No packages found matching vim-athena. curty@einstein:~$ dpkg -l \* | grep vim ii vim 2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - enhanced vi editor ii vim-common2:7.2.445+hg~cb94c42c0e1a-1

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
On Mon, Sep 2, 2013 at 10:53 AM, Curt cu...@free.fr wrote: On 2013-09-02, Tom H tomh0...@gmail.com wrote: Then vim-dbg and chromium-browser-dbg should also get un Where or how do you get no package description for those packages? What command are you using? dpkg -l -- To UNSUBSCRIBE,

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Curt
On 2013-09-02, Tom H tomh0...@gmail.com wrote: Where or how do you get no package description for those packages? What command are you using? dpkg -l curty@einstein:~$ dpkg -l vim-dbg No packages found matching vim-dbg. curty@einstein:~$ dpkg-query --list vim-dbg No packages found matching

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
, and it's not the package description that apt-cache shows that seems to be in question. curty@einstein:~$ dpkg-query --list vim-athena No packages found matching vim-athena. curty@einstein:~$ dpkg -l \* | grep vim ii vim 2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Curt
. Sorry to follow up on myself, but if someone could just cut and paste the output from their machine that shows an instance of an 'un' in the first field of a dpkg query _without_ a corresponding none and no description available in the subsequent Version and Description fields, I could go back to sleep

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Zenaan Harkness
On 9/3/13, Curt cu...@free.fr wrote: On 2013-09-02, Tom H tomh0...@gmail.com wrote: Then vim-dbg and chromium-browser-dbg should also get un Where or how do you get no package description for those packages? What command are you using? :) With my custom supa-dupa package searcher and

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Zenaan Harkness
the same output as you for the same packages, and it's not the package description that apt-cache shows that seems to be in question. curty@einstein:~$ dpkg-query --list vim-athena No packages found matching vim-athena. curty@einstein:~$ dpkg -l \* | grep vim ii vim 2:7.2.445

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Curt
On 2013-09-02, Tom H tomh0...@gmail.com wrote: Does apt-cache show vim-common list vim-athena on the Recommends: line? Yes it does. It also shows vim-gnome. So I only see one pattern here, although I'm not taking much time for reflection. curty@einstein:~$ dpkg-query --list vim-gnome Desired

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
@einstein:~$ dpkg-query --list vim-dbg No packages found matching vim-dbg. curty@einstein:~$ dpkg -l vim-doc Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Tom H
for reflection. curty@einstein:~$ dpkg-query --list vim-gnome Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Curt
On 2013-09-02, Tom H tomh0...@gmail.com wrote: so apt-cache show vim-common cannot list vim-athena on the Recommends: line. Package: vim-common Source: vim Version: 2:7.3.547-7~bpo60+1 Installed-Size: 364 Maintainer: Debian Vim Maintainers pkg-vim-maintain...@lists.alioth.debian.org

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Curt
On 2013-09-02, Curt cu...@free.fr wrote: I have a backported package. I should say that there are two packages shown when I do 'apt-cache show vim-common, of which the backported one has vim-athena as a Recommends, though the backported package is not the one I have installed. Sorry for the

Re: dpkg-query - package unpacked, no version ???

2013-09-02 Thread Robert Holtzm
On Mon, Sep 02, 2013 at 12:39:48PM +0100, Darac Marjal wrote: On Mon, Sep 02, 2013 at 09:33:27PM +1000, Zenaan Harkness wrote: Anyone know why I get this: $ dpkg-query --list vim-athena Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half

¿Que es mejor? dpkg-query o apt-file

2010-04-17 Thread Odair Augusto Trujillo Orozco
Hola amigos, ayer estaba buscando que paquete contiene al comando rfkill, por tanto hice dpkg -S rfkill para encontrarlo, ya habíamos discutido en la lista que era mucho mas rápido que apt-file, pero estos son los resultados: hald...@anvil:~$ dpkg -S rfkill |grep bin hald...@anvil:~$

Re: ¿Que es mejor? dpkg-query o apt-file

2010-04-17 Thread mariodebian
El sáb, 17-04-2010 a las 09:28 -0500, Odair Augusto Trujillo Orozco escribió: Hola amigos, ayer estaba buscando que paquete contiene al comando rfkill, por tanto hice dpkg -S rfkill para encontrarlo, ya habíamos discutido en la lista que era mucho mas rápido que apt-file, pero estos son los

Re: ¿Que es mejor? dpkg-query o apt-file

2010-04-17 Thread Camaleón
El Sat, 17 Apr 2010 09:28:35 -0500, Odair Augusto Trujillo Orozco escribió: Hola amigos, ayer estaba buscando que paquete contiene al comando rfkill, por tanto hice dpkg -S rfkill para encontrarlo, ya habíamos discutido en la lista que era mucho mas rápido que apt-file, pero estos son los

Re: ¿Que es mejor? dpkg-query o apt-file

2010-04-17 Thread Odair Augusto Trujillo Orozco
El día 17 de abril de 2010 11:04, Camaleón noela...@gmail.com escribió: El Sat, 17 Apr 2010 09:28:35 -0500, Odair Augusto Trujillo Orozco escribió: Hola amigos, ayer estaba buscando que paquete contiene al comando rfkill, por tanto hice dpkg -S rfkill para encontrarlo, ya habíamos discutido

Re: ¿Que es mejor? dpkg-query o apt-file

2010-04-17 Thread Angel Abad
El día 18 de abril de 2010 01:10, Odair Augusto Trujillo Orozco hald...@gmail.com escribió: El día 17 de abril de 2010 11:04, Camaleón noela...@gmail.com escribió: El Sat, 17 Apr 2010 09:28:35 -0500, Odair Augusto Trujillo Orozco escribió: Hola amigos, ayer estaba buscando que paquete

Re: ¿Que es mejor? dpkg-query o apt-file

2010-04-17 Thread Angel Abad
[...] Buenas, se me ha olvidado poner el archivo contents, por si algun@ tiene curiosidad por saber como son: - http://http.us.debian.org/debian/dists/sid/Contents-amd64.gz Esos son los ficheros que utiliza apt-file. AguuuR -- To UNSUBSCRIBE, email to

dpkg-query -W -f='${Conffiles}\n' | grep obsolete

2009-11-14 Thread bossekr
Hi, is it true that this call `dpkg-query -W -f='${Conffiles}\n' | grep obsolete` show all obsolate files which can be removed ? I read about this at http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot while upgrading sysv-rc for dependency booting. My script to detect obsolate files

dpkg-query

2009-01-03 Thread Antonio Diaz
Does exist a command line which allows me to look for packages of the configured repository? Even though it is possible that I'm doing something wrong, whenever I use the command "dpkg-query --list" I don't get the same list of packages that the search form of Debian's web re

Re: dpkg-query

2009-01-03 Thread Andrei Popescu
On Sat,03.Jan.09, 13:19:21, Antonio Diaz wrote: Does exist a command line which allows me to look for packages of the configured repository? Even though it is possible that I'm doing something wrong, whenever I use the command dpkg-query --list I don't get the same list

dpkg query table ??? dhcp3-client dhcpcd ???

2005-08-12 Thread hakim
Hi, ns:~# dpkg -l '*dhcp*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description

Re: dpkg query table ??? dhcp3-client dhcpcd ???

2005-08-12 Thread Bryan Donlan
On 12 Aug 2005 01:43:45 -0700, hakim [EMAIL PROTECTED] wrote: Hi, ns:~# dpkg -l '*dhcp*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/

dpkg-query --showformat

2004-10-02 Thread David A. Cobb
Trying to use --showformat to get information from the package database. I'm fine with everything EXCEPT the Filename. All the other items I've tried, the syntax ${Package} . . . ${Version} etc the variable matches the tag on the lines of the available file -- Package: ... Version:

Re: Je hais dpkg-query et j'aime dpkg

2002-09-20 Thread Alain Tesio
A propos de dpkg-iasearch, y'a un truc que je comprends pas : $sudo apt-get install dpkg-iasearch Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: libbow The following packages will be REMOVED: anacron apache at aumix autotrace

Re: Je hais dpkg-query et j'aime dpkg

2002-09-20 Thread Thomas Seyrat
du changelog de dpkg : dpkg (1.10.1) unstable; urgency=low * Add conflict with dpkg-iasearch which intruded on our namespace. En effet : $ apt-file list dpkg-iasearch [...] dpkg-iasearch usr/bin/dpkg-query Et : $ dpkg -S /usr/bin/dpkg-query dpkg: /usr/bin/dpkg-query

Re: Je hais dpkg-query et j'aime dpkg

2002-09-20 Thread Etienne PIERRE
-query que les mainteneurs de dpkg l'on mis en conflit, mais à présent, dpkg-iaquery ne met plus de dpkg-query. Donc je pense qu'il faut attendre, et avec le nombre de bugreport pour dpkg, j'ai pas le courage de regarder. Etienne

Re: Je hais dpkg-query et j'aime dpkg

2002-09-19 Thread Gilles Missonnier
oui ; une vraie perte de temps . vaut mieux rester avec setenv COLUMNS 100 ; dpkg -l \*chaine\* que de s'emmerder avec ce dpkg-query de crainte. le help dit : dpkg-query is a proof of concept which is not even in beta stage. - Allez, je tue le suspens : le paquet est dpkg-iasearch et je suis

Re: Je hais dpkg-query et j'aime dpkg

2002-09-19 Thread Daniel Dchelotte
Gilles Missonnier [EMAIL PROTECTED] a écrit : | oui ; une vraie perte de temps . | vaut mieux rester avec setenv COLUMNS 100 ; dpkg -l \*chaine\* que | de s'emmerder avec ce dpkg-query de crainte. | le help dit : | dpkg-query is a proof of concept which is not even in beta stage. Vu le nom

Re: Je hais dpkg-query et j'aime dpkg

2002-09-19 Thread Jacques L'helgoualc'h
Gilles Missonnier a écrit, jeudi 19 septembre 2002, à 15:21 : oui ; une vraie perte de temps . vaut mieux rester avec setenv COLUMNS 100 ; dpkg -l \*chaine\* que de 100 ce n'est pas assez, chez moi le minimum c'est 128 : lhh $ dpkg -l|awk '/^[ir]/{l=length($2);if(lm){m=l}};END{print m}' 14 lhh

Re: Je hais dpkg-query et j'aime dpkg

2002-09-19 Thread Romuald DELAVERGNE
utiliser 'dpkg -l' même en modifiant COLUMNS n'est pas une solution. Je le répète, 'dpkg-query' a été créé pour combler cette lacune.