konversation command not found

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

Introduction

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

konversation: command not found

or when using sudo you get the following error message

sudo: konversation: command not found

Solutions to konversation: command not found

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

In Ubuntu konversation is provided by konversation package.

konversation is:

Konversation is a client for the Internet Relay Chat (IRC) protocol. It is easy to use and well-suited for novice IRC users, but novice and experienced users alike will appreciate its many features:

   * Standard IRC features
   * Easy to use graphical interface
   * Multiple server and channel tabs in a single window
   * IRC color support
   * Pattern-based message highlighting and OnScreen Display
   * Multiple identities for different servers
   * Multi-language scripting support (with DCOP)
   * Customizable command aliases
   * NickServ-aware log-on (for registered nicknames)
   * Smart logging
   * Traditional or enhanced-shell-style nick completion
   * DCC file transfer with resume support

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

sudo apt-get -y install konversation

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

You can also use apt command to install konversation.

sudo apt -y install konversation

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

sudo aptitude install konversation

Summary

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