回答:
あまりない。apt
いくつかの機能をマージすることになって、新しいコマンドであるapt-get
とapt-cache
1つのコマンドに組み込みます。それはまだエッジの周りに少し荒いですが、ここにからのコマンドリストがあり--help
ます:
Basic commands:
list - list packages based on package names
search - search in package descriptions
show - show package details
update - update list of available packages
install - install packages
remove - remove packages
upgrade - upgrade the system by installing/upgrading packages
full-upgrade - upgrade the system by removing/installing/upgrading packages
edit-sources - edit the source information file
同等の機能は同様の方法で動作するように設計されていますが、プロキシコマンドではなく(古いコマンドを呼び出すのではなく、Aptライブラリへの新しいインターフェイスです)、エッジケースが変更される可能性があります。
いくつかの明白な不作為(もありdownload
、policy
パワーユーザーが欠場すること、など)と文書化されていないコマンドの全体のいかだがあります(purge
まだ動作しますが、私はそれで何かを見つけることができません)。
16.04更新:多くの省略が含まれていますが、まだ文書化されておらず、Bash完了もありません。コードベースにすでに存在する機能を実装するのにこれほど時間がかかっているのは残念ですが、まあまあです。私のアドバイスは、apt-{get,cache}
コマンドに慣れているなら、試してみることapt
です。うまくいくかもしれません。
このページには興味深いDIFFERENCES TO APT-GET(8)
セクションもありman apt
ます。
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.
また、Bash完了が必要な場合は、すでに完了ファイルを作成する試みをしました。これらは、以降のUbuntuインストールに含まれています。
aptitude
?