I have Debian Squeeze and I have cpp-4.3 which sits on it:

I want to know if I can remove cpp-4.3 and others and install something like cpp-4.4 or higher.
And why does aptitude does not upgrade cpp to 4.4 automatically?
|
feedback
|
|
There are three versions of gcc (including cpp) in Debian squeeze: 4.1, 4.3 and 4.4. You can install all of them if you like. I recommend installing the
After you've done this, consider removing the -4.3 packages and any other old version. Some packages will not be removed automatically even if they are marked as automatically installed and nothing depends on them specifically. That happens when some other package depends on a meta-package they provide. All C compilers, including | |||
|
feedback
|