Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| faq:cannot_satisfy_dependencies [2019/09/15 13:41] – tmomas | faq:cannot_satisfy_dependencies [2021/08/26 15:29] – [I'm using a snapshot image] Link to retention period added tmomas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Cannot satisfy dependencies ====== | + | ====== Cannot satisfy dependencies |
| - | You will get the message //" | + | You will get the message //" |
| - | - if the kernel version installed on your device does not match the kernel version required by the package you want to install. This happens very easily when you are using a [[releases: | + | - if the kernel version installed on your device does not match the kernel version required by the package you want to install. This happens very easily when you are using a **[[releases: |
| - | | + | - if you are using a snapshot image, and the snapshot packages are missing in current builds. |
| - | * **Solution #2:** Try to install via opkg with option '' | + | |
| - | * **Solution #3:** Make local copy of snapshot packages (not recommended, | + | |
| - | - if you are using a [[releases:snapshot|snapshot]] | + | |
| * **Solution: | * **Solution: | ||
| + | |||
| + | |||
| + | ===== I'm using a snapshot image ===== | ||
| + | |||
| + | * **Solution #1:** Install all needed packages **directly after installing the snapshot image**, not on the next day. | ||
| + | * **Solution #2:** Try to install via opkg with option '' | ||
| + | * **Solution #3:** Make local copy of snapshot packages (not recommended, | ||
| + | * **Solution #4:** [[https:// | ||
| + | # Enable kmods repository | ||
| + | . / | ||
| + | KERNEL=" | ||
| + | cat << EOF >> / | ||
| + | src/gz openwrt_kmods http:// | ||
| + | snapshots/ | ||
| + | EOF | ||
| + | </ | ||
| + | |||
| + | **Note:** [[releases/ | ||
| **As general advice, especially for inexperienced users:** Go for the latest [[: | **As general advice, especially for inexperienced users:** Go for the latest [[: | ||
| - | {{tag> | + | |
| + | ===== I'm using a self-compiled image ===== | ||
| + | |||
| + | * **Solution #5:** Do not install packages after flashing, but include them in your image. | ||
| + | * **Solution #6:** Compile the packages you want to install after flashing as modules. They will be built, but not included in the image. | ||
| + | |||
| + | {{tag> | ||