take-vector-screenshot command not found

In this troubleshooting guide we learn how to fix take-vector-screenshot command not found error message

Introduction

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

take-vector-screenshot: command not found

or when using sudo you get the following error message

sudo: take-vector-screenshot: command not found

Solutions to take-vector-screenshot: command not found

How To Fix take-vector-screenshot: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu take-vector-screenshot is provided by gtk-vector-screenshot package.

gtk-vector-screenshot is:

This gtk module allows you to take a screenshot of a running gtk-3 application as a vector image, with fully scalable graphics and selectable text. It supports rendering the application to PDF, SVG and PostScript.

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

sudo apt-get -y install gtk-vector-screenshot

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

You can also use apt command to install gtk-vector-screenshot.

sudo apt -y install gtk-vector-screenshot

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

sudo aptitude install gtk-vector-screenshot

Summary

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