Tiny Core Linux

General TC => General TC Talk => Topic started by: Guy on June 12, 2009, 02:42:58 PM

Title: How can rpm and deb files be extracted using Tiny Core?
Post by: Guy on June 12, 2009, 02:42:58 PM
When I set up my printer the driver was available as an rpm or deb file.

I copied the deb file to a Debian operating system and extracted it. Then copied it back to Tiny Core and set up the printer.

Can rpm and deb files be extracted using Tiny Core?

How?

What extensions need to be installed?
Title: Re: How can rpm and deb files be extracted using Tiny Core?
Post by: danielibarnes on June 12, 2009, 09:37:23 PM
rpm2cpio is a busybox utility available in TC. Used with cpio, this will extract the .rpm.
Debian archives may be extracted using the ar utility. It is part of the compiletc extension.
Title: Re: How can rpm and deb files be extracted using Tiny Core?
Post by: ^thehatsrule^ on June 12, 2009, 10:51:09 PM
There's also p7zip for an all-in-one solution.