Categories: TutorialsUbuntu

How to Install Kwrite Editor on Ubuntu 20.04 LTS

Introduction

The Kwrite editor is a lightweight text editor powered by KDE. It is the most lightweight text editor in my opinion. Being fast is the ultimate nature of Kwrite. It works flawlessly on any Linux distribution and it has the least memory footprint. When it does not consume any RAM then why not we should try to install it on our system.

I am using Ubuntu 20.04 LTS edition, and you make sure that you too are using the same Ubuntu. Any variant will also work except Debian. You must not try the given instructions on Debian.

Required
Sponsored
Prerequisites For Kwrite Editor

Kwrite editor does not need any prerequisites. If you do not have the KDE desktop environment installed then you may find a larger download size. Otherwise, it would be smaller.

Step 1. Install Kwrite Editor on Ubuntu LTS

Let us update the system first then move to the installation of Kwrite.

$ sudo apt update

Now the system has been updated, we can install the Kwrite editor. Use the following command and see the screenshot.

$ sudo apt install kwrite

Step 2. Verify Kwrite Editor Installation

Now we are going to verify the Kwrite installation. You will need the following command to see the latest version.

$ kwrite --version

You can do the same using your desktop environment. For instance, My DE in use is the Mate desktop environment. You will go to your dashboard and search the kwrite and it will pop up.

Sponsored

Step 3. Launch Kwrite Editor

Now we will take the opportunity to launch the Kwrite editor and see if all goes well. We can do the same using both the command line and graphical user interface. Use the following command to invoke the Kwrite editor.

$ kwrite

However, I always choose to launch the applications using the graphical dashboard. It works for me and many other Linux users.

Step 4. Uninstall Kwrite Editor From Ubuntu 20.04

Now we will see how to remove the Kwrite editor from your system. When we use system repositories to install applications then we can also use standard system commands to remove the applications. Use the following command to uninstall Kwrite from Ubuntu 20.04 LTS edition.

$ sudo apt remove kwrite

Conclusion

Today we explored how to install, use, and remove Kwrite. In future articles, we will explore more text editors. I hope you enjoyed it.

Ubuntu Server Admin

Recent Posts

Revolutionizing Web Page Creation: How Structured Content is Slashing Design and Development Time

Co-authored with Julie Muzina A year ago, during our Madrid Engineering Sprint, we challenged ourselves…

17 hours ago

Ubuntu Weekly Newsletter Issue 897

Welcome to the Ubuntu Weekly Newsletter, Issue 897 for the week of June 15 –…

1 day ago

Ubuntu Core is now available on MediaTek’s Genio platform

This is the first optimized Ubuntu Core image available on MediaTek’s Genio 350, 510, 700,…

2 days ago

Effective infrastructure automation to reduce data center costs

Data centers are expensive: automation is the solution Today, managing a data center requires striking…

5 days ago

What are our partners building for device makers? Explore the highlights from Ubuntu IoT Day Singapore

Our first Ubuntu IoT Day in Southeast Asia – and our first ever event in…

6 days ago

Fixes available for local privilege escalation vulnerability in libblockdev using udisks

Qualys discovered two vulnerabilities in various Linux distributions which allow local attackers to escalate privileges.…

6 days ago