回答編集履歴

4

追記

2016/09/11 02:38

投稿

退会済みユーザー
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- エラーメッセージに conflicts とあるのですでにインストール済みですね。
17
+ エラーメッセージに conflicts とあるのですでに**正規のバージョン**がインストール済みですね。
18
18
 
19
19
 
20
20
 
@@ -124,4 +124,4 @@
124
124
 
125
125
 
126
126
 
127
- とあるので ansible インストールは可能ですね・
127
+ とあるので ansible インストールは現状可能なはずです

3

yum install ansible

2016/09/11 02:38

投稿

退会済みユーザー
test CHANGED
@@ -105,3 +105,23 @@
105
105
  で yum のキャッシュをクリアした場合はどうなるでしょうかね?
106
106
 
107
107
 
108
+
109
+
110
+
111
+ # yum install ansible
112
+
113
+
114
+
115
+ [epel/6/x86_64/](http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/)
116
+
117
+
118
+
119
+ | file | date | size |
120
+
121
+ |:---|:---:|:---:|
122
+
123
+ |ansible-2.1.1.0-1.el6.noarch.rpm | 29-Jul-2016 05:54 | 3.5M |
124
+
125
+
126
+
127
+ とあるので ansible もインストールは可能ですね・

2

コメントに対する追記

2016/09/11 02:37

投稿

退会済みユーザー
test CHANGED
@@ -15,3 +15,93 @@
15
15
 
16
16
 
17
17
  エラーメッセージに conflicts とあるのですでにインストール済みですね。
18
+
19
+
20
+
21
+ --
22
+
23
+
24
+
25
+ # 追記
26
+
27
+
28
+
29
+ ```
30
+
31
+ check Check for problems in the rpmdb
32
+
33
+ check-update Check for available package updates
34
+
35
+ clean Remove cached data
36
+
37
+ deplist List a package's dependencies
38
+
39
+ distribution-synchronization Synchronize installed packages to the latest available versions
40
+
41
+ downgrade downgrade a package
42
+
43
+ erase Remove a package or packages from your system
44
+
45
+ groupinfo Display details about a package group
46
+
47
+ groupinstall Install the packages in a group on your system
48
+
49
+ grouplist List available package groups
50
+
51
+ groupremove Remove the packages in a group from your system
52
+
53
+ help Display a helpful usage message
54
+
55
+ history Display, or use, the transaction history
56
+
57
+ info Display details about a package or group of packages
58
+
59
+ install Install a package or packages on your system
60
+
61
+ list List a package or groups of packages
62
+
63
+ load-transaction load a saved transaction from filename
64
+
65
+ makecache Generate the metadata cache
66
+
67
+ provides Find what package provides the given value
68
+
69
+ reinstall reinstall a package
70
+
71
+ repolist Display the configured software repositories
72
+
73
+ resolvedep Determine which package provides the given dependency
74
+
75
+ search Search package details for the given string
76
+
77
+ shell Run an interactive yum shell
78
+
79
+ update Update a package or packages on your system
80
+
81
+ update-minimal Works like update, but goes to the 'newest' package match which fixes a problem that affects your system
82
+
83
+ updateinfo Acts on repository update information
84
+
85
+ upgrade Update packages taking obsoletes into account
86
+
87
+ version Display a version for the machine and/or available repos.
88
+
89
+ ```
90
+
91
+
92
+
93
+ とあるのでキャッシュ領域がふそくしているなら
94
+
95
+
96
+
97
+ ```
98
+
99
+ yum clean all
100
+
101
+ ```
102
+
103
+
104
+
105
+ で yum のキャッシュをクリアした場合はどうなるでしょうかね?
106
+
107
+

1

conflicts

2016/09/11 00:23

投稿

退会済みユーザー
test CHANGED
@@ -7,3 +7,11 @@
7
7
  yum install epel-release
8
8
 
9
9
  ```
10
+
11
+
12
+
13
+ と失敬
14
+
15
+
16
+
17
+ エラーメッセージに conflicts とあるのですでにインストール済みですね。