twin_server command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
twin_server: command not found
or when using sudo you get the following error message
sudo: twin_server: command not found
Solutions to twin_server: command not found
How To Fix twin_server: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu twin_server is provided by twin package.
twin is:
Twin is a windowing environment with mouse support, window manager, terminal emulator and networked clients, all inside a text display. It supports a variety of displays:
- plain text terminals (any termcap/ncurses compatible terminal, Linux console, twin’s own terminal emulator);
- X11, where it can be used as a multi-window xterm;
- itself (you can display a twin on another twin);
- twdisplay, a general network-transparent display client, used to attach/detach more displays on-the-fly.
To fix this problem, we can install more using the command below.
sudo apt-get -y install twin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install twin.
sudo apt -y install twin
Or if you have aptitude installed you can use the following command.
sudo aptitude install twin
Summary
In this tutorial we learn how to fix twin_server command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.