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

推荐订阅源

云风的 BLOG
云风的 BLOG
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
博客园 - 司徒正美
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
Visual Studio Blog
S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
博客园 - 聂微东

博客园 - 不再专注于.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.