19 | | * "Skip": |
20 | | * "Keep" indicates that the package is installed, and will not be altered. |
21 | | * "Uninstall" indicates that the package is already installed, and will be uninstalled. |
22 | | * "Reinstall" indicates that the current version of the package will be reinstalled. |
23 | | * A version (like 1.0.0-1) indicates that this version of the package will be installed, possibly replacing an existing version. |
| 19 | * "Skip":パッケージがインストールされていない、そしてインストールされてないことを表します。 |
| 20 | * "Keep":パッケージがインストールされていて、変更されないことを表します。 |
| 21 | * "Uninstall":パッケージがすでにインストールされていて、アンインストールすることを表します。 |
| 22 | * "Reinstall":最新のバージョンのパッケージが再インストールされていることを表します。 |
| 23 | * A version (1.0.0-1など):このバージョンのパッケージがインストールされること、そしてお存在するバージョンへ置き換え可能なことを表します。 |