Categories: TutorialsUbuntu

How to Install Drawing Studio on Ubuntu 20.04 LTS

Introduction

Everyone likes to paint and draw on their computers. It is fun for both kids and adults. I am going to introduce a simple and lightweight Drawing application for Linux systems today. I will show you how to install it on your Ubuntu 20.04 LTS system. Drawing studio is a simple yet powerful application. It is almost the right alternative to painting software in the Windows operating system for users on Linux.

Drawing Studio does not have any hard dependencies and prerequisites if you are already running a Gnome desktop environment. Thus, it is simple to install from Ubuntu repositories.

Step 1. Install Drawing Studio

Sponsored

Let’s start installing a drawing studio in this step. Gnome is the default desktop environment for Ubuntu 20.04 LTS, so all dependencies are automatically satisfied because Drawing is based on top of Gnome stack.

First, update your system repositories as follows:

$ sudo apt update

Now install the Drawing package as following:

$ sudo apt install drawing

If you are running a desktop environment other than Gnome or Mate, you might experience a larger size of download. This is because drawing uses essential GUI components from the Gnome stack and in this case you will download several related libraries.

Step 2. Access Drawing Studio

As soon as it is installed, you can access the Drawing application either from the command line or system dashboard. To access it from the command line you will need to invoke the drawing studio shorthand as following:

$ drawing

Whereas to access it from the dashboard you will simply need to search it in your dashboard or try to locate it in the graphics folder.

Sponsored

Step 3. Run Drawing Studio

After deciding how you would access the drawing studio, you can run it. In my case, I will run it from the dashboard and it will look like below:

Step 4. Remove Drawing Studio

As we installed Drawing Studio using apt repositories, we can remove it the same standard way. You would need to invoke the following command to make a system-wide uninstall of the application.

$ sudo apt-get remove drawing

Conclusion

Drawing Studio is built on top of Gnome’s stack and has a vast user base. It is available for most of the distributions in their default repositories. If you are not using Gnome or Mate, you will download a significant number of dependencies. I hope you enjoy running Drawing Studio for your painting needs.

Ubuntu Server Admin

Recent Posts

Ubuntu Weekly Newsletter Issue 890

Welcome to the Ubuntu Weekly Newsletter, Issue 890 for the week of April 27 –…

12 hours ago

Ubuntu IoT Day in Singapore – Unlock compliant and scalable innovation in edge AI

Singapore | May 27, 2025 | Full-day event How do you build robust, performant edge…

20 hours ago

Kolla Ansible OpenStack Installation (Ubuntu 24.04)

Kolla Ansible provides production-ready containers (here, Docker) and deployment tools for operating OpenStack clouds. This…

4 days ago

Canonical announces first Ubuntu Desktop image for Qualcomm Dragonwing™ Platform with Ubuntu 24.04

This public beta enables the full Ubuntu Desktop experience on the Qualcomm Dragonwing™ QCS6490 and…

5 days ago

The long march towards delivering CRA compliance

Time is running out to be in full compliance with the EU Cyber Resilience Act,…

5 days ago

Extra Factor Authentication: how to create zero trust IAM with third-party IdPs

Identity management is vitally important in cybersecurity. Every time someone tries to access your networks,…

6 days ago