On Mon, 19 Nov 2018 10:20:43 -0600
SternData <subscribed-li...@sterndata.com> wrote:

> On 11/19/18 10:16 AM, Mark C. Allman wrote:

> > What does "sudo dnf list installed | fgrep 'kernel.'" show?  I see
> > three kernels, including F29 19.2-300.  Also look in /boot (that's
> > actually faster), e.g., "ls -1 /boot/initram*".
> > 
> >   
> sudo dnf list installed | fgrep 'kernel.'
> [sudo] password for sdstern:
> kernel.x86_64                                     4.18.16-300.fc29
>               @fedora
> kernel.x86_64                                     4.18.17-300.fc29
>               @updates
> kernel.x86_64                                     4.18.18-300.fc29
>               @updates
> php-symfony-http-kernel.noarch                    2.8.47-1.fc29
>               @updates
> [sdstern@sds-desk ~]$
> 
> there is no 4.19 kernel in /boot
> 

What does 
dnf list available | grep kernel 
show?

If the 4.19 kernel is available in the repository that you default to,
it should show up as available.  If it's there, something is blocking
its install.  If it isn't, then the repository is just not updated to
the latest packages yet.  You can go here to get the latest kernel
packages and install them locally with 
dnf -C install [local kernel packages]

https://koji.fedoraproject.org/koji/buildinfo?buildID=1164828
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to