1、sudo apt-update
2、sudo apt install unzip
3、unzip file.zip
如果你想将文件解压到指定的目录中,可以使用-d选项:unzip file.zip -d /path/to/destination
替换file.zip为你的zip文件名,/path/to/destination为你想要解压到的目标文件夹路径。
(第一步有的不用执行)
ubuntu解压zip文件
于 2024-03-25 16:50:41 首次发布
1、sudo apt-update
2、sudo apt install unzip
3、unzip file.zip
如果你想将文件解压到指定的目录中,可以使用-d选项:unzip file.zip -d /path/to/destination
替换file.zip为你的zip文件名,/path/to/destination为你想要解压到的目标文件夹路径。
(第一步有的不用执行)