<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Install_MSSQL_ODBC_Driver_on_Ubuntu</id>
	<title>Install MSSQL ODBC Driver on Ubuntu - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Install_MSSQL_ODBC_Driver_on_Ubuntu"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Install_MSSQL_ODBC_Driver_on_Ubuntu&amp;action=history"/>
	<updated>2026-06-02T06:10:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Install_MSSQL_ODBC_Driver_on_Ubuntu&amp;diff=2232&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` #!/usr/bin/env bash set -ex  . /etc/os-release curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - curl https://packages.microsoft.com/config/$ID/$VERSI...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Install_MSSQL_ODBC_Driver_on_Ubuntu&amp;diff=2232&amp;oldid=prev"/>
		<updated>2021-09-23T20:06:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` #!/usr/bin/env bash set -ex  . /etc/os-release curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - curl https://packages.microsoft.com/config/$ID/$VERSI...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
#!/usr/bin/env bash&lt;br /&gt;
set -ex&lt;br /&gt;
&lt;br /&gt;
. /etc/os-release&lt;br /&gt;
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -&lt;br /&gt;
curl https://packages.microsoft.com/config/$ID/$VERSION_ID/prod.list &amp;gt; /etc/apt/sources.list.d/mssql-release.list&lt;br /&gt;
&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo ACCEPT_EULA=Y apt-get install -y msodbcsql17&lt;br /&gt;
# optional: for bcp and sqlcmd&lt;br /&gt;
# sudo ACCEPT_EULA=Y apt-get install -y mssql-tools&lt;br /&gt;
# echo 'export PATH=&amp;quot;$PATH:/opt/mssql-tools/bin&amp;quot;' &amp;gt;&amp;gt; ~/.bashrc&lt;br /&gt;
# source ~/.bashrc&lt;br /&gt;
# # optional: for unixODBC development headers&lt;br /&gt;
# sudo apt-get install -y unixodbc-dev&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>