tabble-wrapper command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tabble-wrapper: command not found
or when using sudo you get the following error message
sudo: tabble-wrapper: command not found
Solutions to tabble-wrapper: command not found
How To Fix tabble-wrapper: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tabble-wrapper is provided by tabble package.
tabble is:
tabble is a small alternative X shell which presents your programs in tabs for easy launch. It is not meant to replace a window manager, just complement it. Light window managers benefit the most from tabble. The idea is that tabble is ‘always on top’ so multiple launches can be made without re-navigating a menu hierarchy or clearing the desktop.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tabble
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tabble.
sudo apt -y install tabble
Or if you have aptitude installed you can use the following command.
sudo aptitude install tabble
Summary
In this tutorial we learn how to fix tabble-wrapper command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.