debian安装unzip
在Debian系统中,可以通过以下命令安装unzip:
sudo apt-get update
sudo apt-get install unzip
安装完成后,可以使用以下命令解压缩zip文件:
unzip filename.zip
其中,filename.zip是要解压的文件名。如果要指定解压到的目录,可以使用以下命令:
unzip filename.zip -d /path/to/directory
其中,/path/to/directory是目标目录的路径。
原文地址: https://www.cveoy.top/t/topic/bg5P 著作权归作者所有。请勿转载和采集!