Apt install linux generic hwe

How To Install linux-generic-hwe-20.04-edge on Ubuntu 22.04

In this tutorial we learn how to install linux-generic-hwe-20.04-edge on Ubuntu 22.04.

What is linux-generic-hwe-20.04-edge

This package will always depend on the latest complete generic Linux kernel and headers.

There are three methods to install linux-generic-hwe-20.04-edge on Ubuntu 22.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install linux-generic-hwe-20.04-edge Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install linux-generic-hwe-20.04-edge using apt-get by running the following command:

Install linux-generic-hwe-20.04-edge Using apt

Update apt database with apt using the following command.

After updating apt database, We can install linux-generic-hwe-20.04-edge using apt by running the following command:

Install linux-generic-hwe-20.04-edge Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

After updating apt database, We can install linux-generic-hwe-20.04-edge using aptitude by running the following command:

How To Uninstall linux-generic-hwe-20.04-edge on Ubuntu 22.04

To uninstall only the linux-generic-hwe-20.04-edge package we can use the following command:

Uninstall linux-generic-hwe-20.04-edge And Its Dependencies

To uninstall linux-generic-hwe-20.04-edge and its dependencies that are no longer needed by Ubuntu 22.04, we can use the command below:

Remove linux-generic-hwe-20.04-edge Configurations and Data

To remove linux-generic-hwe-20.04-edge configuration and data from Ubuntu 22.04 we can use the following command:

Remove linux-generic-hwe-20.04-edge configuration, data, and all of its dependencies

We can use the following command to remove linux-generic-hwe-20.04-edge configurations, data and all of its dependencies, we can use the following command:

References

Summary

In this tutorial we learn how to install linux-generic-hwe-20.04-edge package on Ubuntu 22.04 using different package management tools: apt , apt-get and aptitude .

Источник

How to Install HWE Kernel on Ubuntu 20.04

The Ubuntu LTS enablement (also called HWE or Hardware Enablement) stacks provide newer kernel and X support for existing Ubuntu LTS releases. These enablement stacks can be installed manually but are also available when installing with Ubuntu LTS point release media. These newer enablement stacks are meant for desktop and server and even recommended for cloud or virtual images.

To check the Kernel version.

root@server1:~# uname -r 5.4.0-110-generic

Install the Hardware Enablement Stack (HWE)

Install the HWE by running the following command.

apt install --install-recommends linux-generic-hwe-20.04
root@server1:~# apt install --install-recommends linux-generic-hwe-20.04 Reading package lists. Done Building dependency tree Reading state information. Done The following package was automatically installed and is no longer required: libfwupdplugin1 Use 'apt autoremove' to remove it. The following additional packages will be installed: linux-headers-5.13.0-41-generic linux-headers-generic-hwe-20.04 linux-hwe-5.13-headers-5.13.0-41 linux-image-5.13.0-41-generic linux-image-generic-hwe-20.04 linux-modules-5.13.0-41-generic linux-modules-extra-5.13.0-41-generic Suggested packages: fdutils linux-doc | linux-hwe-5.13-source-5.13.0 linux-hwe-5.13-tools

Reboot your Ubuntu system and check for the loaded Kernel version.

root@server1:~# uname -r 5.13.0-41-generic

Источник

Читайте также:  Create custom keyboard layout linux

Ubuntu kernel lifecycle and enablement stack

The Ubuntu LTS enablement, or Hardware Enablement (HWE), stack provides the newer kernel and X support for existing Ubuntu LTS releases. That stack can be enabled manually, but may also be pre-enabled with an Ubuntu LTS release.

The HWE stack can be used by desktop and server systems, as well as cloud or virtual images.

Installation

Ubuntu 14.04 LTS — Trusty Tahr

sudo apt-get install --install-recommends linux-generic-lts-xenial xserver-xorg-core-lts-xenial xserver-xorg-lts-xenial xserver-xorg-video-all-lts-xenial xserver-xorg-input-all-lts-xenial libwayland-egl1-mesa-lts-xenial
sudo apt-get install --install-recommends linux-generic-lts-xenial

The 14.04.2 and newer point releases ship with an updated kernel and X stack by default. If you have installed with older media, you can use these instructions to install the newer HWE kernel derived from 16.04 (Xenial).

If you run a multiarch desktop (for example, i386 and amd64 on amd64, for gaming or Wine), you may find you need a slightly more involved command:

sudo apt-get install --install-recommends linux-generic-lts-xenial xserver-xorg-core-lts-xenial xserver-xorg-lts-xenial xserver-xorg-video-all-lts-xenial xserver-xorg-input-all-lts-xenial libwayland-egl1-mesa-lts-xenial libgl1-mesa-glx-lts-xenial libgl1-mesa-glx-lts-xenial:i386 libglapi-mesa-lts-xenial:i386

Ubuntu 16.04 LTS — Xenial Xerus

sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
sudo apt-get install --install-recommends linux-generic-hwe-16.04

The 16.04.2 and newer point releases ship with an updated kernel and X stack by default for the desktop. Server installations default to the GA kernel and provide the enablement kernel as optional.The 16.04 HWE stacks follow the Rolling Update Model.

Ubuntu 18.04 LTS — Bionic Beaver

sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
sudo apt-get install --install-recommends linux-generic-hwe-18.04

The 18.04.2 and newer point releases will ship with an updated kernel and X stack by default for the desktop. Server installations will default to the GA kernel and provide the enablement kernel as optional.

The 18.04 HWE stacks follow the Rolling Update Model.

Ubuntu 20.04 LTS — Focal Fossa

sudo apt-get install --install-recommends linux-generic-hwe-20.04
sudo apt-get install --install-recommends linux-generic-hwe-20.04

Desktop installations of 20.04 default to tracking the HWE stack. Server installations will default to the GA kernel and provide the enablement kernel as optional.

Note that certain desktop machines may be on a separate «OEM» track. To determine if the machine is eligible for this, run the command ubuntu-drivers list-oem from a terminal. If this is non-empty, the machine is running the OEM cadence instead of HWE.

The 20.04 HWE stack follows the Rolling Update Model.

Ubuntu 22.04 LTS — Jammy Jellyfish

sudo apt-get install --install-recommends linux-generic-hwe-22.04
sudo apt-get install --install-recommends linux-generic-hwe-22.04

Desktop installations of 22.04 default to tracking the HWE stack. Server installations will default to the GA kernel and provide the enablement kernel as optional.

Читайте также:  Установка виртуальной машины virtualbox linux mint

Note that certain desktop machines may be on a separate “OEM” track. To determine if the machine is eligible for this, run the command ubuntu-drivers list-oem from a terminal. If this is non-empty, the machine is running the OEM cadence instead of HWE.

The 22.04 HWE stack follows the Rolling Update Model.

Check your support status

To determine if your install is still supported, use this terminal command:

Kernel release schedule

  • All releases
  • All LTS releases
  • 22.04 LTS
  • 20.04 LTS
  • 18.04 LTS
  • 16.04 LTS
  • 14.04 LTS
Released End of Life Expanded security maintenance
Ubuntu 22.04.0 LTS (v5.15) Apr 2022 Apr 2027 Apr 2032
Ubuntu 22.04.1 LTS (v5.15) Aug 2022 Apr 2027 Apr 2032
Ubuntu 22.04.2 LTS (v5.19) Feb 2023 Jul 2023
Released End of Life Expanded security maintenance
Ubuntu 20.04.5 LTS (v5.15) Aug 2022 Apr 2025 Apr 2030
Ubuntu 20.04.4 LTS (v5.13) Feb 2022 Aug 2022
Ubuntu 20.04.3 LTS (v5.11) Aug 2021 Feb 2022
Ubuntu 20.04.2 LTS (v5.8) Feb 2021 Aug 2021
Ubuntu 20.04.1 LTS (v5.4) Jul 2020 Apr 2025 Apr 2030
Ubuntu 20.04.0 LTS (v5.4) Apr 2020 Apr 2025 Apr 2030
Released End of Life Expanded security maintenance
Ubuntu 18.04.5 LTS (v5.4) Aug 2020 Apr 2023 Apr 2028
Ubuntu 18.04.4 LTS (v5.3) Feb 2020 Aug 2020
Ubuntu 18.04.3 LTS (v5.0) Aug 2019 Feb 2020
Ubuntu 18.04.2 LTS (v4.18) Feb 2019 Aug 2019
Ubuntu 18.04.1 LTS (v4.15) Jul 2018 Apr 2023 Apr 2028
Ubuntu 18.04.0 LTS (v4.15) Apr 2018 Apr 2023 Apr 2028
Released End of Life Expanded security maintenance
Ubuntu 16.04.5 LTS (v4.15) Aug 2018 Apr 2021 Apr 2024
Ubuntu 16.04.4 LTS (v4.13) Feb 2018 Jul 2018
Ubuntu 16.04.3 LTS (v4.10) Aug 2017 Jan 2018
Ubuntu 16.04.2 LTS (v4.8) Feb 2017 Jul 2017
Ubuntu 16.04.1 LTS (v4.4) Aug 2016 Apr 2021 Apr 2024
Ubuntu 16.04.0 LTS (v4.4) Apr 2016 Apr 2021 Apr 2024
Released End of Life Expanded security maintenance
Ubuntu 14.04.5 LTS (v4.4) Aug 2016 Apr 2019 Apr 2022
Ubuntu 14.04.4 LTS (v4.2) Feb 2016 Jul 2016
Ubuntu 14.04.3 LTS (v3.19) Aug 2015 Jul 2016
Ubuntu 14.04.2 LTS (v3.16) Feb 2015 Jul 2016
Ubuntu 14.04.1 LTS (v3.13) Aug 2014 Apr 2019 Apr 2022
Ubuntu 14.04.0 LTS (v3.13) Apr 2014 Apr 2019 Apr 2022
Released CVE/Critical fixes only End of Life
Ubuntu 14.04.0 LTS (v3.13) Apr 2014 Apr 2016 Apr 2019
Ubuntu 14.04.1 LTS (v3.13) Aug 2014 Apr 2016 Apr 2019
Ubuntu 14.04.2 LTS (v3.16) Feb 2015 May 2015 Jul 2016
Ubuntu 14.04.3 LTS (v3.19) Aug 2015 Jul 2016
Ubuntu 14.04.4 LTS (v4.2) Feb 2016 Jul 2016
Ubuntu 16.04.0 LTS (v4.4) Apr 2016 Apr 2018 Mar 2023
Ubuntu 14.04.5 LTS (v4.4) Aug 2016 Apr 2018 Apr 2019
Ubuntu 16.04.1 LTS (v4.4) Aug 2016 Apr 2018 Apr 2021
Ubuntu 16.04.2 LTS (v4.8) Feb 2017 Jul 2017
Ubuntu 16.04.3 LTS (v4.10) Aug 2017 Jan 2018
Ubuntu 16.04.4 LTS (v4.13) Feb 2018 Jul 2018
Ubuntu 18.04.0 LTS (v4.15) Apr 2018 Apr 2020 Mar 2025
Ubuntu 18.04.1 LTS (v4.15) Jul 2018 Apr 2020 Apr 2023
Ubuntu 16.04.5 LTS (v4.15) Aug 2018 Apr 2020 Apr 2021
Ubuntu 18.04.2 LTS (v4.18) Feb 2019 Jul 2019
Ubuntu 18.04.3 LTS (v5.0) Aug 2019 Jan 2020
Ubuntu 18.04.4 LTS (v5.3) Feb 2020 Jul 2020
Ubuntu 20.04.0 LTS (v5.4) Apr 2020 Apr 2022 Apr 2025
Ubuntu 20.04.1 LTS (v5.4) Jul 2020 Apr 2022 Apr 2025
Ubuntu 18.04.5 LTS (v5.4) Aug 2020 Apr 2022 Apr 2023
Ubuntu 20.04.2 LTS (v5.8) Feb 2021 Aug 2021
Ubuntu 20.04.3 LTS (v5.11) Aug 2021 Feb 2022
Ubuntu 20.04.4 LTS (v5.13) Feb 2022 Jul 2022
Ubuntu 22.04.0 LTS (v5.15) Apr 2022 Apr 2024 Apr 2027
Ubuntu 20.04.5 LTS (v5.15) Aug 2022 Aug 2024 Apr 2025
Ubuntu 22.04.1 LTS (v5.15) Aug 2022 Apr 2024 Apr 2027
Ubuntu 22.04.2 LTS (v5.19) Feb 2023 Jul 2023
Читайте также:  Linux где лежит mysql
Early preview Released End of Life
Ubuntu 14.04.0 LTS (v3.13) Jan 2014 Apr 2014 Apr 2019
Ubuntu 14.04.1 LTS (v3.13) May 2014 Aug 2014 Apr 2019
Ubuntu 14.04.2 LTS (v3.16) Feb 2015 Jul 2016
Ubuntu 14.04.3 LTS (v3.19) Aug 2015 Jul 2016
Ubuntu 14.04.4 LTS (v4.2) Feb 2016 Jul 2016
Ubuntu 16.04.0 LTS (v4.4) Jan 2016 Apr 2016 Apr 2021
Ubuntu 14.04.5 LTS (v4.4) May 2016 Aug 2016 Apr 2019
Ubuntu 16.04.1 LTS (v4.4) May 2016 Aug 2016 Apr 2021
Ubuntu 16.04.2 LTS (v4.8) Feb 2017 Jul 2017
Ubuntu 16.04.3 LTS (v4.10) Aug 2017 Jan 2018
Ubuntu 16.04.4 LTS (v4.13) Feb 2018 Jul 2018
Ubuntu 18.04.0 LTS (v4.15) Jan 2018 Apr 2018 Apr 2023
Ubuntu 18.04.1 LTS (v4.15) Apr 2018 Jul 2018 Apr 2023
Ubuntu 16.04.5 LTS (v4.15) May 2018 Aug 2018 Apr 2021
Ubuntu 18.04.2 LTS (v4.18) Feb 2019 Aug 2019
Ubuntu 19.04 (v5.0) Apr 2019 Jan 2020
Ubuntu 18.04.3 LTS (v5.0) Aug 2019 Feb 2020
Ubuntu 19.10 (v5.3) Oct 2019 Jul 2020
Ubuntu 18.04.4 LTS (v5.3) Feb 2020 Jul 2020
Ubuntu 20.04.0 LTS (v5.4) Jan 2020 Apr 2020 Apr 2025
Ubuntu 20.04.1 LTS (v5.4) Apr 2020 Jul 2020 Apr 2025
Ubuntu 18.04.5 LTS (v5.4) May 2020 Aug 2020 Apr 2023
Ubuntu 20.04.2 LTS (v5.8) Feb 2021 Aug 2021
Ubuntu 20.04.3 LTS (v5.11) Aug 2021 Feb 2022
Ubuntu 20.04.4 LTS (v5.13) Feb 2022 Aug 2022
Ubuntu 22.04.0 LTS (v5.15) Jan 2022 Apr 2022 Apr 2027
Ubuntu 20.04.5 LTS (v5.15) May 2022 Aug 2022 Apr 2025
Ubuntu 22.04.1 LTS (v5.15) Aug 2022 Apr 2027
Ubuntu 22.04.2 LTS (v5.19) Feb 2023 Jul 2023

© 2023 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.

Источник

Оцените статью
Adblock
detector