theme-d-compile command not found

In this troubleshooting guide we learn how to fix theme-d-compile command not found error message

Introduction

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

theme-d-compile: command not found

or when using sudo you get the following error message

sudo: theme-d-compile: command not found

Solutions to theme-d-compile: command not found

How To Fix theme-d-compile: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu theme-d-compile is provided by theme-d-translator package.

theme-d-translator is:

Some features of Theme-D are:

  • Static type system
  • An object system
  • A module system
  • Statically and dynamically dispatched multimethods
  • Parametrized (type parameters) classes, types, and procedures
  • Signature types resembling Java interfaces but multiply dispatched
  • Numerical tower
  • Constant variables Theme-D can be compiled to Guile Tree-IL or Scheme. Hence it is possible to compile Theme-D to Guile bytecode.

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

sudo apt-get -y install theme-d-translator

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

You can also use apt command to install theme-d-translator.

sudo apt -y install theme-d-translator

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

sudo aptitude install theme-d-translator

Summary

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