On Tue, May 21, 2019 at 11:49 PM Dave <[email protected]> wrote: > > When I do that: > > I am get > > apt install linux-headers-5.1.0-rc3-bone0 > Reading package lists... Done > Building dependency tree > Reading state information... Done > linux-headers-5.1.0-rc3-bone0 is already the newest version (1xross). > 0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded. > > When I do > apt install --reinstall linux-headers-5.1.0-rc3-bone0 > Reading package lists... Done > Building dependency tree > Reading state information... Done > Reinstallation of linux-headers-5.1.0-rc3-bone0 is not possible, it cannot be > downloaded. > 0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded. > > And if I use the package in bb-kernel/deploy, Then I am back with my mixed > arm/x86 binaries.
Oh, so you already installed the broken one, which has a bigger version number then the repo version.. sudo apt remove linux-headers-5.1.0-rc3-bone0 --purge to rip out the bad version.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjuh8uQ8gAShiv6UBE2SHmXSubjhD%2B6WCoCvkLF3b%3D8Gw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
