增加 APT 命令说明.
Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
827c9004a9
commit
3b4bed449f
|
@ -0,0 +1,7 @@
|
||||||
|
# APT 命令说明
|
||||||
|
|
||||||
|
| Commands | Description |
|
||||||
|
|-------------|-------------|
|
||||||
|
| apt install | 安装软件包 |
|
||||||
|
| apt remove | 删除已安装的软件包(保留配置文件),不会删除依赖软件包,保留配置文件 |
|
||||||
|
| apt purge | 删除已安装的软件包(不保留配置文件),删除软件包,同时删除相应依赖软件包 |
|
|
@ -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.配置
|
||||||
|
|
Loading…
Reference in New Issue