---
title: 安装BLAST
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengmaker_02_0009.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengmaker_02_0009.html
indexId: 1478a24c374a53184db5b14511776be35c55098ac00d97176cbc9c0d1d6999ed67
---
# 安装BLAST

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令解压源码包。

```
tar zxvf ncbi-blast-2.9.0+-src.tar.gz
```


3. 执行以下命令进入解压后目录。

```
cd ncbi-blast-2.9.0+-src
```


4. 执行以下命令编译安装。

```
./configure --prefix=
/path/to/blast
make -j
make -j install
```


5. 执行以下命令加载环境变量。

```
export PATH=
/path/to/blast
/
bin:$PATH
```
