oakes / vim_cubed

Vim rendered on a cube for no reason
The Unlicense
2.71k stars 37 forks source link

Bad advice for Arch Linux #19

Open rsubtil opened 4 years ago

rsubtil commented 4 years ago

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)

oakes commented 4 years ago

last time i tried that it was not available in pacman

On Wed, Apr 1, 2020, at 6:06 AM, Ricardo Subtil wrote:

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 https://wiki.archlinux.org/index.php/Frequently_asked_questions#If_I_need_an_older_version_of_an_installed_library,_can_I_just_symlink_to_the_newer_version?.

The fix for Arch is installing ncurses5-compat-libs https://aur.archlinux.org/packages/ncurses5-compat-libs/ (AUR)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/oakes/vim_cubed/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABUYU676H5ZGMTMLPECJY3RKMGZVANCNFSM4LYXDKXQ.

meithecatte commented 4 years ago

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