LoginSignup
2
0

More than 1 year has passed since last update.

aptとapt-getの違い

Posted at

aptとapt-getの違い

  • 両方とも、パッケージ管理用のコマンドラインベースフロントエンド
  • Debian系のOSで使用される
  • apt-getが古く、APTプロジェクト?で開発された
  • aptはその後開発された

どっち使えばいいの

  • aptはapt-getの設計上のミスを克服している
    • aptを使ったほうが基本的にいい
  • apt-getの方がupgradeの実行が厳しい
    • 現在のパッケージの構成を変えないで実施する
  • 依存関係含めて最新にしたい場合はapt upgradeの方が良さそう
    • ただし、依存関係のbugをふむかも

まとめ

apt使っておけばいいと思う

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0