“Aptitude”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
第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#