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??
Thanks.
Or mini script?
[SOLVED] Is there a program to XZM multiple files into one?
[SOLVED] Is there a program to XZM multiple files into one?
Last edited by brokenman on 18 Jul 2013, 01:29, edited 1 time in total.
Reason: Add solved (Had to remove some characters)
Reason: Add solved (Had to remove some characters)
Re: Is there any program that XZM multiple files into one??
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
______________________________________________
If you are a programmer you could try to duplicate it.
http://www.murga-linux.com/puppy/viewtopic.php?t=57548
______________________________________________
Re: Is there any program that XZM multiple files into one??
Please have a look on Porteus Modules Tools.
NjVFQzY2Rg==
- brokenman
- 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??
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
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.
Wear your underpants on the outside and put on a cape.
Re: Is there any program that XZM multiple files into one??
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.
SOLVED
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.
SOLVED
Re: [SOLVED] Is there a program to XZM multiple files into o
Moved from "i486 modules requests" to "Newbies questions".
NjVFQzY2Rg==
- francois
- Contributor
- Posts: 6443
- 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?
merging multiple modules into one by brokenman
Bum!
Bum!
Prendre son temps, profiter de celui qui passe.