メインコンテンツまでスキップ

Linux

方法 1:Apidogをコマンドで開く

1. 実行権限を追加

chmod a+x Apidog.AppImage

2. 実行

./Apidog.AppImage

方法 2: GUIでApidogを開く

1. 実行権限を追加

「Apidog.AppImage」ファイルを右クリック->「プロパティ」を選択->「プログラム実行ファイルとして許可」を実行します。

2. 実行

「Apidog.AppImage」ファイルをダブルクリックして実行します。

FAQ

  1. Ubuntu 22.04でappimageをインストールするときに、エラーメッセージ「AppImages require FUSE to run」がポップアップされます。

    対策:コマンドで実行: sudo. / パッケージ名 xxx.AppImage --appimage-extract-and-run --no-sandbox

  2. Linuxは「GPU process isn't usable, Goodbye.」がポップアップされる場合、「export APIDOG_DISABLE_GPU='true'」を実行して、再起動してください。