Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===== Mit winget ===== Folgende Kommandos können direkt in der Power-Shell ausgeführt werden: === Visual Studio Code === <code bash> winget install -e --id Microsoft.VisualStudioCode </code> Alternative Installation vom Windows Store. === git und git-bash === Direkt mit Powershell: <code bash> winget install --id Git.Git -e --source winget </code> Oder händisch von https://git-scm.com/downloads/win === python === <code> winget install --id=Python.Python.3.13 -e </code> Alternative Installation vom Windows Store ===== Update aller Programme ===== Auf einer Kommandozeile: <code bash> winget update winget upgrade </code> lehrkraefte/blc/informatik/glf25/software.txt Last modified: 2025/08/14 07:26by Ivo Blöchliger