run-split-theme-d-program command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
run-split-theme-d-program: command not found
or when using sudo you get the following error message
sudo: run-split-theme-d-program: command not found
Solutions to run-split-theme-d-program: command not found
How To Fix run-split-theme-d-program: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu run-split-theme-d-program is provided by theme-d-rte package.
theme-d-rte is:
This package is needed to run Theme-D programs. The package contains the Theme-D runtime environment and script run-theme-d-program to run Theme-D programs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install theme-d-rte
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install theme-d-rte.
sudo apt -y install theme-d-rte
Or if you have aptitude installed you can use the following command.
sudo aptitude install theme-d-rte
Summary
In this tutorial we learn how to fix run-split-theme-d-program command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.