I recently installed Nano manually. I downloaded and installed the latest version from the site: This one and this one
I installed both (ncrurses 6.2 and nano 5.8) with commands:
mkdir /tmp/myfiles
cd /tmp/myfiles
tar zxvf ... for ncrurses
tar -zxvf ... for nano
./configure
make
make install
Although it was installed, it was not colored (And in the end I did not find a way to remove it too، And I used the nuclear option).
Why was the nano that was installed manually not colored?
cat
. – user487583 Aug 24 '21 at 15:56