libgvc6-config-update command not found

In this troubleshooting guide we learn how to fix libgvc6-config-update command not found error message

Introduction

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

libgvc6-config-update: command not found

or when using sudo you get the following error message

sudo: libgvc6-config-update: command not found

Solutions to libgvc6-config-update: command not found

How To Fix libgvc6-config-update: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu libgvc6-config-update is provided by libgvc6 package.

libgvc6 is:

Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description.

This package contains the gvc library.

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

sudo apt-get -y install libgvc6

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

You can also use apt command to install libgvc6.

sudo apt -y install libgvc6

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

sudo aptitude install libgvc6

Summary

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