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

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令下载安装包。

```
git clone https://github.com/Benson-Genomics-Lab/TRF.git
```


3. 执行以下命令进入安装目录配置并安装。

```
cd TRF
mkdir build
cd build
../configure --prefix=/path/to/RepeatMasker/TRF_install
make -j
make install
```
