若要在Ubuntu下安全解压tgz文件,可以按照以下步骤操作:
sudo apt update sudo apt install tar
tar -zxvf file.tgz
其中,file.tgz是你要解压的文件名。
ls
这样就可以安全解压tgz文件了。希望对你有帮助!