[PlanetCCRMA] problem with kernel headers for acpi...
Fernando Pablo Lopez-Lezcano
nando@ccrma.Stanford.EDU
Fri Mar 21 12:40:02 2003
> ok, so I gave up on fixing my broken rpm database, but as I was installing
> the kernel headers for acpi like that:
> apt-get install kernel-source#2.4.19-2.ll.acpi
>
> This happens:
> Reading Package Lists...
> Collecting File Provides...
> Building Dependency Tree...
>
> E: Couldn't find package kernel-source#2.4.19-2.ll.acpi
I think you have to add @i386 as in:
kernel-source#2.4.19-2.ll.acpi@i386
(mistake in the docs that I have just fixed...)
To see what is available in the case of packages that can be installed
multiple times do:
apt-get install kernel-source
It should show a list of what's available.
-- Fernando