Hi,
what is the most easiest and convenient way in the console to extract a .deb package?
Many thanks,
Christian
10-04-2010, 06:40 PM
Andrea Scarpino
Extracting deb packages
On 4 October 2010 20:39, Christian <christian08@runbox.com> wrote:
> Hi,
> what is the most easiest and convenient way in the console to extract a .deb package?
> Many thanks,
> Christian
pacman -S deb2targz
$ deb2targz archive.deb
--
andreascarpino.it
Arch Linux Developer
10-04-2010, 06:43 PM
Marlo Ehrlich
Extracting deb packages
On Mon, 04 Oct 2010 20:39:10 +0200, "Christian"
<christian08@runbox.com> wrote:
> Hi,
> what is the most easiest and convenient way in the console to extract
> a .deb package?
You should be able to extract a deb. package with ar:
ar xv package.deb
--
Marlo Ehrlich
10-04-2010, 06:49 PM
Stefan Husmann
Extracting deb packages
Am 04.10.2010 20:39, schrieb Christian:
> Hi,
> what is the most easiest and convenient way in the console to extract a .deb package?
> Many thanks,
> Christian
>
>