回答編集履歴

6

補足

2016/11/08 06:09

投稿

popobot
popobot

スコア6586

test CHANGED
File without changes

5

補足

2016/11/08 06:09

投稿

popobot
popobot

スコア6586

test CHANGED
File without changes

4

補足

2016/11/08 06:09

投稿

popobot
popobot

スコア6586

test CHANGED
File without changes

3

補足

2016/11/08 06:09

投稿

popobot
popobot

スコア6586

test CHANGED
File without changes

2

補足

2016/11/08 06:08

投稿

popobot
popobot

スコア6586

test CHANGED
@@ -5,3 +5,5 @@
5
5
 
6
6
 
7
7
  ※yumのように依存関係を解決してくれます。
8
+
9
+ ※dpkgはRedhat系でいうところのrpmコマンド相当なので、個別のパッケージを手動でインストールする場合などに使われます。

1

補足

2016/11/08 06:08

投稿

popobot
popobot

スコア6586

test CHANGED
@@ -1,3 +1,7 @@
1
1
  Debian系でyumコマンドに相当するものはapt-getです。
2
2
 
3
3
  参考サイト:[[Ubuntu] apt-get まとめ](http://qiita.com/white_aspara25/items/723ae4ebf0bfefe2115c)
4
+
5
+
6
+
7
+ ※yumのように依存関係を解決してくれます。