dotdee command not found

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

Introduction

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

dotdee: command not found

or when using sudo you get the following error message

sudo: dotdee: command not found

Solutions to dotdee: command not found

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

In Ubuntu dotdee is provided by dotdee package.

dotdee is:

dotdee is a handy utility for converting a single flat text file to a symlink to a file constructed by concatenating a set of files in .d-style directory.

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

sudo apt-get -y install dotdee

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

You can also use apt command to install dotdee.

sudo apt -y install dotdee

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

sudo aptitude install dotdee

Summary

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