|
Apt-get with suggested packages
I installed debian sarge just recently, I'm pretty much a debian newbie and I'm just wondering how to get suggested packages to install with the actual package I want using apt-get.
The specific reason I'm asking in regard to is this. When I try to do
apt-get install gcc
It has make, automake, and one other package that escapes me as suggested packages. Well I kind of need those, and would like to have them installed automatically without having to apt-get each individual package.
|