kgb-ci-report command not found

In this troubleshooting guide we learn how to fix kgb-ci-report command not found error message

Introduction

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

kgb-ci-report: command not found

or when using sudo you get the following error message

sudo: kgb-ci-report: command not found

Solutions to kgb-ci-report: command not found

How To Fix kgb-ci-report: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu kgb-ci-report is provided by kgb-client package.

kgb-client is:

KGB is an IRC bot, helping people work together by notifying an IRC channel when a commit occurs.

It supports multiple repositories/IRC channels and is fully configurable.

This package contains the client-side program, kgb-client, which is supposed to be used as an hook in your version control system and sends the notifications to the KGB daemon.

Currently supported version control systems are:

  • Git
  • Subversion
  • CVS

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

sudo apt-get -y install kgb-client

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

You can also use apt command to install kgb-client.

sudo apt -y install kgb-client

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

sudo aptitude install kgb-client

Summary

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