You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-setup-full-text-search.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ sudo yum check-update
53
53
sudo yum update mssql-server-fts
54
54
```
55
55
56
-
For offline installation of the Full-Text Search package, use the same steps for offline installation in the topic [Install SQL Server on Red Hat Enterprise Linux](sql-server-linux-setup-red-hat.md#offline).
56
+
If you need an offline installation, locate the Full-text Search package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on Red Hat Enterprise Linux](sql-server-linux-setup-red-hat.md#offline).
57
57
58
58
## <aname="ubuntu">Install on Ubuntu</a>
59
59
@@ -71,7 +71,7 @@ sudo apt-get update
71
71
sudo apt-get install -y mssql-server-fts
72
72
```
73
73
74
-
For offline installation of the Full-Text Search package, use the same steps for offline installation in the topic [Install SQL Server on Ubuntu](sql-server-linux-setup-ubuntu.md#offline).
74
+
If you need an offline installation, locate the Full-text Search package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on Ubuntu](sql-server-linux-setup-ubuntu.md#offline).
75
75
76
76
## <aname="SLES">Install on SLES</a>
77
77
@@ -88,7 +88,7 @@ sudo zypper refresh
88
88
sudo zypper update mssql-server-fts
89
89
```
90
90
91
-
For offline installation of the Full-Text Search package, use the same steps for offline installation in the topic [Install SQL Server on SUSE Linux Enterprise Server](sql-server-linux-setup-suse-linux-enterprise-server.md#offline).
91
+
If you need an offline installation, locate the Full-text Search package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on SUSE Linux Enterprise Server](sql-server-linux-setup-suse-linux-enterprise-server.md#offline).
For offline installation of the SQL Server Agent package, use the same steps for offline installation in the topic [Install SQL Server on Red Hat Enterprise Linux](sql-server-linux-setup-red-hat.md#offline).
57
+
If you need an offline installation, locate the SQL Server Agent package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on Red Hat Enterprise Linux](sql-server-linux-setup-red-hat.md#offline).
For offline installation of the SQL Server Agent package, use the same steps for offline installation in the topic [Install SQL Server on Ubuntu](sql-server-linux-setup-ubuntu.md#offline).
77
+
If you need an offline installation, locate the SQL Server Agent package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on Ubuntu](sql-server-linux-setup-ubuntu.md#offline).
For offline installation of the SQL Server Agent package, use the same steps for offline installation in the topic [Install SQL Server on SUSE Linux Enterprise Server](sql-server-linux-setup-suse-linux-enterprise-server.md#offline).
98
+
If you need an offline installation, locate the SQL Server Agent package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on SUSE Linux Enterprise Server](sql-server-linux-setup-suse-linux-enterprise-server.md#offline).
99
99
100
100
## Next steps
101
101
For more information on how to use SQL Server Agent to create, schedule, and run jobs, see [Run a SQL Server Agent job on Linux](sql-server-linux-run-sql-server-agent-job.md).
0 commit comments