Downgrade kernel
Hi, I want downgrade the kernel, then I want know what versions are available on the repo. Around the net some people say the command is:
# dnf --showduplicates list kernel
but it does not work.. I mean it didn't gave me any results. Any hints ?
That command is correct. Maybe
dnf clear all
could help.Do you mean
dnf clean all
?