📜  apt vs apt-get - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:35.728000             🧑  作者: Mango

代码示例4
APTs origins start in Debian which is a distro which many other distros are
based. APT is a set of APIs which the apt and apt-get command lines interact
with

- apt: The more friendlier version of the two!
- apt-get: The older of the two, backwards compatible and OG developer focused.
(others like apt-cache, ... exist!)

Conclusion: Stick with apt if you can. Use apt-get if you need specific function
alities that are otherwise unavialable. Doesnt matter much anyways none are dep
recated!