Install p7zip on CentOS:
sudo yum install epel-release
Install the p7zip package:
sudo yum install p7zip
 
extract file with x argument:
7za x file.7z
extract to a different folder:
7za x -o/tmp file.7z
 
 


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2021-06-20
  • 2022-12-23
  • 2021-09-09
  • 2021-05-24
猜你喜欢
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案