dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

unmet dependency libicuXx #374

Closed zoechi closed 4 years ago

zoechi commented 4 years ago
sudo apt install mssql-cli
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mssql-cli : Depends: libicu52 but it is not installable or
                      libicu55 but it is not installable or
                      libicu57 but it is not installable or
                      libicu60 but it is not installable
E: Unable to correct problems, you have held broken packages.
Linux  4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux

similar to #204

ellbosch commented 4 years ago

Thanks for sharing. We need to update our Linux distribution here.

Are you able to install via pip install mssql-cli for now? This should unblock you until this gets fixed.

zoechi commented 4 years ago

Thanks for the hint. I'll try. I'm not blocked by this issue anyway, just wanted to report.

ellbosch commented 4 years ago

We don't have plans to support Debian 4, so I'm going to close this.