Fix "-bash: 7z: command not found" Error - 7-Zip Installation Guide
The error message "-bash: 7z: command not found" appears when the 7z command-line utility is not installed or accessible in your system's PATH environment variable. This guide provides step-by-step instructions for resolving this issue on various operating systems.
Troubleshooting Steps:
-
Verify 7-Zip Installation:
- Open your terminal or command prompt and run the command
7z. - If 7-Zip is installed and accessible, it will display its version and usage instructions.
- If you get the "command not found" error, proceed to the next step.
- Open your terminal or command prompt and run the command
-
Install 7-Zip:
- Linux (Ubuntu, Debian, Fedora, CentOS):
- Ubuntu/Debian:
sudo apt-get install p7zip-full - Fedora/CentOS:
sudo dnf install p7zip
- Ubuntu/Debian:
- Windows:
- Download the 7-Zip installer from the official website: https://www.7-zip.org/
- Run the installer and follow the on-screen instructions.
- Linux (Ubuntu, Debian, Fedora, CentOS):
-
Add 7-Zip to PATH (Windows Only):
- Right-click on "This PC" or "Computer" and select "Properties".
- Click on "Advanced system settings" or the "Advanced" tab.
- Click on "Environment Variables".
- Under "System variables", locate the "Path" variable and click "Edit".
- Click "New" and add the path to your 7-Zip installation directory (e.g.,
C:\Program Files\7-Zip). - Click "OK" to save the changes.
After Installation:
- Close and reopen your terminal or command prompt to apply the PATH changes.
- Run the
7zcommand again. You should now be able to access the 7-Zip utility without encountering the "command not found" error.
This guide provides a comprehensive solution to the "-bash: 7z: command not found" error, ensuring you can effectively utilize 7-Zip for file archiving and compression on your system.
原文地址: http://www.cveoy.top/t/topic/fnH 著作权归作者所有。请勿转载和采集!