New comment by 0x5c on void-packages repository https://github.com/void-linux/void-packages/pull/38079#issuecomment-1186417758 Comment: Here's the deps needed or each extfs backend | Backend | Interpreter | Dependencies | | --- | --- | --- | | `a+` DOS filesystem access | `perl -w` | `mtools` | | `apt+` APT frontend (repository browser?) | `perl` | `apt, dpkg` | | `audio` browse audio cdroms+CDDB | `sh` | `cdparanoia, wget` | | `bpp` "Bad Penguin" package management | `sh` | Unknown executables: `package-setup` | | `changesetfs` list git versions of current file | `sh` | `git` | | `deb` .deb package viewer | `perl` | `dpkg` | | `deba` APT frontend (deb browser and installer) | `perl` | `apt, dpkg` | | `debd` DPKG frontend (seems to double as deb browser) | `perl` | `dpkg` | | `dpkg+` DPKG frontend | `perl` | `dpkg` | | `gitfs+` git repo browser | `sh` | `git` | | `hp48+` file manager for HP48 calculators | `sh` | Unknown executables: `kermit` | | `iso9660` ISO9660 image browser | `sh` | `xorriso, cdrtools, [common_archivers]` | | `lslR` "For browsing lslR listings (found on many ftp sites)" | `sh` | `[common_archivers]` | | `mailfs` Mailbox browser | `perl -w` | `[common_archivers], file, perl-TimeDate, perl-Date-Manip` | | `patchfs` patchfile explorer | `perl -w` | `[common_archivers], file, perl-TimeDate` | | `patchsetfs` list git patches of current file | `sh` | `git` | | `rpm` RPM package viewer | `sh` | `rpm` | | `rpms+` RPM frontend | `perl` | `rpm` | | `s3+` AWS S3 client | `python3` | `python3-boto` | | `trpm` RPM frontend | `sh` | `rpm` | | `u7z` 7zip archive support | `sh` | `p7zip` | | `uace` ACE archive support | `sh` | Unknown executables: `unace` | | `ualz` ALZ archive support | `sh` | Unknown executables: `unalz` | | `uar` AR archive support | `sh` | `binutils` | | `uarc` ARC archive support | `sh` | Unknown executables: `arc` | | `uarj` ARJ archive support | `sh` | Unknown executables: `arj` | | `uc1541` C64/128 disk image support | `python3` | `vice` | | `ucab` Microsoft CAB archive support | `sh` | `cabextract` | | `uha` HA archive support | `sh` | Unknown executables: `ha` | | `ulha` LHa archive support | `sh` | Unknown executables: `lha` | | `ulib` gputils archive support | `perl -w` | `gputils` | | `unar` unar wrapper | `sh` | `unar` | | `urar` RAR archive support | `sh` | `unrar` | | `uwim` Windows Imaging (WIM) archives support | `sh` | `wimlib` | | `uzip` ZIP archive support | `perl -w` | `zip, uzip` | | `uzoo` ZOO archive support | `sh` | Unknown executables: `zoo` | `[common_archivers]` refers to the following archivers/compressors: `bzip2, gzip, lz4, lzip, xz, zstd`. **EDIT:** This used to list the perl modules needed, but I managed to figure out which ones are part of perl's stdlib and which packages provide the ones that aren't.