Não é possível atualizar o PIA da versão 75 para 77

0

O acesso privado à Internet é um dos meus provedores de VPN.

Não é possível atualizar PIA da versão 75 para a 77 com o seguinte erro.

Eu tentei desinstalar PIA v75 e executar o instalador novamente com o mesmo resultado.

As mensagens de erro são as seguintes:

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

Percebi que não tenho um diretório /opt presente no sistema.

    
por Vlastimil 04.03.2018 / 11:54

1 resposta

0

A solução foi bem simples, para criar esse diretório, ou seja:

sudo mkdir /opt

E, em seguida, execute o instalador novamente.

Obviamente, o instalador não conta com tal caso, onde o diretório /opt não está presente no sistema.

    
por 04.03.2018 / 11:54