Drawio: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
Zeile 3: Zeile 3:
 
*sudo apt -y install wget curl
 
*sudo apt -y install wget curl
 
*curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep '\.deb' | cut -d '"' -f 4 | wget -i -
 
*curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep '\.deb' | cut -d '"' -f 4 | wget -i -
*sudo apt -f install ./drawio-amd64-*.deb
+
*apt -f install ./drawio-amd64-*.deb
 +
 
 
=Installation auf einem Fedora System=
 
=Installation auf einem Fedora System=
 
*sudo dnf install wget curl -y
 
*sudo dnf install wget curl -y

Aktuelle Version vom 20. Februar 2023, 13:24 Uhr

Installation auf einem Debian System

Installation auf einem Fedora System

Öffnen

  • drawio

Drawio-1.png

Quellen