“Aptitude”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
 
第1行: 第1行:
 
https://wiki.debian.org/Aptitude
 
https://wiki.debian.org/Aptitude
 +
 +
=== 安装 ===
 +
<syntaxhighlight lang="shell-session">
 +
root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin# apt -y install aptitude
 +
......
 +
root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin# aptitude -h
 +
......
 +
root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin#
 +
</syntaxhighlight>
 +
 +
=== 更新 包列表 ===
 +
<syntaxhighlight lang="shell-session">
 +
root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin# aptitude update
 +
......
 +
root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin#
 +
</syntaxhighlight>

2022年8月16日 (二) 14:02的最新版本

https://wiki.debian.org/Aptitude

安装

root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin# apt -y install aptitude
......
root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin# aptitude -h
......
root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin#

更新 包列表

root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin# aptitude update
......
root@5033aa3ffae0:/apache-zookeeper-3.8.0-bin/bin#