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

#### 操作步骤

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

```
tar zxvf TRF-4.09.1.tar.gz
```


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

```
cd TRF-4.09.1
```


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

```
./configure --prefix=
/path/to/trf
make
make install
```


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

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