惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

A
About on SuperTechFans
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
I
InfoQ
C
Check Point Blog
IT之家
IT之家
MyScale Blog
MyScale Blog
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
Last Week in AI
Last Week in AI
GbyAI
GbyAI
P
Proofpoint News Feed
量子位
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
B
Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
云风的 BLOG
云风的 BLOG

博客园 - 不再专注于.net技术

嵌入式c/C++ 多线程专题3 - 不再专注于.net技术 - 博客园 多线程调度专题2 - 不再专注于.net技术 - 博客园 多线程同步问题专题(1) TCP/IP卷一(4) TCP/IP卷一(3) TCP/IP卷一(2) TCP/IP卷一(1) Net Programming 设备坐标 删除内存树结构的时候,千万注意内存泄漏问题,采用递归比较简单。 投资收益 The Strategy Pattern Com+ ?? Learning Bridge pattern. 树结构的遍历与建立树 初始化COM GNU Debian Linux学习 vc调用vb DLL方法
debian linux
不再专注于.net技术 · 2006-01-03 · via 博客园 - 不再专注于.net技术

包管理工具:
dpkg
apt-get  -f install
apt-get update
apt-get install pakagename
dselect  etc

Config Debian System:
apt-get usage:

update retrieves the available packages from the list of sources and updates
the local database to reflect the available packages.
install retrieves and installs all specified packages, plus any dependencies
required for those packages.
upgrade installs the most recent version of every package on your system,
while doing its best not to make any changes to the system. This does not
take into account dependencies.
dist-upgrade works like upgrade, but changes the installation status of
dependencies.
dselect-upgrade works together with dselect. It reads the dselect status
databases and makes changes based on the results.