View previous topic :: View next topic |
Author |
Message |
zojas Veteran
Joined: 22 Apr 2002 Posts: 1138 Location: Phoenix, AZ
|
Posted: Sun Sep 05, 2004 5:49 am Post subject: bad color output from qpkg |
|
|
I think I've seen the answer to this before, but couldn't find it...
when I run 'qpkg -I -v' it doesn't show up in color, instead it looks like this:
Code: |
x1b[0;01m/x1b[36;01mnano-1.3.3-r1 *x1b[0;0m
x1b[0;01m/x1b[36;01mgentoolkit-0.2.0_pre8 *x1b[0;0m
x1b[0;01m/x1b[36;01mgentoolkit-dev-0.2.0_pre3 *x1b[0;0m
x1b[0;01m/x1b[36;01mdialog-0.9_beta20031207 *x1b[0;0m
x1b[0;01m/x1b[36;01mwget-1.9.1-r2 *x1b[0;0m
x1b[0;01m/x1b[36;01mgnuconfig-20040214 *x1b[0;0m
x1b[0;01m/x1b[36;01mncurses-8.1 *x1b[0;0m
|
_________________ http://www.desertsol.com/~kevin/ppc |
|
Back to top |
|
|
zojas Veteran
Joined: 22 Apr 2002 Posts: 1138 Location: Phoenix, AZ
|
Posted: Wed Sep 08, 2004 7:14 pm Post subject: |
|
|
apparently qpkg is deprecated, in favor of equery. too bad equery is buggy. (I can't get a reliable list of all installed packages with it on my x86 machines, for example, not to mention in OS X) _________________ http://www.desertsol.com/~kevin/ppc |
|
Back to top |
|
|
@alexander Retired Dev
Joined: 16 Jul 2004 Posts: 24
|
Posted: Sat Sep 11, 2004 1:57 pm Post subject: |
|
|
You can always just do this:
Code: | ls /var/db/pkg/*/*/*.ebuild | cut -d/ -f5-6 |
|
|
Back to top |
|
|
|