Agelong Tree 5 Help
User Tools
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:linux_install [2023/11/27 11:01] genery removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Install Agelong Tree 6 in OS Linux ====== | ||
- | **Agelong Tree 6** required 64-bit Linux amd64,\\ | ||
- | additional packages libc6, libgcc1, libstdc++6.\\ | ||
- | |||
- | ===== Install from .tar.gz archive ===== | ||
- | 1. Download **AgelongTree6.tar.gz** from our site\\ | ||
- | 2. Run terminal\\ | ||
- | 3. Unpack archive to your preferred location in home dir\\ | ||
- | <code bash> | ||
- | $ tar -xzf AgelongTree6.tar.gz | ||
- | </ | ||
- | 4. Launch the Install script for creation menu's and Desktop icons\\ | ||
- | <code bash> | ||
- | $ cd AgelongTree6 | ||
- | $ ./Install | ||
- | </ | ||
- | |||
- | **Attention!** Do not place your own files in this dir.\\ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Launch ===== | ||
- | Use one of the options:\\ | ||
- | |||
- | * From menu of window manager\\ | ||
- | Other -> **Agelong Tree 6** | ||
- | * Click on icon **Agelong Tree 6**\\ | ||
- | * From terminal window in installation dir | ||
- | < | ||
- | $ ./" | ||
- | </ | ||
- | or | ||
- | < | ||
- | $ ./Agelong\ Tree\ 6 | ||
- | </ | ||
- | or | ||
- | < | ||
- | $ nohup ./" | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== 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 - / | ||
- | $ echo "deb [arch=amd64] /at/6/deb agelongtree non-free" | ||
- | $ sudo apt update | ||
- | $ sudo apt install agelongtree6 | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Uninstall/ | ||
- | < | ||
- | $ sudo apt purge agelongtree6 | ||
- | </ | ||
- | |||
- | ===== Uninstall/ | ||
- | * Go to install dir | ||
- | * Launch the **Uninstall** script | ||
- | < | ||
- | $ ./Uninstall | ||
- | </ | ||
- | * Please remove current directory mannualy.\\ | ||
- | **Attention!** Before deleting, check your own files inside current directory! | ||
- | |||
- | ---- | ||
- | |||
- | ===== Supported Linux distributions ===== | ||
- | ^ Name ^ Support | ||
- | | Ubuntu 20.04, 22, 23 | yes | yes | yes | | ||
- | | Debian 10, | ||
- | | 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 | | ||
- | |||
- | Program can be lauched in other Linux distributions. | ||