# 安装

## 本章目录

* [从安装介质启动](/slackbook_cn/chapter_02/booting_the_installer.md)
* [分区](/slackbook_cn/chapter_02/partitioning.md)
* [安装程序](/slackbook_cn/chapter_02/the_setup_program.md)
  * [Help](/slackbook_cn/chapter_02/the_setup_program/help.md)
  * [Keymap](/slackbook_cn/chapter_02/the_setup_program/keymap.md)
  * [Addswap](/slackbook_cn/chapter_02/the_setup_program/addswap.md)
  * [Target](/slackbook_cn/chapter_02/the_setup_program/target.md)
  * [Source](/slackbook_cn/chapter_02/the_setup_program/source.md)
  * [Select](/slackbook_cn/chapter_02/the_setup_program/select.md)
  * [Install](/slackbook_cn/chapter_02/the_setup_program/install.md)
  * [Configure](/slackbook_cn/chapter_02/the_setup_program/configure.md)

Slackware 的安装比其他的 Linux 发行版本更加简洁一点而且和 BSD 操作系统的安装方式很像。如果你对这些很熟悉，会感觉安装很自在。但是如果你从没有安装过 Slackware 或者只进行过图形化的安装方式，那么会觉得有一点不堪重负。不必恐慌！一旦你理解了安装就会很容易，它可以工作在任何 x86 和 x86\_64 平台上。

最新版本的 Slackware 通过 DVD 和 CD 媒介进行发布（可以理解为镜像文件），但是 Slackware 也可以通过其他方式进行安装。在本书中主要记住中普通的方式——即从 DVD 启动。如果你没有光驱，你可以在 Slackware 的镜像目录中的 `usb-and-pxe-installers` 目录中阅读 `README` 文件。这个目录包括必要的文件和从 USB 或是从支持 PXE 的网络中安装 Slackware 的介绍方法。


---

# 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://slackwarecn.gitbook.io/slackbook_cn/chapter_02.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.
