Ubuntu kernel linux generic

How To Install linux-generic on Ubuntu 18.04

In this tutorial we learn how to install linux-generic on Ubuntu 18.04.

What is linux-generic

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

There are three ways to install linux-generic on Ubuntu 18.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 Using apt-get

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

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

sudo apt-get -y install linux-generic 

Install linux-generic Using apt

Update apt database with apt using the following command.

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

sudo apt -y install linux-generic 

Install linux-generic 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 using aptitude by running the following command:

sudo aptitude -y install linux-generic 

How To Uninstall linux-generic on Ubuntu 18.04

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

sudo apt-get remove linux-generic 

Uninstall linux-generic And Its Dependencies

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

sudo apt-get -y autoremove linux-generic 

Remove linux-generic Configurations and Data

To remove linux-generic configuration and data from Ubuntu 18.04 we can use the following command:

sudo apt-get -y purge linux-generic 

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

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

sudo apt-get -y autoremove --purge linux-generic 

References

Summary

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

Читайте также:  Форматирование файловых систем linux

Источник

Ubuntu kernels from Canonical

At the core of the Ubuntu operating system is the Linux kernel, which manages and controls the hardware resources like I/O (networking, storage, graphics and various user interface devices, etc.), memory and CPU for your device or computer. It is one of the first software programs a booting device loads and runs on the central processing unit (CPU). The Linux kernel manages the system’s hardware environment so other programs like the operating system’s user space programs and application software programs can run well without modification on a variety of different platforms and without needing to know very much about that underlying system.

Identifying a kernel

The easiest way to determine the kernel you’re running is to type cat /proc/version_signature on the terminal. For example:

Ubuntu 5.4.0-12.15-generic 5.4.8

