dbcli / dbcli/mssql-cli

How to install on Debian buster

未关闭
#492 1 条评论 4 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
1.4k
派生
191
PR 合并指标
30 天内没有已合并 PR

描述

My end goal is to dump a Microsoft MSSQL database from Linux Debian.

I have following the Debian installation guide without success, `apt-get install -f` does not install required dependencies:

```bash
dka@dka:[~]: sudo apt-get 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.
dka@dka:[~]: sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 26 not upgraded.
dka@dka:[~]: sudo apt-get 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.
```

How can I dump a MSSQL server to any format from LINUX?

Thank you.

贡献指南

这个仓库没有索引到贡献指南

调研方向

从 Debian 安装指南开始,并在 Debian buster 上重现报告的 `apt-get install mssql-cli` 失败。检查列出的 `libicu52`、`libicu55`、`libicu57` 和 `libicu60` 依赖项;当安装路径或其不受支持的状态得到清晰记录(包括是否支持 MSSQL 转储)时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
debian, python
领域
cli, databases
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。