_pkg_install.mdx 1.1 KB
Newer Older
D
dingbo 已提交
1 2
import PkgList from "/components/PkgList";

3
It's very easy to install TDengine and would take you only a few minutes from downloading to finishing installation.
D
dingbo 已提交
4

5
For the convenience of users, from version 2.4.0.10, the standard server side installation package includes `taos`, `taosd`, `taosAdapter`, `taosBenchmark` and sample code. If only the `taosd` server and C/C++ connector are required, you can also choose to download the lite package.
D
dingbo 已提交
6

7
Three kinds of packages are provided, tar.gz, rpm and deb. Especially the tar.gz package is provided for the convenience of enterprise customers on different kinds of operating systems, it includes `taosdump`  and TDinsight installation script which are normally only provided in taos-tools rpm and deb packages.
D
dingbo 已提交
8

9
Between two major release versions, some beta versions may be delivered for users to try some new features.
D
dingbo 已提交
10 11 12

<PkgList type={0}/>

13 14 15
For the details please refer to [Install and Uninstall](/operation/pkg-install)。

To see the details of versions, please refer to [Download List](https://www.taosdata.com/all-downloads) and [Release Notes](https://github.com/taosdata/TDengine/releases).
D
dingbo 已提交
16 17