增加 APT 命令说明.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2021-07-21 11:47:21 +08:00
parent 827c9004a9
commit 3b4bed449f
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# APT 命令说明
| Commands | Description |
|-------------|-------------|
| apt install | 安装软件包 |
| apt remove | 删除已安装的软件包(保留配置文件),不会删除依赖软件包,保留配置文件 |
| apt purge | 删除已安装的软件包(不保留配置文件),删除软件包,同时删除相应依赖软件包 |

View File

@ -7,6 +7,8 @@ dnsmasq provides a DNS server, a DHCP server with support for DHCPv6 and PXE, an
```bash ```bash
# Manjaro # Manjaro
pacman -S dnsmasq pacman -S dnsmasq
# Ubuntu
apt install dnsmasq
``` ```
## 2.配置 ## 2.配置