×


Blog


How to Configure Linux Mint 20 Automatic Updates Through GUI ?

This article covers the process of configuring the automatic updates of a Linux Mint 20 system.


Install Plank on Linux Mint 20 - Step by step guide ?

This article covers the complete installation of Plank on a Linux Mint 20 machine. In fact, Plank is a Linux dock that allows starting pinned applications and manage open windows, for X11 environments (Wayland is not supported). 


Install Luakit Browser on Ubuntu 21.10 Impish Indri - Step by step guide ?

This article covers how to install luakit on your Ubuntu Linux system. In fact, Luakit is a highly-configurable browser framework based on WebKitGTK+. It is very fast and extensible by Lua. It is primarily targeted at power users, developers and any people with too much time on their hands who want to have fine-grained control over their web browser's behavior and interface.


Install Kwrite Editor on Ubuntu 20.04 LTS Focal Fossa - Step by step guide ?

This article covers how to install, use, and remove Kwrite on Ubuntu 20.04.3 LTS (Focal Fossa). In fact, KWrite is a simple text editor built on the KDE Platform. It uses the Kate editor component, so it supports powerful features such as flexible syntax highlighting, automatic indentation, and numerous other text tools.


Install Kate Editor on Ubuntu 20.04 LTS Machine - Step by step guide ?

This article covers how to install Kate Editor on your Ubuntu machine without installing KDE. In fact, Kate is a multi-document, multi-view text editor by KDE. It features stuff like codefolding, syntaxhighlighting, dynamic word wrap, an embedded console, an extensive plugin interface and some preliminary scripting support.


How to Install kate on Ubuntu using snapd ?

1. Enable snapd

snapd can be installed from the command line:

$ sudo apt update
$ sudo apt install snapd

2. Install kate

To install kate, simply use the following command:

$ sudo snap install kate --classic


How To Uninstall kate on Ubuntu 21.04 ?

We can use the following command to remove kate configurations, data and all of its dependencies, we can use the following command:

$ sudo apt-get -y autoremove --purge kate


Install juffEd Development Environment on Ubuntu 20.04 LTS System - Step by step guide ?

This article covers how to install juffed on your Ubuntu 21.04 Linux system. In fact, JuffEd is a simple, cross-platform text editor written using the Qt toolkit and the QScintilla library. It supports most features found in modern text editors, including syntax highlighting, bracket matching, switching encodings, sessions, and a plugin API.