📜  Debian 和 Arch 的区别

📅  最后修改于: 2021-09-13 02:04:38             🧑  作者: Mango

1. Debian:
它是适用于您的计算机的基于 Linux 内核的操作系统,带有模块化和通用安装程序。开发人员社区提供了修复错误的适当指南(如果有),并且有从修复到导入补丁的合适渠道。

2. 拱门:
它是一个 Linux 发行版,适用于处理器配置为 x86-64 的计算机系统。它遵循 KISS 或 Keep It Simple, Stupid 原则,主要关注简单性、现代性、实用主义和多功能性。它很简单,不会添加不必要的调整或添加。

Debian 和 Arch 的区别:

S. No. Debian Arch
1. It supports different processors. It supports only an x86-64 processor.
2. It lets you download Synaptic package manager. It does not let you download the Synaptic package manager.
3. During its installation, it installs some common packages also.  During its installation, it does not install any other package apart from the base.
4. It does not rely on the KISS principle. It relies on the KISS principle.
5. Its structure is quite complex as compared to Arch. It offers a simple structure as compared to Debian.
6. A novice can start from Debian. Understanding its functioning takes time.
7. In this, the developer has to install header files as its not pre-included. It already includes header files.
8. Its stability is not good as compared to Arch. It offers high stability as compared to Debian.