xfce4-terminal.wrapper command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xfce4-terminal.wrapper: command not found
or when using sudo you get the following error message
sudo: xfce4-terminal.wrapper: command not found
Solutions to xfce4-terminal.wrapper: command not found
How To Fix xfce4-terminal.wrapper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xfce4-terminal.wrapper is provided by xfce4-terminal package.
xfce4-terminal is:
This package contains Terminal, which is a lightweight and easy to use terminal emulator for X11. It was created to fit nicely into the Xfce desktop environment, but it also fits nice with other environments.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xfce4-terminal
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xfce4-terminal.
sudo apt -y install xfce4-terminal
Or if you have aptitude installed you can use the following command.
sudo aptitude install xfce4-terminal
Summary
In this tutorial we learn how to fix xfce4-terminal.wrapper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.