First Release of DataASAP
Pre-release
Pre-release
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)
- Download the .rpm file
- Change to the directory that you downloaded the file from.
- Install with the command
sudo yum install -y ./dataasap_1.0.0.x86_64.rpm - Once installed you can launch the applications by either typing the command
dataasapat 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)
- Download the .deb file.
- Change to the directory that you downloaded the file from.
- Install with the command
sudo apt install ./dataasap_1.0.0_amd64.deb - Once installed you can launch the applications by either typing the command
dataasapat the command line or by selecting the DataASAP icon in the 'Show Applications' section.
To remove dataaasap, type the command:
sudo apt remove dataasap