[Topic DIscussion] 安装程序的包是哪个啊
Tofloor
poster avatar
biller
deepin
2021-01-27 02:31
Author

想知道安装程序的包是什么

Reply Favorite View the author
All Replies
辉夜
deepin
2021-01-27 03:06
#1

???

Reply View the author
deepin
2021-01-27 04:00
#2

apt/dpkg

话说你知道这个要干什么

Reply View the author
Comments
biller
2021-01-27 18:27
想看看 学习一下 提
Ziggy
deepin
2021-01-27 04:32
#3

?看楼上的,不要随便动,不然只有重装系统的份了

Reply View the author
Comments
biller
2021-01-27 18:32
想学习学习
enforcee
deepin
2021-01-27 05:18
#4

软件包(package)

就是把操作系统拆分成不同的部件,每个部件实现不同的功能,为了方便安装或删除这些部件,把相应的文件做成压缩包,就是软件包。

用于操作软件包的程序是包管理器(package manager)

deepin基于debian,因此使用dpkg作为包管理器,软件包的扩展名是*.deb

apt是为了更方便管理软件包,在dpkg基础之上设计的更高级的包管理器

Reply View the author
Comments
biller
2021-01-27 18:31
感谢 我如何可以定位到安装程序的包啊