The OS is Ubuntu 18.04.5
I want to use GA kernel.
SO I do these operations:
it@it51:~$ sudo apt install linux-generic
Then reboot the machine.
I uninstall HWE kernel:
it@it51:~$ sudo apt-get purge linux-image-generic-hwe-18.04
it@it51:~$ sudo apt-get remove linux-generic-hwe-18.04
it@it51:~$ sudo apt-get remove xserver-xorg-hwe-18.04
Then reboot the machine.
Then I use this command:
it@it51:~$ sudo hwe-support-status
Your Hardware Enablement Stack (HWE) is supported until April 2023.
Does the above paragraph (Your Hardware Enablement Stack (HWE) is supported until April 2023) show that I have not disabled hwe-support successfully?
What method can I use to disable hwe-support successfully?