How to install Actionaz on Debian 8.3

How to install Actionaz on Debian 8.3

Actionaz is a task automation tool that allows the user to create and execute action list. It contains an intuitive interface that creates action lists using drag and drop. Advanced users can use JavaScript to extend its functionality. The tool can emulate mouse clicks or key presses, display message boxes, edit text files, etc. This tutorial explains the installation procedure of Actionaz on Debian 8.3.

Installation procedure

To start the installation procedure, use the nano command to open the sources.list configuration file.

root@linuxhelp:~# nano /etc/apt/sources.list

The sources.list configuration file is opened. Now add these lines at end of the file. Save and exit from the file.

deb http://ftp.debian.org/debian/ stable main contrib non-free
deb http://ftp.de.debian.org/debian jessie main

Next execute the apt-get update command to update the apt sources-list configuration file.

root@linuxhelp:~# apt-get update
Get:1 http://ftp.debian.org jessie-updates InRelease [145 kB]                                  
Ign http://ftp.de.debian.org jessie InRelease                                                  
Get:2 http://ftp.de.debian.org jessie Release.gpg [2,373 B]
Get:3 http://ftp.de.debian.org jessie Release [148 kB]                 
Ign http://ftp.debian.org stable InRelease                                       
Get:4 http://ftp.debian.org jessie-updates/main Sources [15.5 kB]
Get:5 http://ftp.debian.org jessie-updates/contrib Sources [32 B]         
Get:6 http://ftp.debian.org jessie-updates/main amd64 Packages/DiffIndex [7,900 B]
Get:7 http://ftp.debian.org jessie-updates/contrib amd64 Packages [32 B]
Get:8 http://ftp.debian.org jessie-updates/contrib Translation-en [14 B]                              
Get:9 http://ftp.debian.org jessie-updates/main Translation-en/DiffIndex [2,704 B]                    
Get:10 http://ftp.debian.org stable Release.gpg [2,373 B]                                             
Get:11 http://ftp.debian.org jessie-updates/main amd64 2017-03-14-2025.02.pdiff [526 B]               
Get:12 http://ftp.debian.org jessie-updates/main amd64 2017-04-15-2027.16.pdiff [528 B]               
Get:13 http://ftp.debian.org jessie-updates/main amd64 2017-04-15-2027.16.pdiff [528 B]               
Get:14 http://ftp.debian.org stable Release [148 kB]
.
.
Fetched 23.5 MB in 10min 47s (36.2 kB/s)                                                              
Reading package lists... Done

The target system is updated with the required repositories. Install the Actionaz package by executing the following command.

root@linuxhelp:~# apt-get install actionaz
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  libmysqlclient18 libopencv-gpu2.4 libopencv-ocl2.4 libopencv-photo2.4 libopencv-stitching2.4
  libopencv-superres2.4 libopencv-ts2.4 libopencv-videostab2.4 libphonon4 libqt4-network libqt4-opengl
  libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-xmlpatterns
  libqtmultimediakit1 libqtscript4-core libqtscript4-gui libqtscript4-network libqtscript4-opengl
  libqtscript4-phonon libqtscript4-qtbindings libqtscript4-sql libqtscript4-svg libqtscript4-uitools
  libqtscript4-webkit libqtscript4-xml libqtscript4-xmlpatterns libqtsysteminfo1 libqtwebkit4
  mysql-common
Suggested packages:
  libqt4-dev qtmobility-l10n
The following NEW packages will be installed:
  actionaz libmysqlclient18 libopencv-gpu2.4 libopencv-ocl2.4 libopencv-photo2.4
  libopencv-stitching2.4 libopencv-superres2.4 libopencv-ts2.4 libopencv-videostab2.4 libphonon4
  libqt4-network libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg
  libqt4-xmlpatterns libqtmultimediakit1 libqtscript4-core libqtscript4-gui libqtscript4-network
  libqtscript4-opengl libqtscript4-phonon libqtscript4-qtbindings libqtscript4-sql libqtscript4-svg
  libqtscript4-uitools libqtscript4-webkit libqtscript4-xml libqtscript4-xmlpatterns libqtsysteminfo1
  libqtwebkit4 mysql-common
0 upgraded, 34 newly installed, 0 to remove and 292 not upgraded.
Need to get 24.1 MB of archives.
After this operation, 89.9 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
.
.
Setting up actionaz (3.8.0-1) ...
Processing triggers for libc-bin (2.19-18+deb8u2) ...

Once the package is installed click on Activities window and type the Actionaz package name in the search bar. Click on the icon to run the application.

Wasn' t that an easy installation procedure? Actionaz is written in C++ and Qt.

FAQ
Q
where to open the actionaz application in debian?
A
Once the package is installed click on Activities window and type the Actionaz package name in the search bar. Click on the icon to run the application.
Q
How to install Actionaz on Debian?
A
Install the Actionaz package by executing the following command.
# apt-get install actionaz
Q
what is the purpose of installing Actionaz in debian?
A
Actionaz is a task automation tool that allows the user to create and execute action list. It contains an intuitive interface that creates action lists using drag and drop. Advanced users can use JavaScript to extend its functionality. The tool can emulate mouse clicks or key presses, display message boxes, edit text files, etc
Q
Whether Actionaz is free?
A
yes, Actionaz is a free tool.
Q
i Actionaz available for windows os?
A
yes , Actionaz is available for windows.