Answers:
/usr/bin
和/usr/lib
以上是一个非常糟糕的建议;您可能会搞砸系统或在以后的更新中损坏。
相反,请遵循Perforce官方指南https://www.perforce.com/perforce-packages
wget -qO - https://package.perforce.com/perforce.pubkey | sudo apt-key add -
printf "deb http://package.perforce.com/apt/ubuntu $(lsb_release -sc) release\n" \
| sudo tee /etc/apt/sources.list.d/perforce.list
sudo apt update && sudo apt install helix-cli
客户端工具现已安装。
运行p4v
GUI。
/home/yourname/bin/
和/home/yourname/lib
,或路径中的任何内容。