andrewinci/Insulator

View on GitHub
docs/_wiki/Installation/Install on linux.md

Summary

Maintainability
Test Coverage
---
layout: page
title: Install on linux
parent: Installation
---
# Install on linux

- TOC
{:toc}

Currently the application is packaged and tested only on ubuntu.

## Debian distros (Ubuntu)

Download the archive `insulator-debian.zip` with the button below.

[Latest release](https://github.com/andrewinci/Insulator/releases/latest/download/insulator-debian.zip){: .btn }

In a terminal, navigate to the folder containing the zip previously downloaded and run the following

```bash
unzip insulator-debian.zip
# if unzip is not installed it is possible to install it using `sudo apt instal unzip`
# or unzip it with another available tool
sudo dpkg -i insulator_x.y.z-1_amd64.deb
```

## Other distros

🚧 In progress ... 🚧