.deb files support

We welcome any suggestions for new features or improvements in Altap Salamander. Please post one suggestion per report.
User avatar
crystalidea
Posts: 205
Joined: 09 Dec 2005, 15:13
Contact:

.deb files support

Post by crystalidea »

I can write a plugin for SS to support debian arhives. Could you send me the SDK?
Jan Patera
Plugin Developer
Plugin Developer
Posts: 707
Joined: 08 Dec 2005, 14:33
Location: Prague, Czech Republic
Contact:

Post by Jan Patera »

Could you please briefly describe properties of the .deb files?
Is it something like header+tar+bzip2?
If so, we could add support to the untar plugin which already handles
RPM packages which have this concept.
Tomas Kopal
ALTAP Staff
ALTAP Staff
Posts: 132
Joined: 07 Dec 2005, 23:01
Location: Prague, Czech Republic
Contact:

Post by Tomas Kopal »

Jan Patera wrote:Could you please briefly describe properties of the .deb files?
Is it something like header+tar+bzip2?
If so, we could add support to the untar plugin which already handles
RPM packages which have this concept.
deb package is a debian installation package. It is ar archive of three files, one version information file, and two tar.gz archives containing control scripts used for installation, and the actual program/data to be installed. For more inforation see man deb.
As tar.gz is already supported by the tar plugin, support of deb files means simply adding ar support and putting it all together. This is already planned, but I am still missing the time to actually do it.
Jan Patera
Plugin Developer
Plugin Developer
Posts: 707
Joined: 08 Dec 2005, 14:33
Location: Prague, Czech Republic
Contact:

Re: .deb files support

Post by Jan Patera »

XPiS wrote:I can write a plugin for SS to support debian arhives. Could you send me the SDK?
Support for Debian archives has been added for the next release of Altap Salamander (AS2.52b2/AS2.52).
Post Reply