LoginSignup
0
0

More than 1 year has passed since last update.

gh コマンド(GitHub CLI)で GLIBC が見つからないエラーを解決する(Ubuntu)

Posted at

環境

  • Ubuntu v20.04.5
  • WSL2
  • Homebrew v3.6.0
  • GitHub CLI (gh) v2.15.0(brew でインストール)

問題の事象

$ gh
gh: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by gh)
gh: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by gh)

解決法

brew uninstall gh
brew install gh

最後に

原因を解明したわけではないので記事にするほどでもないのですが、もしかすると同様の事象で困っている方がいるかも知れないので一応記録を残しておきます。

0
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
0
0