How to install on Debian buster
- Ngôn ngữ chính
- Python
- Star
- 1.4k
- Fork
- 191
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Bắt đầu với hướng dẫn cài đặt Debian và tái hiện lỗi `apt-get install mssql-cli` đã được báo cáo trên Debian buster. Kiểm tra các dependency được liệt kê là `libicu52`, `libicu55`, `libicu57` và `libicu60`; được xem là hoàn tất khi quy trình cài đặt hoặc trạng thái không được hỗ trợ của nó được ghi lại rõ ràng, bao gồm cả việc MSSQL dumping có được hỗ trợ hay không.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- debian, python
- Lĩnh vực
- cli, databases
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100