Is there any way to put ubuntu repo in PPM? It seems that internally the program takes the list of debian packages and I delete the debian.xzm and
wrote REPO=http://us.archive.ubuntu.com/ubuntu/ in debian text file of / etc / var / . But the ppm always take the listing debian
Will there be a module porteus synaptic or muon, since this OS is root and guest?
Ubuntu repo on PPM
Re: Ubuntu repo on PPM
The name 'Debian' is hardcoded into Porteus Package Manager and can't be changed through configuration files. You have to edit the source code of PPM in order to make the Ubuntu repositories compatible with PPM.
NjVFQzY2Rg==
Re: Ubuntu repo on PPM
Thanks, but in porteus ppm is executable program?
Where this can be downloaded or find?
Where this can be downloaded or find?
Re: Ubuntu repo on PPM
No it's plain source code that may be found in the directory /opt/porteus-scripts/
NjVFQzY2Rg==
Re: Ubuntu repo on PPM
Then I'll see it later. thanks
Re: Ubuntu repo on PPM
Moved the topic from "i486 modules requests" to "Newbie questions".
NjVFQzY2Rg==
Re: Ubuntu repo on PPM
I wrote an app to extract various alien packages such as
debian. Once it is extracted it can then be made into XZM module.
viewtopic.php?f=53&t=1313
debian. Once it is extracted it can then be made into XZM module.
viewtopic.php?f=53&t=1313
Re: Ubuntu repo on PPM
Thanks Don. I'll see the debianization of puppy and see if there is a pet in synaptic.
Hamza script and saw several calls to, however, take hand which was to change the repo and it seems that the file is different from archxx.list list ubuntu to debian.
Hamza script and saw several calls to, however, take hand which was to change the repo and it seems that the file is different from archxx.list list ubuntu to debian.
Re: Ubuntu repo on PPM
don570. It's very good. I add .sb, sfs extension files. and change
cd "/"
base_name=`basename "$FILE" .sb`
STORE_FOLDER="$base_name"
#mkdir -p "$STORE_FOLDER"
cd "/"
exec xzm2dir "$FILE" . &
it decompresses the subfolders in / directly and not to the folder created.
You could modify it to upload it, I think, is more usable. Could have 3 options Home, subfolder and direct /.
cd "/"
base_name=`basename "$FILE" .sb`
STORE_FOLDER="$base_name"
#mkdir -p "$STORE_FOLDER"
cd "/"
exec xzm2dir "$FILE" . &
it decompresses the subfolders in / directly and not to the folder created.
You could modify it to upload it, I think, is more usable. Could have 3 options Home, subfolder and direct /.