apt和apt-get的区别是什么?

发布于 2022-09-03 14:46:17 字数 19 浏览 31 评论 0

rttttttttttt

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

も让我眼熟你 2022-09-10 14:46:17

https://debian-handbook.info/browse/stable/sect.apt-get.html

我感觉实际体验上 apt > apt-get > aptitude

-柠檬树下少年和吉他 2022-09-10 14:46:17

搬运自:https://www.sysgeek.cn/apt-vs...

0、apt下除了get还有cache、config等(即apt-cache、apt-config)命令;
1、为了使apt系列命令更加结构化,apt命令涵盖了大多数apt-get、apt-cache、apt-config的命令;
2、apt并不能完全向下兼容apt-get命令
……

む无字情书 2022-09-10 14:46:17
$ apt-get --help | grep Cow
$ aptitude --help | grep Cow
$ apt --help | grep Cow

以及

$ apt-get moo
$ aptitude moo -vvvvv
内心荒芜 2022-09-10 14:46:17

apt (Advanced Package Tool) is the command-line tool for handling packages. It provides a commandline interface for the package management of the system.

DIFFERENCES TO APT-GET(8)

The apt command is meant to be pleasant for end users and does not need to be backward compatible like apt-get(8). Therefore some options are different:

  • The option DPkgPM::Progress-Fancy is enabled.

  • The option APT::Color is enabled.

  • A new list command is available similar to dpkg --list.

  • The option upgrade has --with-new-pkgs enabled by default.

意思就是 没啥区别

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文