Installation, Deinstallation and Licensing

 

Installation, Deinstallation and Licensing #

Verifying the sha256sum of your distribution package #

We recommend to verify the SHA256 hash after download of your distribution package. Here’s the direct link to that file of the current release (1.92): 1.92/sha256sum.txt. Please notify us in case that you detect any discrepancies.

Linux x86_64 / amd64 #

Linux .rpm Packages with rpm #

Task Command (Example)
Installation rpm -i AXPad-1.92-RHEL9-1.x86_64.rpm
Update rpm -U AXPad-1.92-RHEL9-1.x86_64.rpm
Information rpm -q AXPad
Deinstallation rpm -e AXPad

Linux .rpm Packages with dnf #

Task Command (Example)
Installation dnf install AXPad-1.92-RHEL9-1.x86_64.rpm
Update dnf update AXPad-1.92-RHEL9-1.x86_64.rpm
Information dnf list AXPad
Deinstallation dnf remove AXPad

Linux .deb Packages with dpkg #

Task Command (Example)
Installation dpkg -i AXPad-1.92-Debian11-amd64.deb
Information dpkg -l AXPad
Deinstallation dpkg -r AXPad

Linux .deb Packages with apt #

Task Command (Example)
Installation apt install ./AXPad-1.92-Debian11-amd64.deb
Information apt list AXPad
Deinstallation apt remove AXPad

Linux .tar.gz Distribution #

Alternatively, you may install from a .tar.gz distribution tarball. Such an installation dialog may look as follows (here on Debian 12):

$ tar xvfz AXPad-1.92-Debian12-amd64.tar.gz
AXPad-1.92-Debian12-amd64/
AXPad-1.92-Debian12-amd64/axpad.1
AXPad-1.92-Debian12-amd64/axpad
AXPad-1.92-Debian12-amd64/LICENSE
AXPad-1.92-Debian12-amd64/install.sh
$ cd AXPad-1.92-Debian12-amd64
$ ls
axpad  axpad.1  install.sh  LICENSE
$ sudo ./install.sh
+ mkdir -p /opt/axpad
+ cp LICENSE /opt/axpad/LICENSE
+ mkdir -p /usr/local/bin
+ cp axpad /usr/local/bin/axpad
+ mkdir -p /usr/local/share/man/man1/
+ cp axpad.1 /usr/local/share/man/man1/axpad.1
$ 

macOS arm64 .pkg Package #

For macOS arm64 (Apple Silicon M1/M2/M3) the installation is done by invoking the macOS package manager from the macOS GUI.

Licensing #

The recommended way to activate a license is to store the license key with the axpad –license.key invocation. Alternatively you may also create and edit /opt/axpad/license.key directly.

$ sudo axpad --license.key=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
$