이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 1. Installing rhtap-cli
To minimize the complexity of installing RHTAP, we have created a CLI tool to automate much of the process. Follow the instructions in this procedure to utilize the rhtap-cli
tool.
Procedure
- In your web browser, navigate to the rhtap-cli releases page. Download the bundle file that is appropriate for your operating system.
In your CLI, unzip the bundle file.
$ cd ~/Downloads $ tar -xvzf rhtap-cli_<remaining file name>.tar.gz
(Optional) Move
rhtap-cli
somewhere that is on your $PATH.$ echo $PATH <output omitted>:Users/<username>/bin $ mv rhtap-cli Users/<username>/bin/.
Verification
To ensure you have successfully installed the CLI tool, run the following command. You should see the basic help output for rhtap-cli
.
$ rhtap-cli --help