[SOLVED] Is there a program to XZM multiple files into one?

Post here if you are a new Porteus member and you're looking for some help.
Nouatvs
Black ninja
Black ninja
Posts: 40
Joined: 13 Jul 2013, 22:14
Distribution: kde
Location: www

[SOLVED] Is there a program to XZM multiple files into one?

Post#1 by Nouatvs » 16 Jul 2013, 20:21

I down of Sourceforge's new wine 1.6 and slackyd-d finds dependencies. Works well. 8)
These (files) mount them and create a new super wine.xzm with all dependencies.
Is there any program that join XZM multiple files into one?? :crazy:
Thanks.

Or mini script?
Last edited by brokenman on 18 Jul 2013, 01:29, edited 1 time in total.
Reason: Add solved (Had to remove some characters)

don570
Contributor
Contributor
Posts: 99
Joined: 01 Jun 2012, 00:37
Location: Ontario

Re: Is there any program that XZM multiple files into one??

Post#2 by don570 » 17 Jul 2013, 00:44

Puppy linux has a script for deb and rpm packages.
If you are a programmer you could try to duplicate it.

http://www.murga-linux.com/puppy/viewtopic.php?t=57548

______________________________________________

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Re: Is there any program that XZM multiple files into one??

Post#3 by Hamza » 17 Jul 2013, 00:50

Please have a look on Porteus Modules Tools.
NjVFQzY2Rg==

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Is there any program that XZM multiple files into one??

Post#4 by brokenman » 17 Jul 2013, 02:36

If you place all of these modules into your porteus/modules folder then you can open PPM (Porteus Package Manager) on the panel and the modules will show up in the module tools that Hamza mentions. Then you can merge them.

Or you can use this code in a console to merge your modules. It assumes that all your modules are in /tmp/modules
mkdir /tmp/superwine
for mods in /tmp/modules/*.xzm; do xzm2dir $mods /tmp/superwine; done
dir2xzm /tmp/superwine /tmp/superwine.xzm
rm -r /tmp/superwine


For slackware packages in /var/slackyd you can use:
for pkgs in /var/slackyd/*.txz; do installpkg -root /tmp/superwine $pkgs; done
How do i become super user?
Wear your underpants on the outside and put on a cape.

Nouatvs
Black ninja
Black ninja
Posts: 40
Joined: 13 Jul 2013, 22:14
Distribution: kde
Location: www

Re: Is there any program that XZM multiple files into one??

Post#5 by Nouatvs » 17 Jul 2013, 21:43

Thanks all. :D

Nouatvs
Black ninja
Black ninja
Posts: 40
Joined: 13 Jul 2013, 22:14
Distribution: kde
Location: www

Re: Is there any program that XZM multiple files into one??

Post#6 by Nouatvs » 18 Jul 2013, 00:24

Bash lines work well as a guest user.
PPM also (ask for root password), but be aware it does well and you have to log in as root to see the transformation. (Good idea as it also allows you to change the modules folder to which one under or created files)
Puppy bash call other programs to be installed to operate well and that is not the idea and need to know more about language used linux. :D
SOLVED

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Re: [SOLVED] Is there a program to XZM multiple files into o

Post#7 by Hamza » 18 Jul 2013, 08:23

Moved from "i486 modules requests" to "Newbies questions".
NjVFQzY2Rg==

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

[SOLVED] Is there a program to XZM multiple files into one?

Post#8 by francois » 18 Oct 2023, 23:02

merging multiple modules into one by brokenman
Bum!
Prendre son temps, profiter de celui qui passe.

Post Reply