> For the complete documentation index, see [llms.txt](https://documentation.efalia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.efalia.com/documentations/efalia-compose/mapping-suite/onyx-server/installation-onyx-server-pour-linux/desinstallation-onyx-server-sur-linux.md).

# Désinstallation ONYX Server sur Linux

## Introduction

Pour désinstaller Onyx Server. Tout d’abord, arrêter tous les processus Onyx Server. Répéter les premières étapes de la procédure d’installation pour télécharger et décompresser le package d’installation.

## Procédure

Dans le dossier «mapping\_install» créé, exécuter le script d’installation (en tant que profil root):

```
cd mapping_install
 ./mapinst.sh
```

le script affiche toutes les étapes de la désinstallation, comme indiqué ci-dessous. :

```
 Control user permissions
 Checking installation files folder
 Do you want to update mappingenv binary?
 yes | no&nbsp;?
 <strong>yes</strong>
```

Remarque: Le binaire mappingenv est le gestionnaire d’environnement de Onyx Server. Il est fortement recommandé de le mettre à jour afin de supprimer correctement l’environnement.

```
 Enter installation path of mappingenv binary
 default: /bin
 [<strong>Enter</strong>]
 Do you confirm this path: /bin
 yes | no&nbsp;?
 <strong>yes</strong>
 Detecting existing version
 1&nbsp;: MAPPING_DEV  /apps/mappingdev/conf/mapping.conf    8002    Active
 2&nbsp;: MAPPING_PROD /apps/mapping/conf/mapping.conf       8003    Active
 Do you want to use one of the above versions?
 yes | no&nbsp;?
 <strong>yes</strong>
 Enter the name of the version you want to use or ":q" to exit
 MAPPING_DEV
 Do you want to:
 1&nbsp;: install a new version?
 2&nbsp;: update current version?
 3&nbsp;: uninstall current version?
 4&nbsp;: exit?
 &gt; 1 | 2 | 3 | 4&nbsp;?
 <strong>3</strong>
 Do you confirm the removal of this environment?
 yes | no&nbsp;?
 <strong>yes</strong>
 Removing current version...
 Searching environment variables...
 Removing version...
 Caution: Some folders may contain files that do not belong to M-Processing Server.
 List of folders to be deleted:
 /apps/mappingdev/temp
 /apps/mappingdev/spool/logs
 /apps/mappingdev/conf
 /apps/mappingdev/bin
 /apps/mappingdev/MapHTTPServer
 /apps/mappingdev/import
 /apps/mappingdev/temp
 /apps/mappingdev/mapout
 /apps/mappingdev/map400
 /apps/mappingdev/spool
 /apps/mappingdev
 Confirm removal or ":q" to exit
 Do you want to delete sdterr.txt and stdout.txt folder (/apps/mappingdev/temp)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you want to delete log files folder (/apps/mappingdev/spool/logs)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you want to delete web log files folder (/apps/mappingdev/spool/logs)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you want to delete configuration files folder (/apps/mappingdev/conf)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Deleting version in the version manager
 Do you want to delete binaries folder (/apps/mappingdev/bin)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you want to delete web configuration files folder (/apps/mappingdev/MapHTTPServer)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you want to delete import files folder (/apps/mappingdev/import)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you want to delete temporary files folder (/apps/mappingdev/temp)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you want to delete archive files folder (/apps/mappingdev/mapout)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you want to delete production files folder (/apps/mappingdev/map400)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you wish to delete spooler folder (/apps/mappingdev/spool)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Do you want to delete M-Processing Server root folder (/apps/mappingdev)?
 yes | no&nbsp;?
 <strong>yes</strong>
 Removal finished!
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.efalia.com/documentations/efalia-compose/mapping-suite/onyx-server/installation-onyx-server-pour-linux/desinstallation-onyx-server-sur-linux.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
