Last active
September 14, 2023 13:21
-
-
Save adriantorrie/506efd0b211d3c1e3026 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 - Install Archi (Archimate Tool)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~/Downloads | |
| wget http://www.archimatetool.com/downloads/latest/Archi-lnx32_64-3.0.0.tar.gz | |
| # wget -c http://www.archimatetool.com/downloads/latest/Archi-lnx32_64-3.0.0.tar.gz | |
| tar xf Archi-lnx32_64-3.0.0.tar.gz | |
| ./Archi/Archi64 | |
| sudo mv ./Archi/ /opt/archi/ | |
| ln -s /opt/archi/Archi64 ~/bin/archi |
correct line
wget https://www.archimatetool.com/downloads/archi5.php?/5.1.0/Archi-Linux64-5.1.0.tgz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@adriantorrie Thanks for posting this. Unfortunately there are some unlucky results and an unrecoverable error:
I must be missing something basic.