The officially official Devuan Forum!

You are not logged in.

#1 2026-05-19 14:19:52

jrico
Member
Registered: 2025-06-09
Posts: 5  

libncurses5

I need libncurses5 to install Vivado.  Is there a "Devuan" way to install an old library?  Thanks.

Offline

#2 2026-05-19 19:15:03

kapqa
Member
Registered: 2019-01-02
Posts: 663  

Re: libncurses5

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.5

Offline

#3 2026-05-19 21:58:22

ralph.ronnquist
Administrator
From: Battery Point, Tasmania, AUS
Registered: 2016-11-30
Posts: 1,664  

Re: libncurses5

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 main

Then run

# apt-get upate aupdate
# apt-get install --no-install-recommends libncurses5

to get it installed (without including any "recommends" for it).

hth

Offline

#4 2026-05-20 09:39:36

jrico
Member
Registered: 2025-06-09
Posts: 5  

Re: libncurses5

Thanks for the help.  Vivadio nstalled after installing libcurses5.

Offline

Board footer