gtk-gnutella command not found

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

Introduction

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

gtk-gnutella: command not found

or when using sudo you get the following error message

sudo: gtk-gnutella: command not found

Solutions to gtk-gnutella: command not found

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

In Ubuntu gtk-gnutella is provided by gtk-gnutella package.

gtk-gnutella is:

Gtk-Gnutella is a reliable and efficient Gnutella client, supporting the latest Gnutella protocol, bandwidth limitation (both incoming and outgoing) traffic compression, and advanced search filters among other features.

Gnutella is a peer-based file-sharing protocol that allows a user running a Gnutella client to search for and download files from other Gnutella users, as well as share some files of his/her own.

Gtk-Gnutella offers all the extra features you expect from a modern client: persistent downloads, searches and filters, intuitive interface, upload statistics, queuing, and of course total control over many configuration parameters.

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

sudo apt-get -y install gtk-gnutella

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

You can also use apt command to install gtk-gnutella.

sudo apt -y install gtk-gnutella

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

sudo aptitude install gtk-gnutella

Summary

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