[Sussex] ps options

Thomas Adam thomas at edulinux.homeunix.org
Sat Oct 22 22:17:40 UTC 2005


On Sat, Oct 22, 2005 at 10:18:21PM +0100, Steve Dobson wrote:
> For debian uses it is worth checking if there are more font packages
> available. To see what font packages are available to you. The
> command: 
>
> $ apt-cache search font | grep -i font | less

Given the fonts that were "missing" were standard, they ought to be
installed already.

> To see what packages are installed: 

> $ dpkg -l | grep font | less

But this is incomplete, since the output of "dpkg -l" is COLUMN
dependant, hence:

% COLUMNS=200 dpkg -l \*font\* | less

... but you also, with that command will list not all installed
packages, hence:

% COLUMNS=200 dpkg -l \*font\* | awk '/^ii/ { print }' | less

-- Thomas Adam

--  
If you shoot the head, you kill the ghoul.




More information about the Sussex mailing list