Categories: TutorialsUbuntu

How to Install Skencil on Ubuntu 20.04 LTS

Introduction

Skencil, formerly known as Sketch, is a vector graphics designing software. It supports a great number of extensions and helps graphics designers to create new vector images. Usually, vector images come as SVG. SVG images are popular because of their use in web development and scalability.

In the next steps, you will learn how to install Skencil on Ubuntu 20.04 LTS system. You will need 1 GB of RAM to work with Skencil. Stencil is not just a powerful graphics tool but also a lightweight package.

Step 1. Download Skencil

If you desire to download and install Skencil from the source then you can go to the website and download a package related to your needs from following link.

Sponsored

http://www.skencil.org/download.html

Step 2. Install Skencil on Ubuntu

In the first step, I will show you how to get Skencil for your Ubuntu machine.

Skencil is available in both Ubuntu repositories, and its website as well. I would say you first update your repositories as follows.

$ sudo apt update

then run the following command to download and begin the installation.

$ sudo apt install sketch

Step 3. Confirm the Installation

Try to confirm on command line that Skencil has been installed successfully using following command:

$ sketch -v

Sponsored

Step 4. Access Skencil

In the previous step, I showed you how to verify your installation. Now I will discuss accessing Skencil. Skencil can only be accessed via command line, and this is a hard truth. To access it from the command line simply invoke the following command to use the software.

$ sketch

Step 5. Launch Skencil

To launch Skencil, I will invoke the command discussed in the previous step. This will start Skencil without any issues. It will start with a default canvas and sketch. The default sketch can be removed with one click.

Step 6. Remove Skencil

To remove Skencil, you would not need to bother anything. An apt package is simple to remove. Run the following command and it will erase Skencil from your system:

$ sudo apt remove sketch

Conclusion

This tutorial took you on an adventure in sketching, drawing, and vector graphics designing. Skencil has several unmatched features that will take your drawings to the next level. If you are interested to create illustrations, diagrams, and icons for the web then Skencil will be the most powerful tool among many others.

Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications including CCNA RS, SCP, and ACE. As an IT engineer and technical author, he writes for various websites.

Ubuntu Server Admin

Recent Posts

Welcome to the Ubuntu Weekly Newsletter 883

Welcome to the Ubuntu Weekly Newsletter, Issue 883 for the week of March 9 –…

1 day ago

How to Install nvidia-smi on Ubuntu or Debian Linux

In this article, we will see how to install nvidia-smi on Ubuntu or Debian Linux.…

2 days ago

How to Install clang tool on Ubuntu or Debian Linux

In this article, we will see how to install clang tool on Ubuntu or Debian…

3 days ago

How to resolve Ubuntu 20.04 Container Signature Errors on Raspberry Pi ARM Devices

When working with Docker containers on Raspberry Pi devices, you might encounter frustrating signature verification…

3 days ago

How to fix DNS Resolution Issues with OpenVPN on Ubuntu 18.04

You’ve recently upgraded to Ubuntu 18.04 and found that your OpenVPN connection no longer resolves…

3 days ago

How to Fix Ubuntu 18.04 System Monitor Launch Issues

Have you ever tried to open System Monitor on your Ubuntu 18.04 system only to…

4 days ago