Linux install AppImage:修订间差异

来自WHY42
(创建页面,内容为“<syntaxhighlight lang="bash"> mkdir ~/Applications cd ~/Applications wget https://inkscape.org/gallery/item/44616/Inkscape-091e20e-x86_64.AppImage chmod u+x Inkscape-091e20e-x86_64.AppImage </syntaxhighlight> <ref>https://docs.appimage.org/user-guide/faq.html#question-where-do-i-store-my-appimages</ref> Category:Linux/Unix”)
 
无编辑摘要
 
第4行: 第4行:
wget https://inkscape.org/gallery/item/44616/Inkscape-091e20e-x86_64.AppImage
wget https://inkscape.org/gallery/item/44616/Inkscape-091e20e-x86_64.AppImage
chmod u+x Inkscape-091e20e-x86_64.AppImage
chmod u+x Inkscape-091e20e-x86_64.AppImage
 
ln -s Inkscape-091e20e-x86_64.AppImage inkview
mv Inkscape-091e20e-x86_64.AppImage inkscape
</syntaxhighlight>
</syntaxhighlight>



2024年3月26日 (二) 08:51的最新版本

mkdir ~/Applications
cd ~/Applications
wget https://inkscape.org/gallery/item/44616/Inkscape-091e20e-x86_64.AppImage
chmod u+x Inkscape-091e20e-x86_64.AppImage
ln -s Inkscape-091e20e-x86_64.AppImage inkview
mv Inkscape-091e20e-x86_64.AppImage inkscape

[1]