Hey all.
Trying to run prettyping on a Flint 2 to do some very basic networking troubleshooting and can’t find any packages that include tput.
Usually it'll be in ncurses but not in wrt it seems. Any ideas? Thanks!
Hey all.
Trying to run prettyping on a Flint 2 to do some very basic networking troubleshooting and can’t find any packages that include tput.
Usually it'll be in ncurses but not in wrt it seems. Any ideas? Thanks!
Please try to install a dependent plugin in Flint2:
opkg update && opkg install terminfo
If no luck, please consult the software authors.
Hi bruce. Thanks for the info.
root@GL-MT6000:~# opkg update && opkg install terminfo
Downloading https://fw.gl-inet.com/releases/mt798x/kmod-4.5.7/aarch64_cortex-a53/mediatek/mt7986/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_core
Downloading https://fw.gl-inet.com/releases/mt798x/packages-4.5/aarch64_cortex-a53/glinet/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_gli_pub
Downloading https://fw.gl-inet.com/releases/mt798x/packages-4.5/aarch64_cortex-a53/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_gli_packages
Updating database.
Database update completed.
Package terminfo (6.2-3) installed in root is up to date.
Updating database.
Database update completed.
and then
root@GL-MT6000:~# which tput
root@GL-MT6000:~# find /. -name tput
root@GL-MT6000:~#
For anybody else searching on this unfortunately didn't work. Will update this thread if I find a solution.