「VPN - Proton VPN」の版間の差分

ナビゲーションに移動 検索に移動
90行目: 90行目:
<br>
<br>
==== Proton VPN CLIのインストール ====
==== Proton VPN CLIのインストール ====
<u>Proton VPN CLIを使用する場合のみインストール。する。</u><br>
<u>Proton VPN CLIを使用する場合のみインストールする。</u><br>
<br>
<br>
Proton VPN CLIのビルドに必要なライブラリをインストールする。<br>
Proton VPN CLIのビルドに必要なライブラリをインストールする。<br>
105行目: 105行目:
<br>
<br>
Proton VPN CLIをインストールする。<br>
Proton VPN CLIをインストールする。<br>
python3 ./setup.py build
python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>
# または
sudo pip3 install -e .
<br>
==== Proton VPN GUIのインストール ====
<u>Proton VPN GUIを使用する場合のみインストールする。</u><br>
<br>
Proton VPN GUIのビルドに必要なライブラリをインストールする。<br>
sudo zypper install python3-gobject python3-psutil libgtk-3-0
<br>
[https://github.com/ProtonVPN/linux-app Proton VPN GUIのGithub]にアクセスして、ソースコードをダウンロードする。<br>
ダウンロードしたファイルを解凍する。<br>
tar xf linux-app-<バージョン>.tar.gz
cd linux-app-<バージョン>
<br>
または、<code>git clone</code>を使用して、ソースコードをダウンロードする。<br>
git clone https://github.com/ProtonVPN/linux-app.git
cd linux-app
<br>
Proton VPN GUIをインストールする。<br>
  python3 ./setup.py build
  python3 ./setup.py build
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>

案内メニュー