回答編集履歴
4
追記
answer
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
と失敬
|
8
8
|
|
9
|
-
エラーメッセージに conflicts とあるのですでにインストール済みですね。
|
9
|
+
エラーメッセージに conflicts とあるのですでに**正規のバージョン**がインストール済みですね。
|
10
10
|
|
11
11
|
--
|
12
12
|
|
@@ -61,4 +61,4 @@
|
|
61
61
|
|:---|:---:|:---:|
|
62
62
|
|ansible-2.1.1.0-1.el6.noarch.rpm | 29-Jul-2016 05:54 | 3.5M |
|
63
63
|
|
64
|
-
とあるので ansible
|
64
|
+
とあるので ansible のインストールは現状可能なはずです。
|
3
yum install ansible
answer
CHANGED
@@ -51,3 +51,14 @@
|
|
51
51
|
```
|
52
52
|
|
53
53
|
で yum のキャッシュをクリアした場合はどうなるでしょうかね?
|
54
|
+
|
55
|
+
|
56
|
+
# yum install ansible
|
57
|
+
|
58
|
+
[epel/6/x86_64/](http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/)
|
59
|
+
|
60
|
+
| file | date | size |
|
61
|
+
|:---|:---:|:---:|
|
62
|
+
|ansible-2.1.1.0-1.el6.noarch.rpm | 29-Jul-2016 05:54 | 3.5M |
|
63
|
+
|
64
|
+
とあるので ansible もインストールは可能ですね・
|
2
コメントに対する追記
answer
CHANGED
@@ -6,4 +6,48 @@
|
|
6
6
|
|
7
7
|
と失敬
|
8
8
|
|
9
|
-
エラーメッセージに conflicts とあるのですでにインストール済みですね。
|
9
|
+
エラーメッセージに conflicts とあるのですでにインストール済みですね。
|
10
|
+
|
11
|
+
--
|
12
|
+
|
13
|
+
# 追記
|
14
|
+
|
15
|
+
```
|
16
|
+
check Check for problems in the rpmdb
|
17
|
+
check-update Check for available package updates
|
18
|
+
clean Remove cached data
|
19
|
+
deplist List a package's dependencies
|
20
|
+
distribution-synchronization Synchronize installed packages to the latest available versions
|
21
|
+
downgrade downgrade a package
|
22
|
+
erase Remove a package or packages from your system
|
23
|
+
groupinfo Display details about a package group
|
24
|
+
groupinstall Install the packages in a group on your system
|
25
|
+
grouplist List available package groups
|
26
|
+
groupremove Remove the packages in a group from your system
|
27
|
+
help Display a helpful usage message
|
28
|
+
history Display, or use, the transaction history
|
29
|
+
info Display details about a package or group of packages
|
30
|
+
install Install a package or packages on your system
|
31
|
+
list List a package or groups of packages
|
32
|
+
load-transaction load a saved transaction from filename
|
33
|
+
makecache Generate the metadata cache
|
34
|
+
provides Find what package provides the given value
|
35
|
+
reinstall reinstall a package
|
36
|
+
repolist Display the configured software repositories
|
37
|
+
resolvedep Determine which package provides the given dependency
|
38
|
+
search Search package details for the given string
|
39
|
+
shell Run an interactive yum shell
|
40
|
+
update Update a package or packages on your system
|
41
|
+
update-minimal Works like update, but goes to the 'newest' package match which fixes a problem that affects your system
|
42
|
+
updateinfo Acts on repository update information
|
43
|
+
upgrade Update packages taking obsoletes into account
|
44
|
+
version Display a version for the machine and/or available repos.
|
45
|
+
```
|
46
|
+
|
47
|
+
とあるのでキャッシュ領域がふそくしているなら
|
48
|
+
|
49
|
+
```
|
50
|
+
yum clean all
|
51
|
+
```
|
52
|
+
|
53
|
+
で yum のキャッシュをクリアした場合はどうなるでしょうかね?
|
1
conflicts
answer
CHANGED
@@ -2,4 +2,8 @@
|
|
2
2
|
|
3
3
|
```
|
4
4
|
yum install epel-release
|
5
|
-
```
|
5
|
+
```
|
6
|
+
|
7
|
+
と失敬
|
8
|
+
|
9
|
+
エラーメッセージに conflicts とあるのですでにインストール済みですね。
|