Categories: TutorialsUbuntu

How to Install Karbon on Ubuntu 20.04 LTS

Introduction

Karbon is an excellent graphics tool to create vector drawings which are also called SVG. Karbon is powered by a QT user interface and developed by KDE. Karbon is an integral part of KDE graphics design. SVG graphics are highly scalable and take less size on both local and remote disks. They are the preferred type of graphics for the web. When it comes to icons, most vendors prefer SVG icons.

Karbon supports ODG, SVG, WPG, WMF, and EPS formats to create and produce vector drawings. I am using Ubuntu 20.04 LTS edition, and I will show you how to install it standalone on your Ubuntu system.

Step
Sponsored
1. Install Karbon

Karbon is available in Ubuntu repositories, so we can install it from there easily. In case, you want to install a development or nightly build for your testing needs then you can use a PPA as well.

First I would update my system repositories, so I can have the opportunity to install the latest packages.

$ sudo apt update

Now I can install the latest Karbon package as following:

$ sudo apt install -y karbon

Some users may notice a large package size when they begin downloading and installing the Karbon, but it depends if you are already using KDE or not and where you are located. If you are already using KDE and installing Karbon later then you might have a smaller download size otherwise it could be a bigger one.

Step 2. Access Karbon

You can access Karbon from the command line and dashboard both as shown below. Invoke the following command to access Karbon.

$ karbon

Otherwise, you can always access it from the system dashboard which is natural when it comes to launching any applications.

Sponsored

Step 3. Launch Karbon

Access Karbon from the dashboard and launch it with a click. Below will the first screen you will see:

Step 4. Remove Karbon

We used .deb packages from the Ubuntu 20.04 LTS repositories, so it is simple to use apt command to remove Karbon from your system. Use the following command to eliminate it:

$ sudo apt remove karbon

Conclusion

Karbon can help you create path shapes using many sophisticated drawing tools. We worked out how to install, launch, and remove Karbon on Ubuntu 20.04 LTS version. I hope you will get what you need for your vector graphics with this exceptional tool. Enjoy Karbon!

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

Building RAG with enterprise open source AI infrastructure

One of the most critical gaps in traditional Large Language Models (LLMs) is that they…

19 hours ago

Life at Canonical: Victoria Antipova’s perspective as a new joiner in Product Marketing

Canonical is continuously hiring new talent. Being a remote- first company, Canonical’s new joiners receive…

2 days ago

What is patching automation?

What is patching automation? With increasing numbers of vulnerabilities, there is a growing risk of…

3 days ago

A beginner’s tutorial for your first Machine Learning project using Charmed Kubeflow

Wouldn’t it be wonderful to wake up one day with a desire to explore AI…

4 days ago

Ubuntu brings comprehensive support to Azure Cobalt 100 VMs

Ubuntu and Ubuntu Pro supports Microsoft’s Azure Cobalt 100 Virtual Machines (VMs), powered by their…

4 days ago

Ubuntu Weekly Newsletter Issue 870

Welcome to the Ubuntu Weekly Newsletter, Issue 870 for the week of December 8 –…

5 days ago