Subject: Where is calculator? Date: Mon, Oct 16, 2000 at 11:52:25AM +0100
In reply to:Anthony Campbell Quoting Anthony Campbell([EMAIL PROTECTED]): > I'm sure I used to have a program called calculator (or xcalc?) in > Slink, but it doesn't seem to be there in Potato. Is it in Woody? > It seems to be in both potato and woody. -------------------- cut ----------------- #!/bin/sh # Grep for file in packages lists PKGLST='/var/state/apt/lists/*' egrep -i "$1" $PKGLST -------------------- cut ----------------- $ grepfile xcalc /var/state/apt/lists/Debian%20GNU_Linux%202.2%20r0%20%5fPotato%5f%20-%20Official%20i386%20Binary-1%20(20000814)_dists_unstable_main_binary-i386_Packages: ico, listres, showfont, viewres, xbiff, xcalc, xditview, xedit, xev, /var/state/apt/lists/debian.midco.net_debian_dists_potato_main_binary-i386_Packages: ico, listres, showfont, viewres, xbiff, xcalc, xditview, xedit, xev, $ less /var/state/apt/lists/debian.midco.net_debian_dists_potato_main_binary-i386_Packages the '/' for xcalc Package: xcontrib Priority: optional Section: x11 Installed-Size: 478 Maintainer: Mark W. Eichin <[EMAIL PROTECTED]> Version: 3.3.3.1-0.1 Depends: libc6 (>= 2.1), xlib6g (>= 3.3-5), xlib6g (>= 3.3.5) Suggests: xaw-wrappers Conflicts: xaw-wrappers (<< 1.06) Architecture: i386 Size: 263338 MD5sum: 6a4ab7997707418b688d425802a6e8ab Filename: dists/potato/main/binary-i386/x11/xcontrib_3.3.3.1-0.1.deb Description: XFree contributed clients. This package provides a selection of useful X clients, in particular ico, listres, showfont, viewres, xbiff, xcalc, xditview, xedit, xev, xeyes, xfontsel, xgc, xload, xman, and xmessage. :-) HTH, YMMV, HAND :-) -- There are two ways to write error-free programs; only the third one works. _______________________________________________________