skip to content

Search

Ubuntu 解压 7z

1 min read Updated:

# softwares
# 7z
Not in series

安装

sudo apt install -y p7zip-full

解压

7za x ${your.7z.file}