How to install SQL Server 2022 on Ubuntu Server 24.04 LTS

Michael F. Assis 20 Reputation points
2024-05-24T00:46:20.3866667+00:00

I couldn't find a proper way to install the SQL Server 2022 on Ubuntu Server 24.04 LTS, I tryed to use the microsoft SQL Server 2022 from Ubuntu 22.04 repo, but couldn't get the service running properly. I ended with this service status (see print).

Is there any way that I can get the service done?Captura de Tela 2024-05-23 às 21.35.32

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,164 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. isaul carquin 15 Reputation points
    2024-05-29T17:02:51.09+00:00

    You can install, just need install dependencies manually (liblber-2.5.so.0 // libsasl2.so.3 // libldap-2.5-0) all in x64 bits

    3 people found this answer helpful.

  2. MikeyQiaoMSFT-0444 1,505 Reputation points
    2024-05-24T03:22:26.1333333+00:00

    Hi,Michael F. Assis

    Microsoft has not yet officially released support for SQL Server on Ubuntu Server 24.04 (currently only Ubuntu 20.04 or 22.04 is supported); Refer to this.

    however, you can run SQL Server using Docker technology.

    To install docker in linux refer to https://docs.docker.com/engine/install/

    Best Regards,

    Mikey Qiao


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.