Screen: Cannot find terminfo entry for 'xterm-256color'

后端 未结 12 1940
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-24 00:51

When I run

screen

on the remote host(running Linux), I obtain the following error:

Cannot find terminfo entry for \'xterm-         


        
12条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 01:40

    You probably need to install a package on your Linux host which provides one of the following files:

    /usr/share/terminfo/x/xterm-256color
    /lib/terminfo/x/xterm-256color
    

    On Ubuntu, for example, this is provided by the ncurses-base package.

提交回复
热议问题