PDA

View Full Version : Problem installing a tar.bz2 or tar.gz file



River23
2018-11-16, 22:28
hello,

After downloading an .iso image, i thought i would burn it on a cd.I search on the internet software to be able to do my engraving, the problem is that I can not install it with the terminal. So if someone could help me be cool .


thank you in advance

bigbiz
2018-11-17, 03:23
hello,

After downloading an .iso image, i thought i would burn it on a cd.I search on the internet software to be able to do my engraving, the problem is that I can not install it with the terminal. So if someone could help me be cool .


thank you in advance

You unpAck it first. untar. Google that

River23
2018-11-17, 03:57
I extract the files, then you could give me the commands to follow. Because when I do it it does not work

bigbiz
2018-11-17, 06:16
I extract the files, then you could give me the commands to follow. Because when I do it it does not work
Whats the file name?

River23
2018-11-17, 06:23
its name is k3b-18.08.3 or k3b-2.02 I'm downloading two in case

bigbiz
2018-11-17, 12:03
its name is k3b-18.08.3 or k3b-2.02 I'm downloading two in case

Whole file .tar.gz
If your tar file is compressed using a gzip compressor, use this command to uncompress it.

tar xvzf [filenamehere].tar.gz

River23
2018-11-17, 20:34
Should there be special software for dzip. Because when I do it with the terminal manually I have this:

root @ kali: ~ tar xvzf k3b-18.08.3.tar.gz
tar (child): k3b-18.08.3.tar.gz: Can not open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

By cons when I move the file from my office to the terminal works:

root @ kali: ~ # tar xvzf '/root/Office/k3b-18.08.3.tar.gz'

Then what should I do

bigbiz
2018-11-18, 02:12
Should there be special software for dzip. Because when I do it with the terminal manually I have this:

root @ kali: ~ tar xvzf k3b-18.08.3.tar.gz
tar (child): k3b-18.08.3.tar.gz: Can not open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

By cons when I move the file from my office to the terminal works:

root @ kali: ~ # tar xvzf '/root/Office/k3b-18.08.3.tar.gz'

Then what should I do

Should be able to extract the file to a new folder now

River23
2018-11-18, 12:47
Yes, I have a new file now how do I do to install it

bigbiz
2018-11-19, 01:47
Yes, I have a new file now how do I do to install it

https://docs.kali.org/downloading/kali-linux-live-usb-install

River23
2018-11-20, 14:15
I read the texe of your links, but I want to burn my iso on a blank CD. So I need to install a burning software "k3b". And I would like you to give me the commands on the terminal to be able to install it. Thank you for your efforts to help me

Mister_X
2018-11-20, 21:31
If you want to learn Kali, there is https://kali.training that will teach everything you need, from newbie to advanced.

River23
2018-11-22, 19:05
OK I thank you for your help that you bring me .I will look at your links to learn about kali

broomdodger
2018-11-22, 21:00
After downloading an .iso image, i thought i would burn it on a cd. I search on the internet software to be able to do my engraving, the problem is that I can not install it with the terminal.

Why is your subject 'Problem installing a tar.bz2 or tar.gz file' when you downloaded the .iso?
Which .iso did you download?

What system are you using to make a CD? Windows or Linux or Mac?