Skip to content

Linux Krita Guide

Mattscreative edited this page Dec 5, 2025 · 2 revisions

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

  1. Krita Installation
  2. Krita Basics
  3. Digital Painting
  4. Brushes and Tools
  5. Troubleshooting

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:

  1. FileNew
  2. Set dimensions
  3. Choose resolution
  4. Click Create

Digital Painting

Brushes

Use brushes:

  1. Select brush tool
  2. Choose brush preset
  3. Adjust size/opacity
  4. Paint on canvas

Layers

Work with layers:

  1. LayerNew Layer
  2. Paint on layer
  3. 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:

  1. BrushNew Brush
  2. Configure settings
  3. 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


This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.

Clone this wiki locally