在Ubuntu环境下,可以使用以下命令来解压ZIP文件:
sudo apt-get install unzip
unzip file.zip
这将会将file.zip文件解压到当前目录下。如果需要将ZIP文件解压到指定目录,可以使用以下命令:
unzip file.zip -d /path/to/directory
其中,file.zip为要解压的ZIP文件的文件名,/path/to/directory为要解压到的目标目录的路径。
file.zip
/path/to/directory