Skip to content

Noel Lamothe

My feedback

1 result found

  1. 15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Noel Lamothe commented  · 

    What I would really like to see is support for us geeky users who love our Unix based operating systems that aren't Mac OS or iOS based. In particular, for my own personal preferences, I would really love to see the VPN app that you have in Windows made available on Debian based Linux. In the perfect world (in my opinion), it would be available in one of two ways.

    The first would be the apt PPA repository, which you could install from a terminal window or SSH session by using three commands kind of like so:

    1) sudo apt-add-repository ppa:purevpn/stable
    2) sudo apt-get update
    3) sudo apt-get -y install purevpn

    Either in the absence of or in addition to the apt repository, some Debian/Ubuntu users may find it more preferable to be able to go to somewhere on your website and download a Debian package and either open it in the Ubuntu software centre, or just pull up a terminal window and issue one of two commands similar to the following:

    1) sudo dpkg --install purevpn-i386.deb
    OR
    2) sudo dpkg --install purevpn-i386_amd64.deb

    In reality though, you could also create an oldschool tar ball install package, which can usually be made to be universal to most Linux distributions. Short of that, from my experience, the other more popular Linux installer type for Linux is rpm files that you install with yum. These are all things that would make your already awesome service even better in my opinion.

Feedback and Knowledge Base