Arch based Porteus community project
Moderator: M. Eerie
-
ncmprhnsbl
- DEV Team

- Posts: 4256
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
-
Contact:
Post#1
by ncmprhnsbl » 05 Feb 2018, 02:45
M. Eerie wrote: ↑04 Feb 2018, 15:12
Others oneliners I've found useful given dir2xzm and xzm2dir are not working for me in Nemesis:
i had a look at these: they do work
but
they are easiest used as root user(su or sudo)
eg.
Code: Select all
$su
<password>
#dir2xzm directory-name module-name.xzm
and
Code: Select all
$su
<password>
#mkdir extracted-module
#xzm2dir module.xzm extracted-module
these command
can be run as guest
but (because
pkexec is a bit weird)
you need to include the full paths:
eg.
Code: Select all
$dir2xzm /home/guest/directory-name /home/guest/module-name.xzm
or
$dir2xzm $PWD/directory-name $PWD/module-name.xzm
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
ncmprhnsbl