Merge pull request #6907 from ofosos/arch-packer-package

Add note about Arch AUR `packer` package.
This commit is contained in:
Adrien Delorme 2018-10-24 15:56:55 +02:00 committed by GitHub
commit ed17cacf5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ install Packer by running:
## Troubleshooting
On some RedHat-based Linux distributions there is another tool named `packer`
On some *RedHat*-based Linux distributions there is another tool named `packer`
installed by default. You can check for this using `which -a packer`. If you get
an error like this it indicates there is a name conflict.
@ -125,3 +125,8 @@ an error like this it indicates there is a name conflict.
To fix this, you can create a symlink to packer that uses a different name like
`packer.io`, or invoke the `packer` binary you want using its absolute path,
e.g. `/usr/local/packer`.
On *Arch* Linux there is a package named `packer` in the main
repository and in the AUR. The package `packer` in the AUR is an old
name for a package management tool for Arch, it's not Hashicorp
Packer.