sudo apt get commands on Omega2
-
I need to install some packages using the sudo apt-get commands.
But none of these commands work. Is there a way to get these commands to work on the Omega2?
-
@jonty Omega2 is based upon OpenWrt which doesn't use apt, instead you use opkg
To list available packages you use opkg list, once you know the name of the package eg "MyApp" then you use opkg install MyApp
If you type opkg you can see the available commands
You don't need sudo on the omega as you will already be logged in as root.
-
See our documentation article on opkg for more info: http://docs.onion.io/omega2-docs/using-opkg.html