Multiple Ncurses
by jgun98 from LinuxQuestions.org on (#51RSQ)
Hi,
I try to learn tmux and part of install tmux is install ncurses
After get confuse for awhile I finally found that two version or ncurses on my system.
mypc@lubuntu1804:~$ ls /usr/bin/ncu* -l
-rwxr-xr-x 1 root root 6052 May 23 2018 /usr/bin/ncurses5-config
-rwxr-xr-x 1 root root 7866 Apr 5 23:39 /usr/bin/ncurses6-config
mypc@lubuntu1804:~$ ncurses5-config --version
6.1.20180127
mypc@lubuntu1804:~$ ncurses6-config --version
6.2.20200212
mypc@lubuntu1804:~$
which one actually active and working on my system?
I have read somewhere that clear command use ncurses
Regards,
Gun


I try to learn tmux and part of install tmux is install ncurses
After get confuse for awhile I finally found that two version or ncurses on my system.
mypc@lubuntu1804:~$ ls /usr/bin/ncu* -l
-rwxr-xr-x 1 root root 6052 May 23 2018 /usr/bin/ncurses5-config
-rwxr-xr-x 1 root root 7866 Apr 5 23:39 /usr/bin/ncurses6-config
mypc@lubuntu1804:~$ ncurses5-config --version
6.1.20180127
mypc@lubuntu1804:~$ ncurses6-config --version
6.2.20200212
mypc@lubuntu1804:~$
which one actually active and working on my system?
I have read somewhere that clear command use ncurses
Regards,
Gun