Agelong Tree

Agelong Tree 5 Help

User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:linux_install [2023/11/19 14:21]
genery
— (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 
-</code> 
- 4. Launch the Install script for creation menu's and Desktop icons\\ 
-<code bash> 
- $ cd AgelongTree6 
- $ ./Install 
-</code> 
- 
-**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 on installation dir 
-<code> 
-  $ ./"Agelong Tree 6" 
-</code> 
-or 
-<code> 
-  $ ./Agelong\ Tree\ 6 
-</code> 
-or 
-<code> 
-  $ nohup ./"Agelong Tree 6" >/dev/null 2>&1 & 
-</code> 
- 
----- 
- 
-===== Install .deb package for debian-based OS ===== 
- 
-<code> 
- $ sudo apt update 
- $ sudo apt policy apt-transport-https ca-certificates 
-</code> 
- 
-Add key **Agelong Tree** and add repository 
-<code> 
- $ wget -qO - /at/6/deb/repo_gpg.key | sudo apt-key add - 
- $ echo "deb [arch=amd64] /at/6/deb agelongtree non-free" | sudo tee /etc/apt/sources.list.d/agelongtree6.list 
- $ sudo apt update 
- $ sudo apt install agelongtree6 
-</code> 
- 
----- 
- 
-===== Uninstall/Remove .deb package for debian-based OS ===== 
-<code> 
- $ sudo apt purge agelongtree6 
-</code> 
- 
-===== Uninstall/Remove for .tar.gz archive ===== 
-  * Go to install dir 
-  * Launch the **Uninstall** script 
-<code> 
- $ ./Uninstall 
-</code> 
-  * Please remove current directory mannualy.\\ 
-**Attention!** Before deleting, check your own files inside current directory! 
- 
----- 
- 
-===== Supported 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 | 
- 
-Program can be lauched in other Linux distributions. 
  

Page Tools