Skip to content

Linux Installation Tutorial

FrenchCisco edited this page Feb 9, 2021 · 8 revisions

This documentation is based on a Debian configuration, so the steps in this documentation will be identical for Debian-derived distributions like Kali Linux, Ubuntu, Tails, PureOSl, etc. I didn't make documentation for other distributions, but the principle remains the same.

Installation and configuration of all dependencies on Debian:

First step: Download and install Git, Python3 and MinGw.

  1. To avoid any problems, update your system.
$ sudo apt-get update && sudo apt-get upgrade
  1. installer Git, Python3, Pip3 et Mingw-w64:
$ sudo apt-get install git python3 python3-pip mingw-w64

Second step: Clone the RATel repository.

  1. git clone https://github.com/FrenchCisco/RATel

Step 3: Install the dependencies for Python3.

  1. Go to the "RATel/setup" folder.
$ cd RATel/setup
  1. Install the dependencies.
$ pip3 install -r requirement.txt