krita

A sketching and painting program designed for digital artists. See also: gimp. More information: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.

Install

All systems
curl cmd.cat/krita.sh
Debian Debian
apt-get install krita
Ubuntu
apt-get install krita
Arch Arch Linux
pacman -S krita
image/svg+xml Kali Linux
apt-get install krita
Fedora
dnf install krita
Windows (WSL2)
sudo apt-get update sudo apt-get install krita
Raspbian
apt-get install krita

A sketching and painting program designed for digital artists. See also: gimp. More information: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.

  • Start Krita:
    krita
  • Open specific files:
    krita path/to/image1 path/to/image2 ...
  • Start without a splash screen:
    krita --nosplash
  • Start with a specific workspace:
    krita --workspace Animation
  • Start in fullscreen mode:
    krita --fullscreen

© tl;dr; authors and contributors