Page 1 of 1

install sql-server on mxlinux

Posted: Wed Mar 19, 2025 11:23 am
by eid
How i can install sql-server on mxlinux, i go to the official site of it and i found option for ubuntu and red-hat

Re: install sql-server on mxlinux

Posted: Wed Mar 19, 2025 11:35 am
by baldyeti
If their deb packages are not certified for debian (only ubuntu), do not attempt to use these as you might end up with an unfixable frankendebian. Installing as a docker image should apply to any linux distro and is probably your best bet. On debian the docker package is called "docker.io".

Re: install sql-server on mxlinux

Posted: Wed Mar 19, 2025 5:20 pm
by Stevo
Do you truly need the Microsoft SQL, or can you use one of the several sql database alternatives already in the repositories, such as mariadb?

This how-to claims that MS SQL will work on Debian: https://gist.github.com/alphaolomi/8cac ... 1a0b5d6391