Then
1.- setup-pman
2.- pman -S mupdf
and I can see the package downloaded at /var/cache/pacman/pkg/mupdf-1.12.0-1-x86_64.pkg.tar.xz
but it is not converted to .xzm module.
I've been trying with other packages as well with same results.
Then, I've manually converted the packages to modules:
cp /var/cache/pacman/pkg/*.xz /home/guest/XYZ
and
dir2xzm /home/guest/XYZ mupdf-1.12.0-1-x86_64.xzm
(at this stage, activating the module works and I can run mupdf without a problem). Then
cp mupdf-1.12.0-1-x86_64.xzm --> /mnt/sdb1/porteus/modules
and reboot. But then neither mupdf, mpv (...) module I've built and put on the modules folder actually works.
However, I can see the downloaded packages (*.xz) located at / in the Filesystem
What's going on??
(will add some screeshots later)
