You are not logged in.
Pages: 1
I need libncurses5 to install Vivado. Is there a "Devuan" way to install an old library? Thanks.
Offline
have needed this sometime for "erformancetest"
not sure if this still applies but the trick was like this
taken from performance-test forums (passmark)
sudo ln -s /usr/lib/x86_64-linux-gnu/libncurses.so.6 /usr/lib/x86_64-linux-gnu/libncurses.so.5Offline
libncurses5 is found in daedalus/main.
Assuming you are now on excalibur, one option is to add the old repository sources to your sources.list, e.g., by adding the following lines:
deb http://deb.devuan.org/merged daedalus main
deb http://deb.devuan.org/merged daedalus-security mainThen run
# apt-get upate aupdate
# apt-get install --no-install-recommends libncurses5to get it installed (without including any "recommends" for it).
hth
Offline
Thanks for the help. Vivadio nstalled after installing libcurses5.
Offline
Pages: 1