Your Ad Here
Back to Wiki
How to extract a DEB package Edit This Wiki

DEB files are ar archives, which contain three files:

•debian-binary
•control.tar.gz
•data.tar.gz


Open WinSCP then add the .DEB file to

/var/root

Open Terminal

First, extract the aforementioned three files from the DEB file (ar archive):

Type: ar vx mypackage.deb

Then extract the contents of data.tar.gz using tar:

Type: tar -xzvf data.tar.gz

Close Terminal and two (.gz) files will be in the root folder
To extract them you have to download WinRAR Here

BTW my first wiki yay :D

VIDEO i made :D


Made by Jesus-Cow

Was this wiki Helpful? Please login to vote

Discussion and History

History

Displaying 0 Comments of 0
Would you like to comment? You must be logged in to make a comment. Login or Register now