cervisia command not found

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

Introduction

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

cervisia: command not found

or when using sudo you get the following error message

sudo: cervisia: command not found

Solutions to cervisia: command not found

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

In Ubuntu cervisia is provided by cervisia package.

cervisia is:

Cervisia is a front-end for the CVS version control system client.

In addition to basic and advanced CVS operations, it provides a convenient graphical interface for viewing, editing, and manipulating files in a CVS repository or working directory. It includes tools designed to ease the use of CVS, such as a log browser, conflict resolver, and changelog editor that checks for incorrect formatting.

This package is part of the KDE Software Development Kit module.

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

sudo apt-get -y install cervisia

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

You can also use apt command to install cervisia.

sudo apt -y install cervisia

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

sudo aptitude install cervisia

Summary

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