c5d835ea09
- `aria-data/config/USER.md` — Stefans Präferenzen - `aria-data/config/TOOLING.md` — VM-Tooling Liste - `aria-data/skills/README.md` — Skill-Bauanleitung ### Bekannte Probleme - Android Release-Build: `EMFILE: too many open files` — Fix: `CI=true` in `build.sh` - JDK 21 inkompatibel mit AGP 8.1 — Fix: Automatischer Fallback auf JDK 17 - `react-native-screens` > 3.27.0 inkompatibel mit RN 0.73.4 — Fix: Version gepinnt
25 lines
498 B
Plaintext
25 lines
498 B
Plaintext
# ARIA Tooling — installierte Software in der VM
|
|
|
|
## Stand: 2026-03-08
|
|
|
|
### Desktop / X11
|
|
- xfce4 — leichtgewichtiger Window Manager (Wahl: minimal, stabil)
|
|
- xterm — Terminal
|
|
|
|
### Browser
|
|
- firefox-esr — fuer Web-Skills
|
|
|
|
### Dev Tools
|
|
- nodejs v22, npm
|
|
- python3, pip
|
|
- git, curl, wget, jq
|
|
|
|
### Audio
|
|
- pulseaudio, alsa-utils
|
|
|
|
## Installationsreihenfolge bei Neuaufbau
|
|
1. apt install xfce4 xterm
|
|
2. startx
|
|
3. apt install firefox-esr nodejs python3 git curl wget jq
|
|
4. docker compose up -d
|