Skip to content

Install on Linux

The installation for Linux is provided through a .sh Bash script.

The installation has been tested on Ubuntu 22.04.

Guided Installation

To install Scene2Model modelling tool on Linux:

  1. Download the .zip package with the installation files for Linux from the Scene2Model homepage.
  2. Extract the downloaded .zip file to a location of your choice.
  3. Open a terminal window and navigate to the extracted location.
  4. Execute the script ./install_on_linux.sh.
    • If the script can not be executed, then give it execution permissions with the command chmod +x ./install_on_linux.sh and try again.
  5. Follow the instructions of the installation script.
    Linux further installation in terminal window
    • Dependencies are installed as necessary during this step.
    • Your administration password is required for the installation.

Guided Uninstallation

To uninstall Scene2Model modelling tool on Linux:

  1. Open a terminal window and navigate to the of the installer files (extracted location for installation).
  2. Execute the script ./uninstall_on_linux.sh.
    • If the script can not be executed, then give it execution permissions with the command chmod +x ./uninstall_on_linux.sh and try again.
  3. Follow the instructions of the uninstallation script.

Wine

ADOxx and ADOxx based tools require Wine to run on Linux, which is installed as part of the installation process. Only remove Wine if you no longer need it for any other applications, e.g. other ADOxx based tools etc.

Dependencies

ADOxx and ADOxx based tools require the following to run on Linux:

  • Wine - Necessary to run the Windows applications.

Additionally the tool requires a database to store the data:

  • Currently the default database system used is SQLite.

Troubleshooting

The Scene2Model modelling tool was created based on the ADOxx meta-modelling platform, therefore you can also search for solution on installation problem on the the ADOxx troubleshooting page.