Install SQL Server tools on Red Hat Enterprise Linux
- Enter superuser mode.
sudo su
- Download the Microsoft Red Hat repository configuration file.
curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/msprod.repo
- Exit superuser mode.
exit
- Run the following commands to install 'mssql-tools' with the unixODBC developer package.
sudo yum update
sudo yum install mssql-tools unixODBC-utf16-devel
No comments:
Post a Comment