GopherSecurity App Installation Guide for Linux

Supported Platforms: Debian

Install GopherSecurity with Standalone Package

  1. Run the following command to install GopherSecurity from the directory where you downloaded the package to, e.g. (must start with path / or ./ if in current directory): apt install /home/ubuntu/Downloads/GopherSecurity-linux-0.0.1-80-amd64-release.deb

Install/Upgrade or Uninstall GopherSecurity via Command Line

  1. Install from command line (First time install): sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D2D4DD3279D4CAE3DF2A834797A859B876B9845A sudo add-apt-repository "deb https://debian.repo.gopher.security bionic main" sudo apt update sudo apt install gopher.security.app

  2. Run the following command to upgrade GopherSecurity to the latest version without uninstall: sudo apt update && sudo apt install gopher.security.app

  3. To uninstall GopherSecurity, run the following command: sudo apt remove gopher.security.app

Install/Upgrade or Uninstall GopherSecurity-CLI via Command Line

  1. Install from command line (First time install): sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D2D4DD3279D4CAE3DF2A834797A859B876B9845A sudo add-apt-repository "deb https://debian-cli.repo.gopher.security xenial main" sudo apt update sudo apt install gopher.security.app.cli

  2. Run the following command to upgrade GopherSecurity-CLI to the latest version without uninstall: sudo apt update && sudo apt install gopher.security.app.cli

  3. To uninstall GopherSecurity-CLI, run the following command: sudo apt remove gopher.security.app.cli

GopherSecurity Options via Command Line

  1. Run the following command to show the version: gopher version

  2. Run the following command to show GopherSecurity help: gopher -help

  3. Run the following command to login Note: Refer to Quick Start to Use GopherSecurity App for instructions on signing in.

  4. Run the following command to list all peer-to-peer end-to-end encrypted virtual networks: gopher net list

  5. Run the following command to connect or disconnect a network where the ‘1’ refers to the first network in the list: gopher net --connect 1 gopher net --disconnect 1

  6. Run the following command to view the all teams: gopher team list

  7. Run the following command to switch to team 1 where ‘1’ refers the first team in the list: gopher team --use 1

  8. Run the following command to obtain the Gopher IP address for the network you connected: ip addr

Run GopherSecurity via GUI

  1. Click "Show Applications" from the desktop.

  1. Click the Gopher Security Icon

  1. Click the Gopher Security app icon from the left sidebar or top status bar to show or hide the app.

Note: Refer to Quick Start to Use GopherSecurity App for instructions on signing in.

Last updated