Linux Krita Guide - ryzendew/Linux-Tips-and-Tricks GitHub Wiki
Linux Krita Guide
Complete beginner-friendly guide to Krita on Linux, covering Arch Linux, CachyOS, and other distributions including installation, digital painting, and art creation.
Table of Contents
Krita Installation
Install Krita
Arch/CachyOS:
# Install Krita
sudo pacman -S krita
Debian/Ubuntu:
sudo apt install krita
Fedora:
sudo dnf install krita
Launch Krita
Start Krita:
# Launch Krita
krita
# Or from application menu
Krita Basics
Interface
Krita interface:
- Toolbox: Left side
- Canvas: Center
- Brush presets: Right side
- Layers: Right side
Create New Document
New document:
- File → New
- Set dimensions
- Choose resolution
- Click Create
Digital Painting
Brushes
Use brushes:
- Select brush tool
- Choose brush preset
- Adjust size/opacity
- Paint on canvas
Layers
Work with layers:
- Layer → New Layer
- Paint on layer
- Adjust blend mode
Brushes and Tools
Brush Presets
Krita brushes:
- Basic brushes: Pencil, paint
- Textured brushes: Canvas, paper
- Special brushes: Effects, patterns
Custom Brushes
Create brushes:
- Brush → New Brush
- Configure settings
- Save preset
Troubleshooting
Krita Not Starting
Check dependencies:
# Reinstall Krita
sudo pacman -S krita
# Check errors
krita --verbose
Tablet Not Working
Check tablet:
# Check tablet
xinput list
# Configure in Krita
# Settings → Configure Krita → Tablet Settings
Summary
This guide covered Krita installation, basic usage, and digital painting for Arch Linux, CachyOS, and other distributions.
Next Steps
- 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.