Skip to content

Installation breaks when trying to install 'libpcre3-dev' on debian trixie #14

@AndySedano

Description

@AndySedano

I got an error when trying to install piku on a Raspberry Pi Zero with latest Debian (trixie)

TASK [Install Debian Packages] *************************************************************************************************************************************************************************
[ERROR]: Task failed: Module failed: No package matching 'libpcre3-dev' is available
Origin: /root/.piku-bootstrap/piku-bootstrap/playbooks/piku.yml:49:7

47       ignore_errors: true
48
49     - name: Install Debian Packages
         ^ column 7

fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "No package matching 'libpcre3-dev' is available"}

Based on this I changed it to libpcre2-dev on the piku.yml playbook and it works, but haven't tested on older versions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions