PIAをバージョン75から77に更新できません。

PIAをバージョン75から77に更新できません。

プライベートインターネットアクセス私のVPNプロバイダの1つです。

更新できません。ぴあバージョン75〜77では、以下のエラーが発生します。

削除しようとしています。ぴあv75をインストールしてインストーラを再実行しましたが、結果は同じでした。

エラーメッセージは次のとおりです。

Installing files...
mv: cannot move '/home/pia/.pia_install.4881/installer_linux/deploy_files' to '/opt/pia': No such file or directory
chmod: cannot access '/opt/pia/openvpn_launcher.32': No such file or directory
chmod: cannot access '/opt/pia/openvpn_launcher.64': No such file or directory
chmod: cannot access '/opt/pia/root_runner/root_runner.32': No such file or directory
chmod: cannot access '/opt/pia/root_runner/root_runner.64': No such file or directory
Installing dependencies...
Running: sudo apt-get install -y libxss1 libappindicator1 gconf2 net-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gconf2 is already the newest version (3.2.6-3ubuntu6).
libxss1 is already the newest version (1:1.2.2-1).
net-tools is already the newest version (1.60-26ubuntu1).
libappindicator1 is already the newest version (12.10.1+16.04.20170215-0ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 273 not upgraded.
./installer_linux/installer.rb:167:in `expand_path': no implicit conversion of nil into String (TypeError)
    from ./installer_linux/installer.rb:167:in `install'
    from ./installer_linux/installer.rb:187:in `<main>'

/optシステムにディレクトリがないことがわかりました。

ベストアンサー1

解決策はとても簡単です。次のようにディレクトリを作成します。

sudo mkdir /opt

その後、インストーラを再実行します。


/opt明らかに、インストーラはディレクトリがシステムに存在しないという事実を考慮しません。

おすすめ記事