Skip to content

Instantly share code, notes, and snippets.

@kssd
Created May 2, 2014 07:45
Show Gist options
  • Save kssd/fcbfe5607649bd58ffbf to your computer and use it in GitHub Desktop.
Save kssd/fcbfe5607649bd58ffbf to your computer and use it in GitHub Desktop.
#!/bin/bash
# Error msg : 'xterm': unknown terminal type.
# Target : Ubuntu
sudo apt-get install -y ncurses-term
sudo ln -s /lib/terminfo/x/xterm /usr/share/terminfo/x/xterm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment