$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

ProtonVPN Installation in Linux Mint – Step-by-step

March 11, 2022 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading ProtonVPN

    Download ProtonVPN Repository for Mint GNU/Linux

    ProtonVPN .deb Mint Package

    Browse to find the Ubuntu Package.

  2. 3. Installing ProtonVPN

    Then to Set up ProtonVPN on Mint
    First Access the Target, usually in the Downloads folder:

    cd && cd Downloads

    To Check is there do:

    ls . | grep protonvpn*

    The grep Command Refine the output List showing only the entries Matching the Keyword.
    But if you are in Trouble to Find Out it on Terminal See: How to Access Downloads Folder from Browser.
    And then to Setup ProtonVPN Repo play:

    sudo apt install ./protonvpn*.deb && sudo apt update

    Authenticate with the User Admin Pass.
    Next to Install ProtonVPN run:

    sudo apt install protonvpn

    Finally, to enable it Reboot with:

    sudo reboot
  3. 4. Enabling System Tray Icon

    (Optional) To Enable ProtonVPN System Tray Icon
    Install the required Software:

    sudo apt install gnome-shell-extension-appindicator gir1.2-appindicator3-0.1

    You may be asked to choose your default Display Manager, to look up it:

    grep '/usr/s\?bin' /etc/systemd/system/display-manager.service

    In the Output you’ll find it.

Contents