How do I install Nano text editor

Hello,

If you want to install extra packages not found in our repositories, you can do so using the default OpenWrt ones. Here are the steps:

  1. First, update the OpenWrt repositories by running:
opkg -e /etc/opkg/openwrt/distfeeds.conf update
  1. Then, install the nano editor by running:
opkg -e /etc/opkg/openwrt/distfeeds.conf install nano

After completing these steps, Nano should be installed and ready to use on your system.

Best regards,

1 Like