Hi Nayna, sorry, the modules package is in the same PPA. So one can either add the entire PPA like: sudo add-apt-repository ppa:<ppa_name>
Or (maybe easier) just download the min. two files needed (signed kernel and modules): wget https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/unstable/+build/30617458/+files/linux-image-6.14.0-16-generic_6.14.0-16.16_ppc64el.deb https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/unstable/+files/linux-modules-6.14.0-16-generic_6.14.0-16.16_ppc64el.deb And install them from the local disk afterwards: $ sudo apt install ./*.deb ( The signed kernel is here: https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/unstable/+build/30617458 and the 'other' kernel related packages are in the folder of the unsigned kernel: https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/unstable/+sourcepub/17144159/+listing-archive-extra ) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064321 Title: Power guest secure boot with key management: kernel portion To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/2064321/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
