You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2025. It is now read-only.
* Reposition the Ubuntu example after the the initialization part, so
that the example is presneted only after all the components have been
introduced.
-[Example Installation on Ubuntu 18.04](#example-installation-on-ubuntu-1804)
18
17
-[Installing in a virtual environment](#installing-in-a-virtual-environment)
19
18
-[Install](#install)
20
19
-[Update](#update)
21
20
-[Uninstall](#uninstall-1)
22
21
-[Initialization](#initialization)
22
+
-[Example Installation on Ubuntu 18.04](#example-installation-on-ubuntu-1804)
23
23
-[Commands](#commands)
24
24
-[List of all Commands](#list-of-all-commands)
25
25
-[Command Explanations](#command-explanations)
@@ -108,50 +108,6 @@ For PIP this would be
108
108
109
109
Bye Bye 😔
110
110
111
-
#### Example Installation on Ubuntu 18.04
112
-
113
-
1. Installing dependencies
114
-
115
-
To install ProtonVPN-CLI's dependencies, open a terminal and type `sudo apt install -y dialog openvpn python3-pip python3-setuptools` and confirm with Enter. Wait for the installation to finish
116
-
117
-
2. Installing ProtonVPN-CLI
118
-
119
-
To install ProtonVPN-CLI type `sudo pip3 install protonvpn-cli` in the terminal and confirm with Enter again. It should look something like this:
*IMPORTANT: After your trial expires, you will need to reconfigure your plan to 1) Free. To set this up, enter `sudo protonvpn configure`. Then select `2) ProtonVPN Plan`. Finally, select `1) Free`.*
140
-
141
-
Now, you need to choose which default transmission protocol you want to use. UDP is typically the faster option, while TCP is a more reliable protocol that's better suited for unstable connections and in restricted networks. The default selection is UDP.
You are now ready to connect to ProtonVPN. For example, you can let ProtonVPN-CLI find the fastest server for you. Just type `sudo protonvpn connect -f` and a connection will be established.
If you're having trouble with the normal installation or don't want to install ProtonVPN-CLI as root, follow this guide to install it in a Python virtual environment.
@@ -220,6 +176,50 @@ Now you should be able to use the protonvpn command from anywhere in the system
220
176
221
177
Before you can use ProtonVPN-CLI, you need to initialize it. Run `sudo protonvpn init` and follow the prompts on the screen.
222
178
179
+
## Example Installation on Ubuntu 18.04
180
+
181
+
1. Installing dependencies
182
+
183
+
To install ProtonVPN-CLI's dependencies, open a terminal and type `sudo apt install -y dialog openvpn python3-pip python3-setuptools` and confirm with Enter. Wait for the installation to finish
184
+
185
+
2. Installing ProtonVPN-CLI
186
+
187
+
To install ProtonVPN-CLI type `sudo pip3 install protonvpn-cli` in the terminal and confirm with Enter again. It should look something like this:
*IMPORTANT: After your trial expires, you will need to reconfigure your plan to 1) Free. To set this up, enter `sudo protonvpn configure`. Then select `2) ProtonVPN Plan`. Finally, select `1) Free`.*
208
+
209
+
Now, you need to choose which default transmission protocol you want to use. UDP is typically the faster option, while TCP is a more reliable protocol that's better suited for unstable connections and in restricted networks. The default selection is UDP.
You are now ready to connect to ProtonVPN. For example, you can let ProtonVPN-CLI find the fastest server for you. Just type `sudo protonvpn connect -f` and a connection will be established.
0 commit comments