kephra command not found

In this troubleshooting guide we learn how to fix kephra command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

kephra: command not found

or when using sudo you get the following error message

sudo: kephra: command not found

Solutions to kephra: command not found

How To Fix kephra: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu kephra is provided by kephra package.

kephra is:

Kephra is gui text editor writen in Perl but not only for Perl developers.

The features of Kephra are:

  • File: file sessions, history, simple templates, open all of a dir, insert, autosave by timer, save copy as, rename, close all other, detection if file where changed elsewhere
  • Editing: unlimited undo with fast modes, replace (clipboard and selection), line edit functions, move line/selection, indenting, block formating, delete trailing space, comment, convert (case, space or indention) rectangular selection with mouse and keyboard, auto- and braceindention
  • Navigation: bracenav, blocknav, doc spanning bookmarks, goto last edit, last doc, rich search, incremental search, searchbar and search dialog
  • Tools: run script (integrated output panel), notepad panel, color picker
  • Doc Property: syntax mode, codepage, tab use, tab width, EOL, write protection
  • View: all app parts and margins can be switched on and off, syntaxhighlighting bracelight, ight margin, indention guide, caret line, line wrap, EOL marker, visible whitespace, changeable font
  • Configs: config files to be opened through a menu: settings, all menus, commandID’s, event binding, icon binding, key binding, localisation (translate just one file to transelate the app), syntaxmodes and some help texts to be opened as normal files

To fix this problem, we can install more using the command below.

sudo apt-get -y install kephra

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install kephra.

sudo apt -y install kephra

Or if you have aptitude installed you can use the following command.

sudo aptitude install kephra

Summary

In this tutorial we learn how to fix kephra command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.