Games

How to install Krita on Linux Mint 21

Introduction

Krita is a free and open-source digital painting and illustration application widely used by artists, illustrators, and animators. Its powerful tools, user-friendly interface, and specifically tailored features for painting make it a popular choice among both amateurs and professionals. If you’re a Linux Mint 21 user looking to unleash your creativity, this guide will walk you through the process of installing Krita in a simple yet comprehensive manner.

Understanding Krita

What is Krita?

Krita is designed for artists who want to create concepts, illustrations, and textures. Its feature set includes brush engines, vector tools, layer management, and a customizable user interface. Unlike traditional software, Krita employs a unique system that allows painters to create their work digitally, closely emulating traditional painting techniques and tools.

See also  How to install RawTherapee on a Chromebook

Why Choose Krita?

  1. Professional-Grade Tools: Krita offers a vast array of brushes and textures, giving artists the freedom to explore diverse styles.
  2. Community Support: As an open-source project, Krita has an active user community that contributes to its development, creates tutorials, and provides support.
  3. Frequent Updates: Regular updates bring new features, enhancements, and bug fixes, ensuring that the software remains cutting-edge.

Installation Options

Before diving into the installation process, it’s essential to understand the different methods available for installing Krita on Linux Mint 21.

Installation Methods

  1. From the Official Repository
  2. Using AppImage
  3. Using Flatpak
  4. Building from Source

Each method has its advantages, depending on your preferences and experience with Linux systems.

Installing Krita from the Official Repository

Step 1: Update Your System

Before installing any new packages, it’s advisable to ensure your system is up-to-date. Open the terminal and run the following commands:

bash
sudo apt update
sudo apt upgrade

Step 2: Install Krita

After updating your system, execute the following command in the terminal:

bash
sudo apt install krita

This command will pull Krita from the official repository and install it along with any necessary dependencies.

Step 3: Launch Krita

Once the installation process is complete, you can launch Krita by searching for it in your applications menu, or by typing krita in the terminal.

Installing Krita Using AppImage

If you prefer a standalone package that doesn’t rely on dependency management, the AppImage method is an excellent option.

Step 1: Download the AppImage

Visit the Krita download page and locate the AppImage file suitable for your architecture (32-bit or 64-bit).

See also  How to install Minetest on Linux Mint 22

Step 2: Make the AppImage Executable

First, navigate to the directory where you downloaded the AppImage. Use the terminal to run the following command:

bash
chmod +x krita*.AppImage

This command grants permission for the file to be executed.

Step 3: Launch Krita

Run the AppImage by executing:

bash
./krita*.AppImage

You can create a shortcut for easier access later.

Installing Krita Using Flatpak

Flatpak offers a streamlined way to install applications that maintains their dependencies. Here’s how to set up Krita using Flatpak.

Step 1: Install Flatpak (if not already installed)

To install Flatpak, use the following command:

bash
sudo apt install flatpak

Step 2: Add the Flathub Repository

Next, you need to add the Flathub repository, which houses Krita and many other applications:

bash
flatpak remote-add –if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Step 3: Install Krita

Now, install Krita with the following command:

bash
flatpak install flathub org.kde.krita

Step 4: Launch Krita

To run Krita, execute:

bash
flatpak run org.kde.krita

Building Krita from Source

For those who prefer a more hands-on approach, building Krita from source allows for greater customization.

Step 1: Install Required Dependencies

Before initiating the build, ensure all necessary dependencies are present:

bash
sudo apt install build-essential qt5-default qttools5-dev-tools qttools5-dev qml-module-qtquick-controls
qml-module-qtquick-layouts qml-module-qtquick-dialogs libqt5svg5-dev
libglib2.0-dev libboost-all-dev libopenexr-dev libpng-dev libjpeg-dev libtiff-dev
libgsl-dev libfftw3-dev

Step 2: Download the Source Code

You can clone the Krita Git repository by running:

bash
git clone https://invent.kde.org/graphics/krita.git
cd krita

Step 3: Build Krita

After downloading the source code, you can build Krita with the following commands:

bash
mkdir build
cd build
cmake ..
make

See also  Linux Mint 19.2 Tina Backgrounds Slideshow

Step 4: Install Krita

Finally, install Krita with:

bash
sudo make install

Post-Installation Steps

Configuring Krita

After launching Krita for the first time, you’ll have several options to configure the interface to suit your workflow:

  1. Customize the Workspace: Adjust the layout to fit your needs by moving panels and dockers.
  2. Download Brush Packs: Enhance your toolkit by downloading additional brushes or textures available from the Krita community.
  3. Explore Tutorials: Familiarize yourself with Krita’s features by checking out tutorials and online resources.

Conclusion

Installing Krita on Linux Mint 21 is a straightforward process, whether you opt for the official repository, AppImage, Flatpak, or building from source. Once installed, you gain access to a powerful suite of tools designed for digital painting, 2D animation, and illustration.

By taking the time to familiarize yourself with Krita’s features and tools, you can elevate your digital art to new heights. With an active community and constant updates, Krita remains a cornerstone of the digital artist’s toolkit.

FAQ

1. Is Krita suitable for professional use?

Yes, many professional artists use Krita due to its extensive features that support high-quality artwork creation.

2. Does Krita support different operating systems?

Krita is available for Windows, macOS, and Linux, making it versatile for various users.

3. Can I use Krita offline?

Yes, once installed, Krita can be used offline since it does not require an Internet connection.

4. Are there any costs associated with Krita?

No, Krita is completely free and open-source, making it accessible for everyone.

5. Where can I find resources or tutorials for using Krita?

The official Krita website, as well as forums and video platforms like YouTube, have numerous tutorials and resources available for learning.

6. Can Krita handle large projects?

Yes, Krita is designed to handle high-resolution images and large projects, provided your system meets the necessary hardware requirements.

About the author

Jeffrey Collins

Jeffrey Collins

Jeffery Collins is a Microsoft Office specialist with over 15 years of experience in teaching, training, and business consulting. He has guided thousands of students and professionals in mastering Office applications such as Excel, Word, PowerPoint, and Outlook. From advanced Excel functions and VBA automation to professional Word formatting, data-driven PowerPoint presentations, and efficient email management in Outlook, Jeffery is passionate about making Office tools practical and accessible. On Softwers, he shares step-by-step guides, troubleshooting tips, and expert insights to help users unlock the full potential of Microsoft Office.