*- On 18 Nov, Evan Moore wrote about "get info on installed debian system" > How can I get version info etc. about the dist of debian that is already > installed on a machine? >
cat /etc/debian_version And for all the packages installed: dpkg -l | grep '^.i' -- Brian Servis -- ------------------------------------------------------------------------ Mechanical Engineering | Never criticize anybody until you Purdue University | have walked a mile in their shoes, [EMAIL PROTECTED] | because by that time you will be a http://www.ecn.purdue.edu/~servis | mile away and have their shoes.

