Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.81 KB

debian-and-Ubuntu.md

File metadata and controls

44 lines (28 loc) · 1.81 KB

Installation of ChonIDE in the Debian 11 or Ubuntu 22.04

In a terminal, execute the steps described below:

1) Include the ChonOS repository address into APT Sources List

 echo "deb [trusted=yes] http://packages.chon.group/ chonos main" | sudo tee /etc/apt/sources.list.d/chonos.list 

Captura de tela de 2023-09-08 15-43-51

2) Execute the APT Update and Install the packages

 sudo apt update 

Sem título

3) Install the Java 17 and the ChonIDE packages

 sudo apt install openjdk-17-jre chonide 

Captura de tela de 2023-09-08 16-02-13

4) Reboot your system

 sudo reboot 

Captura de tela de 2023-09-08 16-04-07

5) Executing the ChonIDE

A ChonIDE conta com alguns projetos de demonstração que facilitam o teste de funcionamento. Para tal, execute a ChonIDE. No Ubuntu, clique em mostrar aplicativos (1), na barra de pesquisa (2), digite chonide, por fim clique no ícone (3) para executar. Caso esteja utilizando a ChonIDE no virtual box, o ícone encontra-se na área de trabalho.

image3

6) Execute the Hello Agent!

The ChonIDE was installed in your system.

Now, see the instructions of the Hello Agent! test page to try your ChonIDE.