oakes / vim_cubed

Vim rendered on a cube for no reason

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad advice for Arch Linux

rsubtil opened this issue · comments

For Arch Linux you say to do this: sudo ln -s /usr/lib/libtinfo.so.6 /usr/lib/libtinfo.so.5

This is bad advice; symlinking is a bad idea.

The fix for Arch is installing ncurses5-compat-libs (AUR)

Indeed, the AUR is not available through pacman, but the package can be installed with things like makepkg, yay, pacaur, or many others.