问题:

在板子上执行top时总是提示'vt102': unknown terminal type.

执行了export TERM=xterm,还是不管用

 

解决:

执行export,方向没有设置TERMINFO环境变量的值。只需设置TERMINFO变量为terminfo的路径即可,比如TERMINFO=/usr/share/terminfo。可以执行下面的命令,或者将该命令写到profile中

export TERMINFO=/usr/share/terminfo

转载于:https://www.cnblogs.com/pengdonglin137/p/3507568.html

GitHub 加速计划 / term / terminal
8
0
下载
The new Windows Terminal and the original Windows console host, all in the same place!
最近提交(Master分支:4 个月前 )
8598ed78 Closes #18037 20 天前
50060452 Forgetti di spaghetti in #18215. Closes #18324 ## Validation Steps Performed * Launch through the start menu * Explicitly minimize * Then... * Launch through the start menu again ✅ * Launch via wtd.exe in Win+R ✅ * Launch via wtd.exe in another Terminal ✅ * Launch via handoff ✅ 20 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