You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| sudo tee /etc/apt/trusted.gpg.d/kura.gpg > /dev/null
68
+
69
+
# Add the Eclipse Kura APT repository
70
+
echo"deb https://repo.eclipse.org/repository/kura-apt/ stable main"| sudo tee /etc/apt/sources.list.d/kura.list
71
+
72
+
# Update package index and install Eclipse Kura
73
+
sudo apt update
74
+
sudo apt install -y kura
75
+
```
76
+
> **Note:** You may need `sudo` privileges to run these commands.
77
+
54
78
### Target Gateways Installers
55
79
Eclipse Kura™ provides pre-built installers for common development boards. Check the following [link](https://www.eclipse.org/kura/downloads.php) to download the desired installers.
56
80
Take a look at [our documentation](https://eclipse-kura.github.io/kura/latest/getting-started/install-kura/) for further information on supported platforms and installer types.
0 commit comments