mssql-cli icon indicating copy to clipboard operation
mssql-cli copied to clipboard

Package for Ubuntu 22.04 LTS missing

Open ctophs opened this issue 3 years ago • 3 comments

Hi

no mssql-cli package for Ubuntu 22.04 LTS is found

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

ctophs avatar Jul 28 '22 15:07 ctophs

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

azinsharaf avatar Jan 06 '23 21:01 azinsharaf

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 avatar Jul 20 '23 02:07 klondikemarlen

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

klondikemarlen avatar Jul 20 '23 02:07 klondikemarlen