What's new

Entware basics

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

next do i(to install what it downloaded): /opt/bin/opkg install Entware-3x-Vox el/Packages.gz or is this just a list of packages that the router will let me install from your entware downloads site?
You have downloaded list of packages. Now just install the concrete package you need. E.g.

Code:
/opt/bin/opkg install fdisk

(to install fdisk)

and advice to do not use full PATH to opkg:

NOTE 2: Info for Entware users. /etc/profile default profile is changed (no PATH for Entware is set by default, i.e. /opt/bin:/opr/sbin). Set the PATH for Entware in /root/.profile file, something like:

Code:
export PATH=/opt/bin:/opt/sbin:/bin:/sbin:/usr/bin:/usr/sbin

Voxel.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top