4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

apt-get: not foundやyum: not foundが出る

Posted at

Linuxのディストリビューションが違うとコマンドも違う

Ubuntu(Debian系)

aptapt-getを使えるのはDebian系のLinux ディストリビューションです。
apt-getを使っている方はaptが推奨されているのでaptを使いましょう。

CentOS(Red Hat系)

yumが使えます。

Alpin Linux

BusyBoxとmuslをベースにしたLinuxディストリビューション
apkが使えます。

まとめ

自分が使っているOSは何かを把握して使いましょう。
以前私が書いたこちらの記事の補足資料として作製しました。
https://qiita.com/HorikawaTokiya/items/a2a174680d7dd759ccae

4
4
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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?