I'm not sure - I don't have a stock potato box here to test it out on. If you want to test it yourself:
apt-get -s install task-kde should tell you if the task-kde package is available under potato, as well as the additional packages it will install =) The -s option tells apt not to actually install anything. It's great for test-runs. -b3 On Tue, Mar 13, 2001 at 08:48:14AM -0700, Mike Millner wrote: > Will the packages you mentioned below for kde 2.1 install on potato without > any problem? > > Thanks, > Mike > ----- Original Message ----- > From: "b3" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <debian-user@lists.debian.org> > Sent: Tuesday, March 13, 2001 7:52 AM > Subject: Re: Several questions > > > > On Tue, Mar 13, 2001 at 12:47:59AM +0100, [EMAIL PROTECTED] > wrote: > > > How do I install KDE (if it?s a good idea to do so)? > > > > If you're tracking unstable, the commands are: > > > > apt-get update > > apt-get install task-kde > > > > This *should* install KDE 2.1, which is, IMHO, rather slick. > > > > > Is there any command I can use to know which C compilers I have > > > installed? > > > > Hmm...Since I don't do much work with C, I'm not familiar with the > > intricacies of the various compilers. I do know that gcc and egcs are > > popular options in that area though - perhaps a: > > > > dpkg -s gcc > > > > or > > > > dpkg -s egcs > > > > would give you the information you're looking for (if you're looking > > for info about the compiler(s) themselves...to see if either is > > installed, you could always try a: > > > > dpkg -l | grep gcc > > > > or > > > > dpkg -l | grep egcs > > > > To see if they're present =) > > > > -b3 > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >