User Tools

Site Tools


pages:howtos:suse:drawio-update

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pages:howtos:suse:drawio-update [2021/11/01 09:23] mischerhpages:howtos:suse:drawio-update [2021/12/09 23:31] (current) rokkitlawnchair
Line 1: Line 1:
-{{tag>suse tumbleweed drawio}} +{{tag>howto suse tumbleweed drawio}} 
-====== Update Drawio On openSUSE Tumbleweed ======+====== Update Draw.io On openSUSE Tumbleweed ======
   * https://www.tecmint.com/wget-download-file-to-specific-directory/   * https://www.tecmint.com/wget-download-file-to-specific-directory/
   * https://github.com/jgraph/drawio-desktop/releases   * https://github.com/jgraph/drawio-desktop/releases
   * https://github.com/jgraph/drawio-desktop/issues/472   * https://github.com/jgraph/drawio-desktop/issues/472
  
 +<WRAP center round info 60%>
 +Draw.io Releases can be found at: \\
 +https://github.com/jgraph/drawio-desktop/releases/
 +</WRAP>
  
  
 <sxh bash; gutter:false> <sxh bash; gutter:false>
 MYUSER="<USER>" MYUSER="<USER>"
-DRAWIOVERSION="15.4.0"+DRAWIOVERSION="<NEWVERSION>" # e.g. 15.4.0
 mkdir -pv /home/$MYUSER/repos/download/drawio mkdir -pv /home/$MYUSER/repos/download/drawio
 wget https://github.com/jgraph/drawio-desktop/releases/download/v$DRAWIOVERSION/drawio-x86_64-$DRAWIOVERSION.rpm -P /home/$MYUSER/repos/download/drawio/ wget https://github.com/jgraph/drawio-desktop/releases/download/v$DRAWIOVERSION/drawio-x86_64-$DRAWIOVERSION.rpm -P /home/$MYUSER/repos/download/drawio/
Line 223: Line 227:
  
 <sxh bash; gutter:false> <sxh bash; gutter:false>
-rpm -i /usr/src/packages/RPMS/x86_64/draw.io-14.6.13-1.x86_64.rpm+rpm -e draw.io 
 +rpm -i /usr/src/packages/RPMS/x86_64/draw.io-$DRAWIOVERSION-1.x86_64.rpm
 </sxh> </sxh>
  
 +---- 
 +~~DISCUSSION~~
pages/howtos/suse/drawio-update.1635758595.txt.gz · Last modified: 2021/11/01 09:23 by mischerh