guidedog command not found

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

Introduction

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

guidedog: command not found

or when using sudo you get the following error message

sudo: guidedog: command not found

Solutions to guidedog: command not found

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

In Ubuntu guidedog is provided by guidedog package.

guidedog is:

Guidedog is a GUI utility which allows you to easily activate and configure your machine for packet routing, Network Address Translation/IP Masquerading (NAT) and port-forwarding.

If you are using the functions of this program, it is recommended that you setup/configure a firewall to protect your machine - guidedog does not setup a firewall for you.

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

sudo apt-get -y install guidedog

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

You can also use apt command to install guidedog.

sudo apt -y install guidedog

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

sudo aptitude install guidedog

Summary

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