11.0.3 RPi.arm transmission torrent for Pi4

  • Hello everyone,

    I recently reset my settings and updated LibreElec to version 11.0.3. However, I'm facing an issue while trying to install Transmission. The code I used is as follows:

    ```However, I encountered the following issues:

    Code
    -sh: transmission: not found
    -sh: libreelec: not found
    Unable to find image 'linuxserver/transmission:latest' locally
    latest: Pulling from linuxserver/transmission
    docker: no matching manifest for linux/arm/v8 in the manifest list entries.
    See 'docker run --help'.

    ``Could someone please assist me in identifying what went wrong and how to fix it? Your help would be greatly appreciated.

  • Where did you get this code from?

    Code
    `transmission`

    means run transmission as a command and return the output.

    I suspect you wanted normal quotes (" or ' would make more sense).

  • Hello, thanks for clarifying. I removed the ` but still no luck.

    ``However, I still encountered the following issues:

    Code
    Unable to find image 'linuxserver/transmission:latest'
    locally latest: Pulling from linuxserver/transmission
    docker: no matching manifest for linux/arm/v8 in the manifest list entriesSee 'docker run --help'.

    ``I got the code mixed up from this forum and the Docker documentation website.