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 192 forks source link

Package for Ubuntu 22.04 LTS missing #551

Open ctophs opened 1 year ago

ctophs commented 1 year ago

Hi

no mssql-cli package for Ubuntu 22.04 LTS is found

https://github.com/dbcli/mssql-cli/blob/main/doc/installation/linux.md

azinsharaf commented 1 year ago

have you tried on 20.04? I installed it with pip but still doesn't launch.

klondikemarlen commented 11 months ago

I installed on Ubuntu 20.04 via:

apt update
apt install -y python3-pip
python3 -m pip install mssql-cli
ln -s /usr/bin/python3 /usr/bin/python
mssql-cli

after several hours trying to get it to install via manually installing .debs and such.

I wish there was just a regular release.

klondikemarlen commented 11 months ago

Looks like there might be a fix? https://github.com/dbcli/mssql-cli/pull/550/files