输入什么命令可以解压这个文件?
Tofloor
poster avatar
shunqiziran66
deepin
2020-10-10 04:55
Author
输入什么命令可以解压这个文件flash_player_npapi_linux.x86_64.tar.gz   ,具体命令是什么?

Reply Favorite View the author
All Replies
Vimvi2233
deepin
2020-10-10 04:59
#1
It has been deleted!
shunqiziran66
deepin
2020-10-10 05:09
#2
https://bbs.deepin.org/post/203582
tar -vxzf     xxx.tar.gz    -C   /home/xxxx/xxxxx

输入tar -vxzf  flash...tar.gz 命令后,显示错误,找不到flash...tar.gz这个文件。
Reply View the author
xieqin74123
deepin
2020-10-10 05:19
#3
https://bbs.deepin.org/post/203582
输入tar -vxzf  flash...tar.gz 命令后,显示错误,找不到flash...tar.gz这个文件。
...

你的工作目录你不对,如果不在当前目录需要输入完整路径
Reply View the author
xuey
deepin
2020-10-10 05:56
#4
自带的归档管理器不能解压?
Reply View the author
shunqiziran66
deepin
2020-10-10 06:08
#5
https://bbs.deepin.org/post/203582
自带的归档管理器不能解压?

能解压,但后头需要修改权限,所以只能通过终端输入命令。
Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2020-10-10 07:06
#6
右键打开终端再tar -xf ./文件名
Reply View the author