How do I install Krita on Debian Xfce lightly?

4

I want to install Krita on Debian Xfce but I am worried that installing Krita will also install all the Kde related stuff and will bog down my system. Installing Kde components is not an issue, however my main worry is if the Kde components will try to run in the system even when I do not run Krita.

How does does it work if I install Krita on Xfce or Gnome? Are my worries real issue? I just would like to keep my system light, but at the same time I need Krita on my system.

thanks

yarun can

Posted 2014-03-26T04:19:58.980

Reputation: 800

I came across your question in the unanswered questions pool. Did you ever find out the answer? Still need an answer? Overtaken by events and no longer need an answer? – fixer1234 – 2015-07-17T07:34:53.417

More than two years later, the answer is here: Krita appimage. This is probably the easiest solution to this date however, for 64 bit Linux system only. More details in my answer below. – None – 2016-09-30T16:26:45.713

+1 I only have KDE stuff installed because of Krita, and I am currently fighting with a problem where those components keep changing my default mime applications for PDF files to Krita :( – hochl – 2014-05-10T12:53:43.960

Answers

2

Don't install, just download and run Krita. It is now possible to run Krita on GNU/Linux using the appimage provided at Krita Desktop download.

Using the appimage

Krita documentation includes this installation notes that had suggested first to try the appimage for Krita 3.0 and later releases.

For Krita 3.0 and later, first try out the appimage from the website first. 90% of the time this is by far the easiest way to get the latest Krita.

Running the appimage seems familiar and easy.

# open this terminal into the folder you have the appimage
# make it executable
chmod a+x krita-3.0-x86_64.appimage

# run Krita!
./krita-3.0-x86_64.appimage

Note that Krita appimage is available for 64-bit Linux system only.

Download and install size

The download size in comparison:

  • Krita appimage: 158 MB (4.0.1); 166 MB (4.1.7)
  • Krita package on Ubuntu: ~140 MB (4.0.1, Bionic)
  • Krita package on Debian: ~75 MB (4.1.7, Buster)

The installation size in comparison:

  • Krita appimage: 0 MB (requires no install)
  • Krita package on Ubuntu: ~330 MB (4.0.1, Bionic)
  • Krita package on Debian: ~208 MB (4.1.7, Buster)

The earliest version I had tested on Linux 64-bit was Krita 3.0.1, whose appimage was only 80 MB. Newer versions of Krita appimage have larger download size, which is still half the size of, or even smaller than Krita Debian package with both download and installation size combined.

Running Krita 3.0.1 64 bit appimage

The appimage is usable and lightweight, although I can't be sure for its speed and responsiveness due to my low-end hardware with integrated graphics.

Above all, Krita appimage might be the answer to satisfy your need.

user109256

Posted 2014-03-26T04:19:58.980

Reputation:

1Well it's about time this question was answered! And a great solution to boot! – fixer1234 – 2016-09-30T20:40:47.003