@Svante: this package is DE independent. You just need to use either Network Manager or Connman and whatever GUI you want.
Search Criteria
Package Details: private-internet-access-vpn 3.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/private-internet-access-vpn.git (read-only, click to copy) |
---|---|
Package Base: | private-internet-access-vpn |
Description: | Installs VPN profiles for Private Internet Access Service |
Upstream URL: | https://www.privateinternetaccess.com/ |
Keywords: | connman networkmanager openvpn python vpn |
Licenses: | GPL |
Conflicts: | xawtv |
Submitter: | flamusdiu |
Maintainer: | Auerhuhn |
Last Packager: | Auerhuhn |
Votes: | 86 |
Popularity: | 0.000008 |
First Submitted: | 2014-08-14 01:22 (UTC) |
Last Updated: | 2024-04-14 17:12 (UTC) |
Dependencies (10)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-docopt
- python-setuptools
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- connman (connman-gitAUR, connman-systemd-resolvedAUR) (optional) – Enables PIA for Connman
- networkmanager (networkmanager-gitAUR, networkmanager-iwdAUR) (optional) – Enables PIA for Network Manager (needs a openvpn plugin)
Required by (0)
Sources (9)
Latest Comments
« First ‹ Previous 1 .. 35 36 37 38 39 40 41 42 43 44 45 .. 48 Next › Last »
flamusdiu commented on 2015-12-15 12:25 (UTC)
Svante commented on 2015-12-15 10:57 (UTC)
Any special things to do on KDE?
Chrissss commented on 2015-12-03 11:31 (UTC)
And again a update, the checksum for openvpn.zip is now: 49ab3063f5b3b457b457565561c0ddc842dfbaeaf7a49fe5906b89730baafe3d
qKUqm3wtY4 commented on 2015-11-27 14:44 (UTC)
I've flagged this out of date because the sha256 checksum for openvpn.zip has changed to: ead2160aa4a25a2404f2175bf682267026de39f54e69170d276d1f57216ce99e
austinhasten commented on 2015-11-15 04:06 (UTC) (edited on 2015-11-15 04:28 (UTC) by austinhasten)
Is there any way to enable DNS protection? I'm getting all sorts of leaks as it is.
Edit: I fixed it by changing foreign_option_1 and _2 in update-resolve-conf.sh
flamusdiu commented on 2015-10-27 19:00 (UTC)
@splurben:
Do you have git installed properly?
I have git version 2.6.2.
I did the following commands:
~> git clone https://aur.archlinux.org/private-internet-access-vpn.git
~> cd private-internet-access-vpn
-> makepkg -sri
Works for me.
splurben commented on 2015-10-27 03:57 (UTC)
I have many other AUR packages installed without a problem but on private-internet-access-vpn.tar.gz 2.4.6-4 I get the following error:
$ makepkg -sri
==> ERROR: Cannot find the git package needed to handle git sources.
Am I missing a GIT implementation possibly?
nogz commented on 2015-10-25 23:50 (UTC)
I completely removed it and all the config files, removed openvpn, removed networkmanager-openvpn and reinstalled starting with pia and it worked. There must have been some conflict with those packages being installed already.
flamusdiu commented on 2015-10-25 23:43 (UTC)
Oops ... I wonder if I did my new changes on the wrong branch. I'll probably fix it tomorrow. I have school work to finish tonight. Sorry about that!
nogz commented on 2015-10-25 13:59 (UTC)
when doing pia -a i receive this error:
[code]
Traceback (most recent call last):
File "/usr/bin/pia", line 9, in <module>
load_entry_point('pia==2.4.6', 'console_scripts', 'pia')()
File "/usr/lib/python3.5/site-packages/pia/command_line.py", line 23, in main
pia.run.run()
File "/usr/lib/python3.5/site-packages/pia/run.py", line 58, in run
[globals()[k]() for k, v in props.commandline.__dict__.items() if
File "/usr/lib/python3.5/site-packages/pia/run.py", line 59, in <listcomp>
not k == 'hosts' and getattr(props.commandline, k, None)]
File "/usr/lib/python3.5/site-packages/pia/run.py", line 106, in auto_configure
app.config(*getattr(openvpn, config))
File "/usr/lib/python3.5/site-packages/pia/applications/appstrategy.py", line 76, in config
self.app.config(config_id, filename)
File "/usr/lib/python3.5/site-packages/pia/applications/hooks.py", line 137, in config
username, password = get_login_credentials(settings.LOGIN_CONFIG)
ValueError: too many values to unpack (expected 2)
[/code]
Pinned Comments
Auerhuhn commented on 2023-10-27 08:23 (UTC) (edited on 2023-10-27 08:23 (UTC) by Auerhuhn)
Note that this package provides only VPN profiles but not the vendor’s software.
The package version refers to the
python-pia
tool by @flamusdiu, which may lag behind the vendor’s own VPN software version.Please do not flag this package out-of-date unless @flamusdiu releases a new stable
python-pia
version.Thank you!