Installation can be performed using an AppImage or a Self-extracting archive.
Download the installation package to the designated location such as the ~/Downloads directory and make it executable‚:
cd ~/Downloads
chmod a+x MXL_Player-4.*-x86_64.AppImage
Starting the MXL Player with --help displays all command line options.
To playback one or more recorded files use the following command:
./MXL_Player-4.*-x86_64.AppImage [options] [record_file(s)]
Just remove the AppImage from your system:
rm MXL_Player-4.*-x86_64.AppImage
Download the installation package to the designated location such as the /tmp directory and make sure it is executable:
cd /tmp
chmod a+x MXL_Player-4.*-Linux-x86_64.run
Navigate to the directory where the MXL Player should be installed such as /opt, and execute the file with administrative privileges:
cd /opt
sudo /tmp/MXL_Player-4.*-Linux-x86_64.run
Starting the MXL Player with --help displays all command line options.
To playback one or more recorded files use the following command:
/opt/mxl_player-4/bin/mxl_player [options] [record_file(s)]
In order to remove the software execute the following command:
sudo /opt/mxl_player-4/bin/uninstall.sh