Just usr the changes= cheatcode and point the changes to a sizeable linux file system. Then you will be limited by the size of the target location.
Example:
At the boot menu press tab and add the line: changes=/mnt/sdXn
Xn should be a linux partition with enough storage.
Where is the converted .deb package?
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Where is the converted .deb package?
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.
- ralcocer
- Samurai
- Posts: 187
- Joined: 02 Jan 2011, 12:53
- Distribution: 3.2rc5 Xfce
- Location: Puerto Rico
- Contact:
Re: Where is the converted .deb package?
I have the same problem when there is an error in the .deb file, try another version of the file or use an .rpm I.
I wish the USM had an option of using .deb and .rpm like merging the SPM and the USM packages. also to have the option of converting and installing .rpm and .deb in one click.
I wish the USM had an option of using .deb and .rpm like merging the SPM and the USM packages. also to have the option of converting and installing .rpm and .deb in one click.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Where is the converted .deb package?
We tried using the debian repos in the package manager of the 2.x series of Porteus. It didn't work out so well. Too many broken dependencies.
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.
-
- Contributor
- Posts: 686
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: Russia is causing the immense damage to humanity
- Contact:
Re: Where is the converted .deb package?
To install deb packages you can use dpkg_1.16.15 and lib4dpkg_1.16.15 (made in neko SPM) modules from:
https://www.dropbox.com/sh/7elwcgmk5mwtmme/FmFMsdUIO8
Download them and activate,
next execute in terminal as root:
touch /var/lib/packages/status
touch /var/lib/packages/available
see options for dpkg - execute:
dpkg --help
now try this:
dpkg -i /path/to/deb-package
Done!
You can install debs to another directory and next build module from that directory.
https://www.dropbox.com/sh/7elwcgmk5mwtmme/FmFMsdUIO8
Download them and activate,
next execute in terminal as root:
touch /var/lib/packages/status
touch /var/lib/packages/available
see options for dpkg - execute:
dpkg --help
now try this:
dpkg -i /path/to/deb-package
Done!
You can install debs to another directory and next build module from that directory.