E558 - Terminal entry not found in terminfo

Terminal error E558 - Terminal entry not found in terminfo

I'm setting up backend for Openstack and K8S - CKS for my lab study. When I spin up a box in Vagrant - this old message comes up with VIM

E558: Terminal entry not found in terminfo in Ubuntu

The error message E558: Terminal entry not found in terminfo occurs when Vim cannot find a proper terminal definition in the terminfo database for your terminal emulator. This can happen in certain terminal environments or when working over SSH connections.

sudo apt-get install ncurses-term
 
export TERM=xterm