| APT 意为高级打包工具,就像 DNF 将如何替代 YUM 一样,APT 是 apt-get 的替代物。它功能丰富的命令行工具包括了如下所有命令的功能如 apt-cache、apt-search、dpkg、apt-cdrom、apt-config、apt-key等等,我们可以方便的通过apt来安装.dpkg包,但是我们却不能通过apt-get来完成这一点,还有一些其他的类似的功能也不能用apt-get来完成,所以apt-get因为没有解决上述功能缺乏的原因而被apt所取代。 (LCTT 译注: 用 apt show查看 nano 包信息) $ apt show nanoPackage: nanoVersion: 2.8.6-3Priority: standardSection: editorsOrigin: UbuntuMaintainer: Ubuntu Developers Original-Maintainer: Jordi Mallach Bugs: https://bugs.launchpad.net/ubuntu/+filebugInstalled-Size: 766 kBDepends: libc6 (>= 2.14), libncursesw5 (>= 6), libtinfo5 (>= 6)Suggests: spellConflicts: picoBreaks: nano-tiny (<< 2.8.6-2)Replaces: nano-tiny (<< 2.8.6-2), picoHomepage: https://www.nano-editor.org/Task: standard, ubuntu-touch-core, ubuntu-touchSupported: 9mDownload-Size: 222 kBAPT-Manual-Installed: yesAPT-Sources: http://in.archive.ubuntu.com/ubuntu artful/main amd64 PackagesDescription: small, friendly text editor inspired by Pico GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . However, GNU nano also implements many features missing in pico, including:  - undo/redo  - line numbering  - syntax coloring  - soft-wrapping of overlong lines  - selecting text by holding Shift  - interactive search and replace (with regular expression support)  - a go-to line (and column) command  - support for multiple file buffers  - auto-indentation  - tab completion of filenames and search terms  - toggling features while running  - and full internationalization support
 dpkg 命令:查看Debian/Ubuntu/Mint系统上的包信息(编辑:南平站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |