# Debian 简介

> Debian 是由自由和开放源代码的软件组成的，并将始终保持100%自由。每个人都能自由使用、修改，以及分发。这是我们对我们的用户的主要承诺。它也是免费的。 —— Debian.org

Debian ( /ˈde.bi.ən/ ) 是一个基于多种内核的操作系统，当前常用的内核有 Linux 与 FreeBSD，Debian 甚至还有使用 GNU Hurd 的版本。

但是当我们提到 Debian 的时候，我们多数是在指 Debian GNU/Linux 这一 Linux 发行版。

Debian 是一个支持自由软件工程的操作系统 ( 尽管因为在软件源里提供 `Non-free` 软件包而导致其不被 GNU 承认为一个真正的自由操作系统 )，他没有任何使用费用，也不属于任何商业公司。( 这一点尤其是在 CentOS 风波体现的最为突出 )，任何人都可以随意下载使用并不需要支付任何费用。

有大量 Linux 发行版都是基于 Debian 进行二次修改发行的，这些系统包括但不限于：

* Ubuntu
* Kali Linux
* Linux Mint
* deepin

等。

当学习 Debian 之后，切换至这些基于 Debian 的发行版也会感到相当轻松且没有什么不适之处。

但要知道的是，大家同为 Linux，尽管发行版不甚相同，但毕竟还有许多相似之处，因此写作时，一些地方会与其他发行版 ( 主要指 Red Hat一类的发行版 )做对比，你会发现即便以前使用的是其他发行版，切换至 Debian 也不会有太多的困难。

本书中会用 Debian 来指代 Debian GNU/Linux 这一 Linux 发行版，而基于 FreeBSD 内核与 GNU Hurd 内核的 Debian 系统不在此书的讨论范围内。

由于笔者水平有限，且成书时间较为匆忙，书中必有许多遗漏之处，劳烦各位读者指出。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pan-xiao.gitbook.io/debian/intro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
