-bash: 7za: command not found - How to Fix
This error message indicates that the '7za' command is not recognized by the terminal.
To resolve this issue, you can try installing p7zip, which is the package that provides the 7za command.
On Ubuntu or Debian-based systems, you can install p7zip by running the following command:
sudo apt-get install p7zip-full
On CentOS or RHEL-based systems, you can install p7zip by running the following command:
sudo yum install p7zip
Once p7zip is installed, you should be able to use the 7za command without any issues.
原文地址: https://www.cveoy.top/t/topic/nQKQ 著作权归作者所有。请勿转载和采集!