Score:0

Can't extract any files

ng flag

I have been putting up with this for a while and using a workaround by opening into the zip and dragging and dropping onto desktop, but it's a whole other story with tar.gz files because I cannot open them. I tried extracting with command line with tar -xf, tar zxf and tar zxvf commands in terminal but it acts like nothing happened and does not work. Can someone help me?

SneakyP avatar
ng flag
Edit: To clarify Am Using LXQT Based Lubuntu, extracting by right clicking file does not work
Terrance avatar
id flag
Can you please give us exact filenames that you have tried to extract from and what the actual commands are? tar.gz files are normally extracted with `tar zxf` or `tar zxvf` Please [edit](https://askubuntu.com/posts/1391221/edit) your question and add those examples. Thank you!
SneakyP avatar
ng flag
@Terrance The exact syntax was tar zxvf poweriso-x64-1.0.tar.gz. I mixed and matched zxvf with many other commands such as xf and zxf but it didnt work
Terrance avatar
id flag
Please copy and paste exactly what you are doing. All we can do is still guess what is happening.
Liso avatar
sd flag
Post the output.
cn flag
Ray
Rather than mixing and matching options, you should read `man tar` and consider which options you should use. You only need to read this once; after you know what does what, you'll just naturally use them.
Terrance avatar
id flag
I downloaded the file that you stated in your comment of the `poweriso-x64-1.1.tar.gz` and I was able to extract it just fine with `tar zxvf poweriso-x64-1.1.tar.gz` and it created a `poweriso-x64` directory with all the files contained within. According to the man page for `tar` the `z` means to use `gzip`. The `x` means to extract. The `v` means verbose so you see the output of what it is doing. And the `f` means filename which means it should be followed by the filename you are extracting. Are you in the same folder that you downloaded the poweriso to when you run the command?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.