You are not logged in.
Pages: 1
Hi everyone, Could someone give me an example of how to use this tool? Thanks!
Offline
Hi SlitazLover,
If understand, we need first have installed package on device, and use this command to link libs/programs inside running system.
Example, you have installed firefox-official inside /media/disk/rootfs.
To use it on our live environment
[c]
tazpkg link firefox-official /media/disk/rootfs
[/c]
In case ensure that partition is ext2/3 
Or you could be use raw file if usb has FAT32/NTFS
[c]
mount -o loop /media/disk/rootfs.ext2 /mnt
tazpkg link <pkg> /mnt
[/c]
Offline
Hi Shann, finally, this work on SliTaz 4, thanks!
Offline
Pages: 1
[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]