Table of Contents

Install Agelong Tree 6 in OS Linux

Agelong Tree 6 requires 64-bit Linux amd64, additional packages libc6, libgcc1, libstdc++6.
Supports Linux distributions:

Name Support Archive Package
Ubuntu 20.04, 22, 23 yes yes yes
Debian 10,11,12 test yes yes
Astra Linux 1.7 yes yes yes
ALT Linux 10.1 yes yes no
CentOS 8,9 test yes no
openSuse 15.4 test yes no
Arch Linux test yes no

The program can be launched in other Linux versions and distributions.
Installation requires about 130 MB of free disk space.

Install from .tar.gz archive

1. Download AgelongTree6.tar.gz from our website.
2. Run terminal.
3. Unpack archive to your preferred location in home dir.

 $ tar -xzf AgelongTree6.tar.gz

4. Launch the Install script for creation menu's and Desktop icons.

 $ cd AgelongTree6
 $ ./Install.

Attention! Do not place your own files in this dir.

Features of installation on a portable USB disk or flash drive

The file system must support attributes on files. We recommend using the following file systems:

To install exFAT in debian-based distributions, use the command

$ sudo apt-get install exfat-utils

Launch

Use one of the options:

Other → Agelong Tree 6

  $ ./"Agelong Tree 6"

or

  $ ./Agelong\ Tree\ 6

or

  $ nohup ./"Agelong Tree 6" >/dev/null 2>&1 &

If the program was installed on a portable USB disk or flash drive, after rebooting, removing the portable disk or connecting other devices, the portable disk mount directory may change.
In this case, we recommend running the program via Explorer (file manager) directly from the portable USB disk or flash drive:

Additional option to launch via terminal:

$ "/full path/Agelong Tree 6"

Example:

$ "/media/user/3B0E-9A57/agelongtree6/Agelong Tree 6"

or

$ /media/user/3B0E-9A57/agelongtree6/Agelong\ Tree\ 6

There is no need to enter the $ symbol, the directory /media/user/3B0E-9A57/agelongtree6 is provided as an example.


Install .deb package for debian-based OS

 $ sudo apt update
 $ sudo apt policy apt-transport-https ca-certificates

Add key Agelong Tree and add repository

 $ wget -qO - https://dl.genery.com/repo/at/6/deb/repo_gpg.key | sudo apt-key add -
 $ echo "deb [arch=amd64] https://dl.genery.com/repo/at/6/deb agelongtree non-free" | sudo tee /etc/apt/sources.list.d/agelongtree6.list
 $ sudo apt update
 $ sudo apt install agelongtree6

Uninstall/Remove .deb package for debian-based OS

 $ sudo apt purge agelongtree6

Uninstall/Remove for .tar.gz archive

 $ ./Uninstall

Attention! Before deleting, check your own files inside current directory!