Installing Debian I have to choose between the kernels
linux-image-3.2.0.4-amd64linux-image-amd64
What's the difference?
Installing Debian I have to choose between the kernels
linux-image-3.2.0.4-amd64linux-image-amd64What's the difference?
According to Debian wiki the package linux-image-amd64 is a metapackage meaning it does not exist but represent a set of package.
In fact installing this package is the same as installing the last kernel available for amd64 architecture.
If you install Linux-image-3.2.0.4-amd64 and this package is the only one available for your system then both package will represent the same thing.
If Debian uses metapackage it's to avoid the needs of knowing the exact correct version of each package you want to install.