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

Release on Ubuntu 20.04 #482

Open iinuwa opened 4 years ago

iinuwa commented 4 years ago

The package for Ubuntu 20.04 is missing. Could the .deb be pushed to the focal repo as well?

prescottbreeden commented 4 years ago

are there any active maintainers working on this? or is this a dead product?

alierdogan7 commented 3 years ago

Same issue. Cannot get it work on Ubuntu 20.04. Tried 19.10

sudo apt-add-repository https://packages.microsoft.com/ubuntu/19.10/prod sudo apt-get update

but not helped. Still getting this error:

Unable to locate package mssql-cli

pensivebrian commented 3 years ago

This product is not dead, though it may be a couple months until we can get releasing on Ubuntu 20.04.

esklarski commented 3 years ago

I get: 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.

when I run: sudo apt install mssql-cli

jumpnett commented 3 years ago

Is there a work around, until the Ubuntu 20.04 release is ready?

iinuwa commented 3 years ago

Installing with python3 -m pip install mssql-cli worked for me; I just had to modify the file placed in ~/bin to use Python 3, IIRC.

raynerhoward commented 3 years ago

Still not working with Ubuntu 20.04, any idea when this might be added?

Kahless2001 commented 2 years ago

Hey guys, do we have an ETA for when this package will be availible for 20.04 in the repo? Thanks!

nicholasyin commented 2 years ago

2 years later ...

jbnv commented 1 year ago

2 years and 10 months later...

oguzhantopcu commented 1 year ago

wow