Skip to content

First Release of DataASAP

Pre-release
Pre-release

Choose a tag to compare

@dcheli dcheli released this 28 Jan 01:52
· 43 commits to master since this release
7eaf999

This release is a beta release and has only been tested by me.

Installation Instructions

Windows

Download the .exe file and click on it to install.

macOS

Download the .dmg file and click on it to install.

Linux

Red Hat and CentOS (YUM)

  1. Download the .rpm file
  2. Change to the directory that you downloaded the file from.
  3. Install with the command
    sudo yum install -y ./dataasap_1.0.0.x86_64.rpm
  4. Once installed you can launch the applications by either typing the command dataasap at the command line or the DataASAP icon in the 'Applications->Accessories' menu items.

To remove dataaasap, type the command:
sudo yum remove DataASAP

Debian and Ubuntu (deb/apt)

  1. Download the .deb file.
  2. Change to the directory that you downloaded the file from.
  3. Install with the command
    sudo apt install ./dataasap_1.0.0_amd64.deb
  4. Once installed you can launch the applications by either typing the command dataasap at the command line or by selecting the DataASAP icon in the 'Show Applications' section.

To remove dataaasap, type the command:
sudo apt remove dataasap