Closed PeterDaveHello closed 5 years ago
As described here: https://drbl.org/installation/02-install-required-packages.php You have to run "sudo drblsrv -i" to configure the system, and the required packages will be installed. Of course, it's better to put the required packages in the Depends. However, in the program, if pixz is not found, xzcat will be used in your case. No idea why it fails. BTW, please use httsp://gitlab.com/stevenshiau/clonezilla or sourceforge forum: https://sourceforge.net/p/clonezilla/discussion/ in the future. This github repository is not maintained anymore. Thanks.
Steven
Oh, thanks!
Clonezilla installed on Ubuntu 18.04 from default apt repository, version:
3.27.16-2
compression option:
-z5p Use_parallel_xz_compression,_for_multicore/CPU
Missing dependency:
pixz
:screen
:I took a look at https://github.com/stevenshiau/clonezilla/blob/master/debian/control#L13, maybe
pigz
is also missing?Not sure if you'd like to update the dependency here directly, though I install a version from Ubuntu repository, but the missing dependency looks on both side.
BTW, just FYI, this is the dependency of Clonezilla package in Ubuntu 18.04 repository, maybe you'd like to take it as a reference:
Thanks you!