Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mssql-tools : depends: msodbcsql17 (>= 17.3.0.0) but it is not going to be installed

sudo apt-get install -y libodbc1
sudo apt update
sudo apt install unixodbc
sudo su
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -

curl https://packages.microsoft.com/config/ubuntu/18.04/prod.list > /etc/apt/sources.list.d/mssql-release.list

exit
sudo apt-get update
sudo ACCEPT_EULA=Y apt-get install msodbcsql17
Comment

PREVIOUS NEXT
Code Example
Shell :: scan and print all keys redis shell 
Shell :: gtk4 windows install 
Shell :: install package in docker 
Shell :: github username 
Shell :: ssh github 
Shell :: sublime text editor download for linux 
Shell :: install microsoft edge terminal 
Shell :: docker login command line push 
Shell :: redis install ubuntu 20.04 
Shell :: boost volume in ubuntu 18.04 
Shell :: terraform install on ubuntu 
Shell :: powershell sharepoint copy file to other site collection 
Shell :: angular cli interface generate 
Shell :: expand aliases 
Shell :: install visual studio on ubuntu 
Shell :: Flatpak in linux 
Shell :: how to delete files from command line 
Shell :: make pm2 auto-boot at server restart 
Shell :: echo venv/ .gitignore 
Shell :: netlify cli 
Shell :: react loaders 
Shell :: kube log 
Shell :: git remove file from commit 
Shell :: ssh with key 
Shell :: List all installed programs or desktop application 
Shell :: delete branches in bulk git 
Shell :: delete a branch git 
Shell :: read all test in golang 
Shell :: how to delete a folder in github 
Shell :: copy from remote server 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =