---
title: "How to install NavVis Desktop Processing Software without Ubuntu GUI"
slug: "how-to-install-desktop-processing-software-without-ubuntu-gui"
tags: ["Bash Script", "How to ...", "Installing Software", "Ubuntu", "Ubuntu Installation"]
updated: 2025-03-04T09:26:10Z
published: 2025-03-04T09:26:10Z
canonical: "knowledge.navvis.com/how-to-install-desktop-processing-software-without-ubuntu-gui"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.navvis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to install Desktop Processing Software without Ubuntu GUI

## Introduction

When trying to install the NavVis Desktop Processing Software on an Ubuntu system without GUI application (e.g., remote server setup), the standard procedure of executing the Desktop Installer might not work as expected. Follow the given instructions to circumvent this.

### Scope

*Applies to: Desktop Processing Software, all versions*

## Procedure

1. Download the installation scripts **installation-scripts.zip** from [https://static.navvis.com/installation-scripts/.](https://static.navvis.com/installation-scripts/.)
2. Unzip this folder and locate the **/resources** sub-folder.

```plaintext
unzip installation-scripts.zip
cd /<path-to>/installation-scripts/resources
```

1. Open a terminal in this folder and run the following commands to install the NavVis Desktop Processing Software directly via a bash script:

```plaintext
chmod +x install-mapper-software.sh
sudo bash install-mapper-software.sh
```
