From 4e7e6472f91517d53926bb21dc69d7ef973ad4da Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Mon, 3 Jun 2024 15:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20dpkg-deb=20=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/APT/APT_和_Dpkg_命令说明.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Software/Applications/APT/APT_和_Dpkg_命令说明.md b/Software/Applications/APT/APT_和_Dpkg_命令说明.md index 16ff7b0..c9e5db2 100644 --- a/Software/Applications/APT/APT_和_Dpkg_命令说明.md +++ b/Software/Applications/APT/APT_和_Dpkg_命令说明.md @@ -12,8 +12,14 @@ ## 2. dpkg 命令 +| Commands | Description | +|----------------------------------|-------------| +| dpkg -i \ | 安装软件包 | +| dpkg -x \ [target dir] | 解压软件包中的文件 | +| dpkg -e \ [target dir] | 解压软件包中的控制信息 | + +## 3. dpkg-deb 命令 + | Commands | Description | |--------------------------------|-------------| -| dpkg -i | 安装软件包 | -| dpkg -x [target dir] | 解压软件包中的文件 | -| dpkg -e [target dir] | 解压软件包中的控制信息 | +| dpkg-deb -b \ [target dir] | 安装软件包 |