FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14170 questions

16819 answers

27660 comments

54140 members

0 votes
906 views 2 comments
by
Hello,

I don't like vi or vim ...

Is it authorized to install the editor nano on a RUT955 ?

Do we follow a special procedure to do it ? if yes, could you describe it please.

Thank you by advance,

1 Answer

0 votes
by

From the command prompt do:

opkg update

Then do:

opkg install nano

Then do:

cp /usr/lib/libncurses.so /usr/lib/libncurses.so.5


That’s it, nano is installed.

Best answer
by
Yessss !

Thank you very much !
by
No problem :)