tuxcmd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tuxcmd: command not found
or when using sudo you get the following error message
sudo: tuxcmd: command not found
Solutions to tuxcmd: command not found
How To Fix tuxcmd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tuxcmd is provided by tuxcmd package.
tuxcmd is:
Tux Commander is a windowed file manager with 2 panels side by side similar to popular Total Commander or Midnight Commander file managers.
General features:
- Two directory panels side by side (vertical)
- Tabbed interface, buttons for quick access to favorite places
- Configurable mounter bar for quick access to removable media and network shares
- Multilingual user interface
- Extendable via plugin system
- Extension-based file type actions (associations)
To fix this problem, we can install more using the command below.
sudo apt-get -y install tuxcmd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tuxcmd.
sudo apt -y install tuxcmd
Or if you have aptitude installed you can use the following command.
sudo aptitude install tuxcmd
Summary
In this tutorial we learn how to fix tuxcmd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.