gtk-sharp2-examples-list command not found

In this troubleshooting guide we learn how to fix gtk-sharp2-examples-list command not found error message

Introduction

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

gtk-sharp2-examples-list: command not found

or when using sudo you get the following error message

sudo: gtk-sharp2-examples-list: command not found

Solutions to gtk-sharp2-examples-list: command not found

How To Fix gtk-sharp2-examples-list: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gtk-sharp2-examples-list is provided by gtk-sharp2-examples package.

gtk-sharp2-examples is:

GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit

This package contains some example programs that are distributed with the GTK# assemblies, including source to build them and learn from them.

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

sudo apt-get -y install gtk-sharp2-examples

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

You can also use apt command to install gtk-sharp2-examples.

sudo apt -y install gtk-sharp2-examples

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

sudo aptitude install gtk-sharp2-examples

Summary

In this tutorial we learn how to fix gtk-sharp2-examples-list command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.