How to update linux system

Release: 2019-12-07 15:46:04
Original
5048 people have browsed it

How to update linux system

Simple operation and operating principle of Linux system update. Recommended online video tutorial: linux video tutorial

1. Upgrade principle:

1. System upgrade is actually a process of deleting and reinstalling software packages. During the process, apt-get will automatically delete the old software package, so that the index file of the software package must be updated when the system is upgraded. .

2. During the system upgrade process, the original system kernel software will be retained in the system, so that when an exception occurs when using the new system kernel to boot the system during the system upgrade process, we can use the old system kernel software. The kernel continues to boot the system.

2. Upgrade operation:

1. Update the software package index file

sudo apt-get install update
Copy after login

2. Update the system

sudo apt-get update
Copy after login

More related article tutorial recommendations:linuxtutorial

The above is the detailed content of How to update linux system. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template