Installation1 Min

Linux-Installation

Installationsanleitung für Linux

Linux-Installation

Installationsanleitung für Ubuntu/Debian und andere Linux-Distributionen.


📥 Download

  1. Besuchen Sie die Download-Seite
  2. Lizenzschlüssel eingeben (falls erworben)
  3. Klicken Sie auf „Für Linux herunterladen"
  4. Wählen Sie .deb oder .AppImage

🔧 Installation (.deb)

# Mit dpkg installieren
sudo dpkg -i yamlforge_*.deb

# Abhängigkeiten beheben
sudo apt-get install -f

🔧 Installation (AppImage)

# Ausführbar machen
chmod +x YAMLforge-*.AppImage

# Ausführen
./YAMLforge-*.AppImage

🖥️ CLI-Verwendung

# Wenn zu PATH hinzugefügt
yamlforge input.yaml output.json

# Mit AppImage
./YAMLforge-*.AppImage --cli input.yaml output.json
Tags
#desktop#linux#installation#ubuntu