Skip to content

The devtunnel CLI installer is incompatible with Azure Linux #554

@hbeberman

Description

@hbeberman

I run Azure Linux 3 as my remote Linux dev environment and have found that the devtunnel setup instructions are incompatible with the RPM based Azure Linux because they attempt to use apt-get for package management.

sudo apt-get -qq update -y
sudo apt-get -qq install -y libsecret-1-0

The install script should be updated to check /etc/os-release then run the following instead if ID=azurelinux

sudo tdnf install -y libsecret

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions