kvirc command not found

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

Introduction

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

kvirc: command not found

or when using sudo you get the following error message

sudo: kvirc: command not found

Solutions to kvirc: command not found

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

In Ubuntu kvirc is provided by kvirc package.

kvirc is:

A highly configurable graphical IRC client with an MDI interface, built-in scripting language, support for IRC DCC, drag & drop file browsing, and much more. KVIrc uses the KDE widget set, can be extended using its own scripting language, integrates with KDE, and supports custom plugins.

If you’re looking for a simple and plain IRC client, KVIrc is probably the wrong choice as it is rather big. But if you want a highly customizable client you won’t regret the installation.

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

sudo apt-get -y install kvirc

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

You can also use apt command to install kvirc.

sudo apt -y install kvirc

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

sudo aptitude install kvirc

Summary

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