-
-
Notifications
You must be signed in to change notification settings - Fork 2
Linux Krita Guide
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to Krita on Linux, covering Arch Linux, CachyOS, and other distributions including installation, digital painting, and art creation.
Arch/CachyOS:
# Install Krita
sudo pacman -S kritaDebian/Ubuntu:
sudo apt install kritaFedora:
sudo dnf install kritaStart Krita:
# Launch Krita
krita
# Or from application menuKrita interface:
- Toolbox: Left side
- Canvas: Center
- Brush presets: Right side
- Layers: Right side
New document:
- File → New
- Set dimensions
- Choose resolution
- Click Create
Use brushes:
- Select brush tool
- Choose brush preset
- Adjust size/opacity
- Paint on canvas
Work with layers:
- Layer → New Layer
- Paint on layer
- Adjust blend mode
Krita brushes:
- Basic brushes: Pencil, paint
- Textured brushes: Canvas, paper
- Special brushes: Effects, patterns
Create brushes:
- Brush → New Brush
- Configure settings
- Save preset
Check dependencies:
# Reinstall Krita
sudo pacman -S krita
# Check errors
krita --verboseCheck tablet:
# Check tablet
xinput list
# Configure in Krita
# Settings → Configure Krita → Tablet SettingsThis guide covered Krita installation, basic usage, and digital painting for Arch Linux, CachyOS, and other distributions.
- Image Editing - Image editing tools
- OpenTabletDriver Setup - Tablet setup
- Krita: https://krita.org/
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.