Azure / Azure/BatchExplorer

Support for Ubuntu 24.04; dependency management errors

Open
#2,988 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
205
Forks
75
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
When attempting to install on Ubuntu 24 with `dpkg`, one gets an error that `dependency problems prevent configuration of batch-explorer`. When attempting to manually install the dependencies with `sudo apt install` and `sudo apt --fix-missing install`, the dependencies still do not install.

**To Reproduce**
Steps to reproduce the behavior:
1. Download the latest .deb from the releases page.
2. `sudo dpkg -i `
3. Observe error in screenshot 1.
4. `sudo apt install gconf2`
5. Observe error in screenshot 2.

Note that this does not happen on systems where gconf2 was installed when the system was at 22.04 and then upgraded to 24.04, putatively since the dependency was installed while the 22.04 repositories are active. Might one attempt to manually re-add the 22.04 repositories? This does not seem like best practice.

**Expected behavior**

I'd expect the .deb to have dependencies that are available on Ubuntu 24.04, or for there to be a workaround.

**Screenshots**

Image

Image

**Version (please complete the following information):**
- OS: Linux, Ubuntu 24.04.3 LTS
- Version: 2.22.0-stable.1076_amd64

Thank you!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.