Re: apt-get install c-compiler

2003-08-18 Thread Greg Folkert
On Sun, 2003-08-17 at 19:45, Dan Jacobson wrote: > # apt-get install c-compiler > Package c-compiler is a virtual package provided by: > gcc-3.0 1:3.0.4-13 > tcc 0.9.19-1 > gcc272 2.7.2.3-18 > gcc-3.3 1:3.3.1-1 > gcc-3.2 1:3.2.3-7 > gcc-2.95 1:2.95.4-17 > gcc 4:3.3.1-1 > bcc 0.16.3-

Re: apt-get install c-compiler

2003-08-18 Thread Colin Watson
On Mon, Aug 18, 2003 at 07:45:17AM +0800, Dan Jacobson wrote: > # apt-get install c-compiler 2>&-|awk '/^ /{print $1}'|xargs -r dpkg -l|grep ^i > ii gcc-3.03.0.4-13 The GNU C compiler. > ii gcc-3.33.3.1-0pre0The GNU C compiler > ii gcc-3.23.2

Re: apt-get install c-compiler

2003-08-17 Thread nate
Dan Jacobson said: > Indeed I see I have a "subscription" to every new version, with no > automatic mechanism to get rid of the old. Is this the ideal situation? since they are seperate packages ..they won't remove each other. if you want to maintain just 1 C compiler and have it upgraded wheneve