1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS7 で packer をインストールしたが動かないので対処した件

Posted at
  • CentOS7 で packer をインストールしたが パスを通しても動かない事象に遭遇しハマったのでメモ

Packerのインストール

原因

/user/sbin/packerってなんぞ

  • /usr/sbin/packer -> cracklib-packercracklib-packerへのシンボリックリンクっぽい…

解決

  • 問題の シンボリックリンクを消す sudo rm /usr/sbin/packer
  • 正常動作を確認
$ packer -v
1.1.0
  • 消したのに /usr/sbin/packer をまだ見に行くような場合は再ログイン等で正常化するかも
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?