Einträge (79)
Seite 1 / 6
USB-Installationsmedium von Linux aus erstellen
BASIS openSUSE/SLES Tags: install, OS
#All-in-one:
lsblk
sudo umount /dev/sdX*
sudo dd if=~/Downloads/ubuntu.iso of=/dev/sdX bs=4M status=progress oflag=sync
sync
Copy
sdX = Laufwerk aus lsblk (z.B. sdb)
Zuletzt geändert: 2026-04-12 22:46:25
Xournal++ installieren
OFFICE Ubuntu Tags: install, edu, office, handwriting
sudo add-apt-repository ppa:apandada1/xournalpp-stable
sudo apt update
sudo apt install xournalpp
Copy
Ältere XFCE-Oberfläche, umfangreich, inkl. PDF-Annotation.
Zuletzt geändert: 2026-04-12 22:37:28
Rnote installieren
OFFICE Ubuntu Tags: install, edu, office, handwriting
sudo apt update
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.flxzt.rnote
Copy
Träger als Write, auf Donation-Basis.
Zuletzt geändert: 2026-04-12 22:34:42
styluslabs / Write installieren
OFFICE Ubuntu Tags: install, edu, office, handwriting
#1:
sudo apt update
sudo apt install build-essential libsdl2-dev git desktop-file-utils
mkdir -p ~/src
cd ~/src
git clone --recurse-submodules https://github.com/styluslabs/Write.git
cd Write/syncscribble
make USE_SYSTEM_SDL=1
mkdir -p Release/fonts
cp -r ../scribbleres/fonts/* Release/fonts/
sudo mkdir -p /opt/Write
sudo cp -a Release/. /opt/Write/
sudo cp -a ../scribbleres/linux/Write.desktop ../scribbleres/linux/Write144x144.png /opt/Write/
sudo desktop-file-edit --set-key=Exec --set-value=/opt/Write/Write /opt/Write/Write.desktop
sudo desktop-file-edit --set-key=Icon --set-value=/opt/Write/Write144x144.png /opt/Write/Write.desktop
sudo desktop-file-install --dir=/usr/share/applications /opt/Write/Write.desktop
sudo update-desktop-database /usr/share/applications
cd ~
rm -rf ~/src/Write
#2:
sudo apt update
sudo apt install build-essential libsdl2-dev git
cd /tmp
git clone --recurse-submodules https://github.com/styluslabs/Write.git
cd Write/syncscribble
make USE_SYSTEM_SDL=1
mkdir -p Release/fonts
cp -r ../scribbleres/fonts/* Release/fonts/
./Release/Write
Copy
https://styluslabs.com/
Super swift!
Zuletzt geändert: 2026-04-12 22:34:27
3D-Drucker einrichten
3D-PRINT Ubuntu Tags: install, 3d print, uvtools, freecad, lychee, chitubox
#FreeCAD
sudo apt update
sudo apt install freecad
#Lychee -- deb-Paket von Herstellerseite downloaden (https://mango3d.io/download-lychee-slicer):
cd ~/Downloads
sudo apt install ./LycheeSlicer*.deb
#UVtools - Dateien vor Druck prüfen/reparieren
sudo apt install -y curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/sn4k3/UVtools/master/Scripts/install-uvtools.sh)"
Copy
FreeCAD oder Blender → CHITUBOX → UVtools → USB-Stick → Drucker
UVtools ist kein Slicer, sondern ein Werkzeug für Analyse, Reparatur, Konvertierung und Bearbeitung von Resin-Druckdateien. Es ergänzt also CHITUBOX oder Lychee, ersetzt sie aber normalerweise nicht.
Zuletzt geändert: 2026-04-12 21:17:30
ANKI installieren
OFFICE Ubuntu Tags: install, edu, office, anki
sudo apt update
sudo apt install -y libxcb-xinerama0 libxcb-cursor0 libnss3 zstd
cd ~/Downloads
wget https://github.com/ankitects/anki/releases/download/25.09/anki-launcher-25.09-linux.tar.zst
tar xaf anki-launcher-25.09-linux.tar.zst
cd anki-launcher-25.09-linux
sudo ./install.sh
#Programm starten
anki
Copy
Innere Karten nach Herold: https://www.ankizin.de/wiki/ankizin-deck-installieren/
Anki-Download für diverse Systeme: https://apps.ankiweb.net/#downloads
Zuletzt geändert: 2026-04-10 16:24:48
Inkscape installieren
GRAFIQUE Ubuntu Tags: install, inkscape
# Ubuntu-Repo
sudo apt install -y inkscape
sudo apt update
sudo apt install --only-upgrade inkscape
Copy
Für Inkscape ist APT auf Ubuntu meist die solide Standardwahl.
Zuletzt geändert: 2026-04-10 15:51:05
GIMP installieren
GRAFIQUE Ubuntu Tags: install, gimp, graphic
# Snap
sudo snap install gimp
# Ubuntu-Repo
sudo apt install -y gimp
sudo apt update
sudo apt install --only-upgrade gimp
Copy
Näher an neuen Releases -> Snap; APT ist klassischer integriert.
Zuletzt geändert: 2026-04-10 15:50:56
Shotwell-Fotomanager installieren
GRAFIQUE Ubuntu Tags: install, shotwell, pictures
sudo apt install -y shotwell
Copy
Open-Source-Fotomanager für GNOME. Shotwell ist auf Ubuntu typischerweise am sinnvollsten über APT.
Zuletzt geändert: 2026-04-10 15:50:40
Ristretto-Bildbetrachter installieren
GRAFIQUE Ubuntu Tags: install, ristretto, pictures
sudo apt install -y ristretto
sudo apt update
sudo apt install --only-upgrade ristretto
Copy
Für Ristretto ist APT der natürliche Ubuntu/Xfce-Weg.
Zuletzt geändert: 2026-04-10 15:50:13
MComix installieren
OFFICE Ubuntu Tags: install, comics, office
# Ubuntu-Repo
sudo apt install -y mcomix
# Flatpak
flatpak install flathub net.sourceforge.mcomix
Copy
MComix empfiehlt auf Linux grundsätzlich die Distributionspakete, sofern sie aktuell genug sind.
Zuletzt geändert: 2026-04-10 15:46:31
Nicotine+ installieren
MEDIA Ubuntu Tags: install, nicotine
# Flatpak
flatpak install flathub org.nicotine_plus.Nicotine
# Snap
sudo snap install nicotine-plus
# Ubuntu-Repo
sudo apt install -y nicotine
sudo apt update
sudo apt install --only-upgrade nicotine
Copy
Flatpak oder Snap sind meist aktueller als Ubuntu-Apt; Nicotine+ und Flathub/Snapcraft führen beide Pakete.
Zuletzt geändert: 2026-04-10 00:12:05
EPUB Reader - Foliate installieren
OFFICE Ubuntu Tags: install, foliate
# Flatpak
flatpak install flathub com.github.johnfactotum.Foliate
# Snap
sudo snap install foliate
# Ubuntu-Repo
sudo apt install -y foliate
sudo apt update
sudo apt install --only-upgrade foliate
Copy
Foliate ist auf Flathub und Snap verfügbar; Flatpak ist zu bevorzugen.
Zuletzt geändert: 2026-04-10 00:07:45
KmPlot installieren
OFFICE Ubuntu Tags: install, edu, math
sudo apt install -y kmplot
Copy
Auch hier ist APT auf Ubuntu der Standardweg.
Zuletzt geändert: 2026-04-09 23:58:58
wxMaxima installieren
OFFICE Ubuntu Tags: install, edu, math
sudo apt install -y wxmaxima
Copy
wxMaxima ist unter Ubuntu klassisch per APT am unkompliziertesten.
Zuletzt geändert: 2026-04-09 23:57:56