As general advice, especially for inexperienced users: Go for the latest stable release version, not a trunk version, and the package repositories will match. Try to install via opkg with option --force-depends (=Install/remove despite failed dependencies).
20.10.2020 · # ./opkg-upgrade.sh -h Simple OPKG Updater v0.2.0 Usage: opkg-upgrade.sh [options] Options: -V, --version Show program name and version and exits -h, --help Show this help screen and exits -i, --install [dir] Install opkg-upgrade to [dir] or /usr/sbin Leave [dir] empty for default (/usr/sbin) -u, --upgrade-check Returns SUCCESS if there are updates available Quiet …
05.04.2011 · opkg doesn't currently allow a desired version to be given on the command line when installing a package. This would be a very useful feature though, especially for package downgrades. This feature will be added after the v0.3.0 release. Original comment by paul.betafive on 11 Oct 2014 at 1:59.
Download opkg release (latest when this was written was 0.3.1): ... (either get a compiled version or compile the sources yourself with a suitable compiler) – danf. May 1 '16 at 18:02. Note these instructions did not work for me on Linux Mint 18.2 with opkg-0.3.5.
15.03.2019 · Hi! Is it possible to install a specific version of a package using opkg? According to this link I can use this syntax: opkg install a=1.0. But I can't get it working: ~# opkg find kmod-usb-serial-cp210x kmod-usb-serial-cp210x - 4.14.105-1 - Kernel support for Silicon Labs cp210x USB-to-Serial converters kmod-usb-serial-cp210x - 4.14.98-1 - Kernel support for Silicon Labs …
As of firmware version 0.1.7 and later, opkg is configured to grab packages from Onion's package repositories. As a result, you can now successfully install ...
14.05.2016 · If several versions of a package are available in a repo, opkg defaults to the latest one. To force opkg to use a different version, the syntax = is used. For example, in a repo that has version 1.0, 2.0 and 3.0 of 'a', the following command will install version 1.0: opkg install a=1.0. The syntax is the same used by apt-get.
06.05.2021 · Hi NoblePepper or Sonnyyu, How can I unzip files in yun. It is not allowing me to install opkg install unzip. or should I use any other tool to install zip file on to a directory in Yun. Sorry this may be trivial, Thanks and appreciate for your help Regards BRE
29.12.2021 · Opkg package manager Like most Linux distributions (or mobile device operating systems like say Android or iOS), the functionality of the system can be upgraded rather significantly by downloading and installing pre-made packages from package repositories (local or on the Internet).
Once per 4 hours the versions of all installed packages are checked and if there is ... Unlike the command line program opkg , LuCI interface doesn't have a ...
The opkg info command doesn't provide info about installed package but from the index. After an opkg update , if a newer version is available on the repo, the ...
The opkg info command doesn't provide info about installed package but from the index. After an opkg update, if a newer version is available on the repo, the opkg info version will display the newer version, even if the package isn't yet installed.