teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

追記

2021/09/25 02:12

投稿

退会済みユーザー
answer CHANGED
@@ -1,1 +1,6 @@
1
- 他の方の回答にもあるように、aptを使うことをおすすめします。
1
+ [参考](https://yongjinkim.com/apt%E3%81%A8apt-get%E3%81%AE%E9%81%95%E3%81%84/)
2
+ [参考](https://debian-handbook.info/browse/stable/sect.apt-get.html)
3
+
4
+ APT is a vast project, whose original plans included a graphical interface. It is based on a library which contains the core application, and apt-get is the first front end — command-line based — which was developed within the project. apt is a second command-line based front end provided by APT which overcomes some design mistakes of apt-get.
5
+
6
+ apt-getには設計ミスがありますのでaptを使う事をおすすめします。