dev-tunnels icon indicating copy to clipboard operation
dev-tunnels copied to clipboard

The devtunnel CLI installer is incompatible with Azure Linux

Open hbeberman opened this issue 2 months ago • 0 comments
trafficstars

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

hbeberman avatar Aug 28 '25 23:08 hbeberman