This output provides important information about the kernel:

  • Canonical adds » Ubuntu «
  • Ubuntu kernel-release = 5.4.0-12.15-generic
    • kernel version is 5.4 , which is identical to upstream stable kernel version
    • .0 is an obsolete parameter left over from older upstream kernel version naming practices
    • -12 application binary interface (ABI) bump for this kernel
    • .15 upload number for this kernel
    • -generic is kernel flavour parameter, where -generic is the default Ubuntu kernel flavour

    Kernel and OS releases

    Canonical provides long-term support (LTS) kernels for Ubuntu LTS releases. Canonical also provides interim operating system releases with updated kernels every 6 months.

    For customers and business partners that don’t have specialised bleeding-edge workloads or latest hardware needs, the latest LTS release «-generic» kernel is the best option for them such as the 4.15 default kernel in Ubuntu 18.04 LTS. Customers who need the latest hardware support capability can install the latest HWE kernel such as the ones contained in interim releases, keeping in mind the shorter support lifespan associated with these kernels (9 months). HWE kernel customers are recommended to upgrade to a newer LTS release that supports their hardware and/or software needs as soon as it is available. Another option for customers is to use point releases. For example, there is an 18.04.4 point release as of February 2020, which includes an updated 5.3.x kernel but is also considered LTS, exactly like the original GA 4.15 kernel in 18.04.

    Kernel security

    The Canonical Kernel Team’s primary focus is the careful maintenance of kernels and their variants for regular delivery via the Ubuntu SRU process and the Canonical livepatch service. This includes rigorous management of all Linux kernel Common Vulnerabilities and Exposures (CVE) lists (with a focus on patching all high and critical CVEs) review and application of all relevant patches for all critical and serious kernel defects in the mailing lists and then rigorously testing newly updated kernels end-to-end each SRU cycle.

    General Availability (GA) and variant Ubuntu kernels

    The complete functionality of any given kernel is determined by the included modules and the kernel configuration for both hardware and the expected workloads that are run on it.

    Kernel modules are binary programs that extend a kernel’s ability to control the computing system’s hardware or add additional system capabilities like high-performance networking or non-standard graphics, etc. The GA kernel that is shipped by default, with the Canonical Ubuntu Long Term Support (LTS) and Hardware Enablement (HWE) releases, are tuned for stable, reliable, secure, high-performance operation over a wide variety of hardware platforms and workloads.

    A kernel variant is a kernel that deviates from the generic GA kernel by changes to its configuration, and/or by having modules added and/or removed.

    Optimised kernels

    Canonical advocates for customers to use the GA kernel shipped with Ubuntu as the best and most cost-effective option in their business environment. We also offer the option for customers to customize their own Ubuntu kernels. Several of our enterprise, Telco and cloud provider customers have systems and workload needs, which justify both the time investment to optimise their kernels and the pay to develop and maintain those optimised kernels over time.

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

    Источник

    Package: linux-image-5.13.0-41-generic (5.13.0-41.46~20.04.1) [security]

    Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.

    Original Maintainer (usually from Debian):

    It should generally not be necessary for users to contact the original maintainer.

    Similar packages:

    • linux-image-5.4.0-26-generic
    • linux-image-5.11.0-22-generic
    • linux-image-5.11.0-25-generic
    • linux-image-5.11.0-27-generic
    • linux-image-5.11.0-34-generic
    • linux-image-5.11.0-36-generic
    • linux-image-5.11.0-37-generic
    • linux-image-5.11.0-38-generic
    • linux-image-5.11.0-40-generic
    • linux-image-5.11.0-41-generic
    • linux-image-5.11.0-43-generic

    Signed kernel image generic

    • depends
    • recommends
    • suggests
    • enhances
    • dep: kmod tools for managing Linux kernel modules
    • dep: linux-base (>= 4.5ubuntu1~16.04.1) Linux image base package
    • dep: linux-modules-5.13.0-41-generic Linux kernel extra modules for version 5.13.0 on 64 bit x86 SMP
    • rec: grub-pc GRand Unified Bootloader, version 2 (PC/BIOS version) or grub-efi-amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version) or grub-efi-ia32 GRand Unified Bootloader, version 2 (EFI-IA32 version) or grub Package not available or lilo LInux LOader — the classic OS boot loader
    • rec: initramfs-tools generic modular initramfs generator (automation) or linux-initramfs-tool virtual package provided by dracut, initramfs-tools, tiny-initramfs
    • sug: fdutils Linux floppy utilities
    • sug: linux-doc Linux kernel specific documentation for version 5.4.0 or linux-hwe-5.13-source-5.13.0 Linux kernel source for version 5.13.0 with Ubuntu patches
    • sug: linux-headers-5.13.0-41-generic Linux kernel headers for version 5.13.0 on 64 bit x86 SMP
    • sug: linux-hwe-5.13-tools Package not available
    • sug: linux-modules-extra-5.13.0-41-generic Linux kernel extra modules for version 5.13.0 on 64 bit x86 SMP

    Download linux-image-5.13.0-41-generic

    Download for all available architectures
    Architecture Package Size Installed Size Files
    amd64 9,804.5 kB 9,971.0 kB [list of files]

    This page is also available in the following languages:

    Content Copyright © 2023 Canonical Ltd.; See license terms. Ubuntu is a trademark of Canonical Ltd. Learn more about this site.

    Источник

    Как установить Linux Kernel 5.16 на Ubuntu 20.04 LTS

    hosting.energy недорогой хостинг сайтов

    hosting.energy недорогой хостинг сайтов

    В этом руководстве мы покажем вам, как установить Linux Kernel 5.16 на Ubuntu 20.04 LTS. Для тех из вас, кто не знал, Linux Kernel — это бесплатная монолитная, модульная, многозадачная Unix-подобная операционная система с открытым исходным кодом. Это основной компонент операционной системы Linux и основной интерфейс между аппаратным обеспечением компьютера и его процессами. Linux Kernel 5.16 — отличный выпуск для геймеров Linux и пользователей AMD . Он предлагает долгожданную реализацию FUTEX2 от Collabora для более быстрого игрового процесса при игре в обе родные игры для Linux. Другие улучшения, связанные с записью, включают улучшенное управление перегрузками при записи, планировщик задач для кластеров ЦП, совместно использующих кеш L2/L3, среди многих других дополнений.

    В этой статье предполагается, что у вас есть хотя бы базовые знания о Linux, вы знаете, как использовать оболочку, и, самое главное, вы размещаете свой сайт на собственном VPS. Установка довольно проста и предполагает, что вы работаете с учетной записью root, в противном случае вам может потребоваться добавить ‘ sudo ‘ к командам, чтобы получить привилегии root. Я покажу вам пошаговую установку ядра Linux 5.16 на Ubuntu 20.04 (Focal Fossa). Вы можете следовать тем же инструкциям для Ubuntu 18.04, 16.04 и любого другого дистрибутива на основе Debian, такого как Linux Mint.

    Установите Linux Kernel 5.16 на Ubuntu 20.04 LTS Focal Fossa

    Шаг 1. Сначала убедитесь, что все ваши системные пакеты обновлены, выполнив следующие apt команды в терминале.

    sudo apt update sudo apt upgradesudo apt install update-manager-core

    Шаг 2. Установка ядра Linux 5.16 на Ubuntu 20.04.

    По умолчанию Linux Kernel 5.16 недоступно в базовом репозитории Ubuntu. Теперь мы загружаем последний пакет из основного PPA-репозитория ядра Ubuntu:

    wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-headers-5.16.0-051600_5.16.0-051600.202201092355_all.debwget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-headers-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.debwget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-image-unsigned-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.debwget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.16/amd64/linux-modules-5.16.0-051600-generic_5.16.0-051600.202201092355_amd64.deb

    Чтобы установить новое ядро, давайте запустим следующую команду:

    Дождитесь завершения процесса, вам потребуется перезагрузить систему, чтобы новое ядро ​​полностью активировалось:

    После повторного входа в систему проверьте только что установленное ядро ​​с помощью следующих команд:

    Поздравляем! Вы успешно установили Linux Kernel . Спасибо за использование этого руководства по установке ядра Linux 5.16 в системе Ubuntu 20.04 LTS Focal Fossa. Для получения дополнительной помощи или полезной информации мы рекомендуем вам посетить официальный веб-сайт Ubuntu .

    Источник

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