“Aptitude”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) (建立内容为“suoyin”的新页面) |
Jihongchang(讨论 | 贡献) |
||
(未显示同一用户的1个中间版本) | |||
第1行: | 第1行: | ||
− | + | 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#