How to manually upgrade the kernel in deepin linux

How to manually upgrade the kernel in deepin linux

deepin and Ubuntu are both distributions based on debian , and the kernel built by Ubuntu is used here.

Download address: https://kernel.ubuntu.com/~kernel-ppa/mainline/

Select the latest stable version. For example, the latest stable version (2019.12.15) is 5.4.3

Download these 4 deb packages for amd64:

After downloading, install:

Restart after installation

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • How to compile the Linux kernel
  • How to implement Linux deepin to delete redundant kernels
  • In-depth analysis of the Linux kernel macro container_of
  • Steps to transplant the new kernel to the Linux system
  • Linux kernel device driver character device driver notes
  • Detailed explanation of Linux kernel memory management architecture
  • Linux kernel parameter adjustment method
  • Analyze the compilation and burning of Linux kernel and device tree

<<:  Detailed explanation of the code for querying data of a certain day, month, or year in MySQL

>>:  Implementation of iview permission management

Recommend

A brief talk about JavaScript Sandbox

Preface: Speaking of sandboxes, our minds may ref...

Detailed explanation of the difference between alt and title

These two attributes are often used, but their di...

Detailed explanation of Javascript closures and applications

Table of contents Preface 1. What is a closure? 1...

Detailed explanation of Vue form binding and components

Table of contents 1. What is two-way data binding...

Solve the problem of IDEA configuring tomcat startup error

The following two errors were encountered when co...

Detailed explanation of js event delegation

1. Each function is an object and occupies memory...

W3C Tutorial (8): W3C XML Schema Activities

XML Schema is an XML-based alternative to DTD. XM...

Take you to a thorough understanding of the prototype object in JavaScript

Table of contents 1. What is a prototype? 1.1 Fun...

How to use negative margin technology to achieve average layout in CSS

We usually use float layout to solve the compatib...

Detailed explanation of the Sidecar mode in Docker Compose

Table of contents What is Docker Compose Requirem...

How to use the Marquee tag in XHTML code

In the forum, I saw netizen jeanjean20 mentioned h...

Tutorial on how to remotely connect to MySQL database under Linux system

Preface I recently encountered this requirement a...