Installing mssql server on Arch Linux is actually quite simple.
Source code viewer
yay -S mssql-server mssql-tools sudo /opt/mssql/bin/mssql-conf setup # After you have set a password, you can use username "su" and your set password to access the server on localhost.Programming Language: Bash