My Ubuntu installation

sudo apt update
sudo apt upgrade
sudo apt full-upgrade

Installation von AnyDesk
https://stephan-lubahn.de/wordpress/?p=667

Installation Enpass
https://stephan-lubahn.de/wordpress/?p=1083

sudo snap install curl
sudo apt-get install leafpad


sudo apt install hwinfo
$ sudo hwinfo

https://download.mediathekview.de/stabil/MediathekView-latest-linux.deb
Ermitteln wo ein Programm instaliert ist -> whereis vlc

App Image installieren

Hier ist dafür FUSE nötig.
Ubuntu Version ermitteln
lsb_release -a

sudo add-apt-repository universe
sudo apt install libfuse2


https://github.com/AppImage/AppImageKit/wiki/FUSE

$ chmod a+x NAME_DER_DATEI.AppImage
$ ./NAME_DER_DATEI.AppImage 

Beispiel Orca Starten
ln -s /home/slubahn/OrcaSlicer_Linux_V2.1.1.AppImage /home/slubahn/Schreibtisch/Orca

ln  /home/slubahn/OrcaSlicer_Linux_V2.1.1.AppImage /home/slubahn/Schreibtisch/Orca

Troubleshooting

Snap Store lässt sich nicht aktualisieren
killall snap-store
sudo snap refresh

Pronterface
Meldung SD not Printing Stoppen: Eingeben M27 S0

Dieser Beitrag wurde unter Installation abgelegt und mit verschlagwortet. Setze ein Lesezeichen auf den Permalink.