AppImage (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
 
Zeile 1: Zeile 1:
<pre>
== Allgemein ==
sudo mv yubioath-desktop-5.0.5-linux.AppImage /usr/local/bin/
cd /usr/local/bin/
sudo chmod 766 yubioath-desktop-5.0.5-linux.AppImage
sudo chown root:root yubioath-desktop-5.0.5-linux.AppImage
sudo ln -s yubioath-desktop-5.0.5-linux.AppImage yubioath
</pre>


<pre>
Sind das Linux-Pendant zu PortableApps und müssen nur ausführbar gemacht, jedoch nicht installiert, werden.
sudo apt-get install pcscd
 
sudo systemctl restart pcscd
== Beispiel ==
</pre>
 
Siehe [[Yubioath (Linux)|Yubioath]]
 
== Links ==
 
[https://qastack.com.de/ubuntu/774490/what-is-an-appimage-how-do-i-install-it https://qastack.com.de/ubuntu/774490/what-is-an-appimage-how-do-i-install-it]
 
[https://en.wikipedia.org/wiki/AppImage https://en.wikipedia.org/wiki/AppImage]




Zurück zu [[Ubuntu#A (Client)|Ubuntu]]
Zurück zu [[Ubuntu#A (Client)|Ubuntu]]

Aktuelle Version vom 15. Mai 2021, 09:06 Uhr

Allgemein

Sind das Linux-Pendant zu PortableApps und müssen nur ausführbar gemacht, jedoch nicht installiert, werden.

Beispiel

Siehe Yubioath

Links

https://qastack.com.de/ubuntu/774490/what-is-an-appimage-how-do-i-install-it

https://en.wikipedia.org/wiki/AppImage


Zurück zu Ubuntu