As we discussed in [this reddit thread](https://www.reddit.com/r/Paravim/comments/d4qngf/new_release_of_paravim_031_improve_selection/), Arch doesn't seem to have `libtinfo.so.5` but an easy solution is to symlink the newer one to it: ``` sudo ln -s /usr/lib/libtinfo.so.6 /usr/lib/libtinfo.so.5 ```
As we discussed in this reddit thread, Arch doesn't seem to have
libtinfo.so.5but an easy solution is to symlink the newer one to it: