Virtualhere

Anyone smarter than I that can undo systend installer virtualhere offers by a script?. Someone has an ipk build but not sure I trust it.

Hello,

If your router installed the plugin Virtualhere, it should be able to find and remove.
SSH to router:

# List installed packages related to virtualhere
opkg list-installed | grep "virtual"
opkg list-installed | grep "virtualhere"
opkg list-installed | grep "vshere"

# Remove them if found
opkg remove virtualhere
opkg remove vshere
1 Like