Skip to content

Linux

To install vScope from our repository, follow these steps and enter the commands in a terminal on the Linux machine.


Import the InfraSight Labs GPG Key

All packages are signed with the InfraSight Labs Signing Key (PGP key 024284EA with fingerprint 6198 C465 A90C 5311 BAED 1948 2BDB 7158 0242 84EA).

Option 1: Import Key from the Distribution Server

Run the following command to import the key directly from our distribution server:

Terminal window
wget -O - https://debian.vscope.net/infrasightlabs.com.gpg.key | sudo apt-key add -

Option 2: Import Key from a Public PGP Key Server

Alternatively, import the key from a public PGP key server:

Terminal window
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 024284EA

Add the vScope APT Repository

Add the vScope APT repository to your sources list:

Terminal window
echo 'deb http://debian.vscope.net release main' | sudo tee /etc/apt/sources.list.d/vscope.list
sudo apt-get update

Install vScope Server Package

Note: You may need to install the apt-transport-https package before proceeding.

Install the vScope Server package:

Terminal window
sudo apt-get install vscopeserver

http://[server-name]