Skip to content

Instantly share code, notes, and snippets.

@fepitre
Created July 30, 2024 12:42
Show Gist options
  • Save fepitre/097c0306908247a86dc03995ab149c01 to your computer and use it in GitHub Desktop.
Save fepitre/097c0306908247a86dc03995ab149c01 to your computer and use it in GitHub Desktop.
builder-templates-community-r4.3
├── builder-config.yml
├── builder.yml
├── components
│   ├── builder-archlinux
│   │   └── noversion
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   ├── builder-debian
│   │   └── noversion
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   ├── builder-rpm
│   │   └── noversion
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   ├── release-configs
│   │   ├── 20220626-1
│   │   │   └── nodist
│   │   │   └── fetch
│   │   │   └── source.fetch.yml
│   │   └── noversion
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   └── template-whonix
│   └── noversion
│   └── nodist
│   └── fetch
│   └── source.fetch.yml
├── distfiles
│   ├── builder-archlinux
│   ├── builder-debian
│   ├── builder-rpm
│   ├── release-configs
│   └── template-whonix
├── logs
│   ├── 202405091919.log
│   ├── 202405122200.log
│   ├── 202405132200.log
│   ├── 202405142200.log
│   ├── 202405152200.log
│   ├── 202405162200.log
│   ├── 202405172200.log
│   ├── 202405182200.log
│   ├── 202405192200.log
│   ├── 202405202200.log
│   ├── 202405212200.log
│   ├── 202405222200.log
│   ├── 202405232200.log
│   ├── 202405242200.log
│   ├── 202405252200.log
│   ├── 202405261328.log
│   ├── 202405261329.log
│   ├── 202405261330.log
│   ├── 202405261333.log
│   ├── 202405262200.log
│   ├── 202405272200.log
│   ├── 202405282200.log
│   ├── 202405292200.log
│   ├── 202405302200.log
│   ├── 202405312200.log
│   ├── 202406012200.log
│   ├── 202406022200.log
│   ├── 202406032200.log
│   ├── 202406042200.log
│   ├── 202406052200.log
│   ├── 202406062200.log
│   ├── 202406072200.log
│   ├── 202406082200.log
│   ├── 202406102200.log
│   ├── 202406112200.log
│   ├── 202406122200.log
│   ├── 202406132200.log
│   ├── 202406142116.log
│   ├── 202406142200.log
│   ├── 202406152200.log
│   ├── 202406162200.log
│   ├── 202406172200.log
│   ├── 202406182200.log
│   ├── 202406192200.log
│   ├── 202406202200.log
│   ├── 202406212200.log
│   ├── 202406232200.log
│   ├── 202406242200.log
│   ├── 202406252200.log
│   ├── 202406262200.log
│   ├── 202406272200.log
│   ├── 202406282200.log
│   ├── 202406292200.log
│   ├── 202406302200.log
│   ├── 202407012200.log
│   ├── 202407022200.log
│   ├── 202407032200.log
│   ├── 202407042200.log
│   ├── 202407052200.log
│   ├── 202407062200.log
│   ├── 202407072200.log
│   ├── 202407082200.log
│   ├── 202407092200.log
│   ├── 202407102200.log
│   ├── 202407112200.log
│   ├── 202407122200.log
│   ├── 202407132200.log
│   ├── 202407142200.log
│   ├── 202407152200.log
│   ├── 202407162200.log
│   ├── 202407172200.log
│   ├── 202407182200.log
│   ├── 202407192200.log
│   ├── 202407202200.log
│   ├── 202407232200.log
│   ├── 202407242200.log
│   ├── 202407252200.log
│   ├── 202407262200.log
│   └── 202407272200.log
├── repository
│   ├── vm-bookworm
│   └── vm-centos-stream8
├── repository-publish
│   ├── deb
│   │   └── r4.3
│   │   ├── templates-community
│   │   │   ├── repodata
│   │   │   └── rpm
│   │   ├── templates-community-testing
│   │   │   ├── repodata
│   │   │   └── rpm
│   │   ├── templates-itl
│   │   │   ├── repodata
│   │   │   └── rpm
│   │   └── templates-itl-testing
│   │   ├── repodata
│   │   └── rpm
│   └── rpm
│   └── r4.3
│   ├── templates-community
│   │   ├── repodata
│   │   │   ├── 69a3730a283b85a4b3cff7d04bfde3b2b234f0607ebc17319d7a8d143a8e066e-primary.xml.zst
│   │   │   ├── 6b37cc67608a24beaa81e1191d218f2ffd6b1191dceb5c100bac2e66249d518d-other.xml.zst
│   │   │   ├── 9b07d97dc6ececed89aac0650b67bfb292647fe9fbaca48f629465be5f53f82b-filelists.xml.zst
│   │   │   ├── repomd.xml
│   │   │   ├── repomd.xml.asc
│   │   │   └── repomd.xml.metalink
│   │   └── rpm
│   ├── templates-community-testing
│   │   ├── repodata
│   │   │   ├── 5a361515040f6e461dc8b64aa113f267def2c05eebc915b7ad475dbc162f8a23-other.xml.zst
│   │   │   ├── 7adc953ec51c5ab127216bba72c2533acba10a49f32b926218a5dac71215d01c-primary.xml.zst
│   │   │   ├── b8b9e69f05593526086629dd14d3717070620433a020d201e186efa6ed3b43f3-filelists.xml.zst
│   │   │   ├── repomd.xml
│   │   │   ├── repomd.xml.asc
│   │   │   └── repomd.xml.metalink
│   │   └── rpm
│   │   ├── qubes-template-whonix-gateway-17-4.3.0-202405261335.noarch.rpm
│   │   └── qubes-template-whonix-workstation-17-4.3.0-202405261335.noarch.rpm
│   ├── templates-itl
│   │   ├── repodata
│   │   └── rpm
│   └── templates-itl-testing
│   ├── repodata
│   └── rpm
├── sources
│   ├── builder-archlinux
│   │   ├── Makefile.archlinux
│   │   ├── Makefile.builder
│   │   ├── keys
│   │   │   ├── archlinux-master-keys.asc
│   │   │   ├── qubes-repo-archlinux-key-4.1.asc
│   │   │   ├── qubes-repo-archlinux-key-4.2.asc
│   │   │   ├── qubes-repo-archlinux-key-4.3.asc
│   │   │   └── qubes-repo-archlinux-key.asc -> qubes-repo-archlinux-key-4.2.asc
│   │   ├── prepare-chroot-base
│   │   ├── prepare-chroot-builder
│   │   ├── repos
│   │   │   ├── archlinux-qubes-repo-4.1-current-testing.conf
│   │   │   ├── archlinux-qubes-repo-4.1-current.conf
│   │   │   ├── archlinux-qubes-repo-4.2-current-testing.conf
│   │   │   ├── archlinux-qubes-repo-4.2-current.conf
│   │   │   ├── archlinux-qubes-repo-4.3-current-testing.conf
│   │   │   └── archlinux-qubes-repo-4.3-current.conf
│   │   ├── template_archlinux
│   │   │   ├── 00_prepare.sh
│   │   │   ├── 01_install_core.sh
│   │   │   ├── 02_install_groups.sh
│   │   │   ├── 04_install_qubes.sh
│   │   │   ├── 09_cleanup.sh
│   │   │   ├── appmenus_archlinux
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_archlinux_minimal
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── arch-chroot-lite
│   │   │   ├── network
│   │   │   ├── packages.list
│   │   │   ├── packages_minimal.list
│   │   │   └── resolv.conf
│   │   ├── update-local-repo.sh
│   │   └── update-remote-repo.sh
│   ├── builder-debian
│   │   ├── Makefile-legacy.debian
│   │   ├── Makefile-pbuilder.debian
│   │   ├── Makefile.builder
│   │   ├── Makefile.debian
│   │   ├── Makefile.ubuntu -> Makefile.debian
│   │   ├── builder.conf
│   │   ├── keys
│   │   │   ├── bionic-ubuntu-archive-keyring.gpg
│   │   │   ├── bookworm-debian-archive-keyring.gpg
│   │   │   ├── bullseye-debian-archive-keyring.gpg
│   │   │   ├── buster-debian-archive-keyring.gpg
│   │   │   ├── focal-ubuntu-archive-keyring.gpg -> bionic-ubuntu-archive-keyring.gpg
│   │   │   ├── jammy-ubuntu-archive-keyring.gpg
│   │   │   ├── launchpad-ppa-for-mozilla-team.gpg
│   │   │   ├── qubes-debian-r4.0.asc -> qubes-debian-r4.asc
│   │   │   ├── qubes-debian-r4.1.asc -> qubes-debian-r4.asc
│   │   │   ├── qubes-debian-r4.2.asc
│   │   │   ├── qubes-debian-r4.3.asc
│   │   │   ├── qubes-debian-r4.asc
│   │   │   ├── qubes-ubuntu-r4.2.asc
│   │   │   ├── qubes-ubuntu-r4.3.asc
│   │   │   ├── trixie-debian-archive-keyring.gpg -> bookworm-debian-archive-keyring.gpg
│   │   │   └── whonix-developer-patrick.asc
│   │   ├── pbuilder-hooks
│   │   │   ├── D30update
│   │   │   └── E30origin
│   │   ├── pbuilderrc
│   │   ├── prepare-chroot-debian
│   │   ├── prepare-chroot-ubuntu
│   │   ├── scripts
│   │   │   ├── clamp-changelog-entry-date
│   │   │   ├── debchange
│   │   │   ├── debian-changelog.sh
│   │   │   ├── debian-parser
│   │   │   ├── ls_mounts.sh
│   │   │   ├── reprepro-wrapper
│   │   │   └── umount_kill.sh
│   │   ├── template_debian
│   │   │   ├── 00_prepare.sh
│   │   │   ├── 01_install_core.sh
│   │   │   ├── 02_install_groups.sh
│   │   │   ├── 02_install_groups_bookworm.sh
│   │   │   ├── 02_install_groups_bullseye.sh
│   │   │   ├── 02_install_groups_buster.sh
│   │   │   ├── 02_install_groups_post.sh
│   │   │   ├── 02_install_groups_trixie.sh
│   │   │   ├── 04_install_qubes.sh
│   │   │   ├── 09_cleanup.sh
│   │   │   ├── README.md
│   │   │   ├── appmenus_bookworm_gnome
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_bookworm_minimal
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_bookworm_xfce
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_bullseye_gnome
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_bullseye_minimal
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_bullseye_xfce
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_buster_gnome
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_buster_minimal
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_buster_xfce
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_trixie_gnome
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_trixie_minimal
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_trixie_xfce
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── distribution.sh
│   │   │   ├── firmware
│   │   │   │   └── 02_install_groups_packages_installed.sh
│   │   │   ├── flash
│   │   │   │   └── 02_install_groups_packages_installed.sh
│   │   │   ├── gnome
│   │   │   │   └── 02_install_groups_packages_installed.sh
│   │   │   ├── packages.list
│   │   │   ├── packages_bookworm.list -> packages.list
│   │   │   ├── packages_bookworm_minimal.list -> packages_minimal.list
│   │   │   ├── packages_bullseye.list -> packages.list
│   │   │   ├── packages_bullseye_minimal.list -> packages_minimal.list
│   │   │   ├── packages_buster.list -> packages.list
│   │   │   ├── packages_buster_minimal.list -> packages_minimal.list
│   │   │   ├── packages_minimal.list
│   │   │   ├── packages_qubes.list
│   │   │   ├── packages_qubes_minimal.list
│   │   │   ├── packages_qubes_xfce.list
│   │   │   ├── packages_trixie.list -> packages.list
│   │   │   ├── packages_trixie_minimal.list -> packages_minimal.list
│   │   │   ├── vars.sh
│   │   │   └── xfce
│   │   │   └── 02_install_groups_packages_installed.sh
│   │   ├── template_ubuntu
│   │   │   ├── 00_prepare.sh -> ../template_debian/00_prepare.sh
│   │   │   ├── 01_install_core.sh
│   │   │   ├── 02_install_groups.sh -> ../template_debian/02_install_groups.sh
│   │   │   ├── 02_install_groups_focal.sh
│   │   │   ├── 02_install_groups_jammy.sh
│   │   │   ├── 02_install_groups_post.sh
│   │   │   ├── 04_install_qubes.sh -> ../template_debian/04_install_qubes.sh
│   │   │   ├── 04_install_qubes_post.sh
│   │   │   ├── 09_cleanup.sh -> ../template_debian/09_cleanup.sh
│   │   │   ├── appmenus_focal_gnome
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_jammy_gnome
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── distribution.sh -> ../template_debian/distribution.sh
│   │   │   ├── flash
│   │   │   │   └── 02_install_groups_packages_installed.sh
│   │   │   ├── gnome
│   │   │   │   └── 02_install_groups_packages_installed.sh
│   │   │   ├── packages.list
│   │   │   ├── packages_focal.list -> packages.list
│   │   │   ├── packages_focal_minimal.list -> packages_minimal.list
│   │   │   ├── packages_jammy.list -> packages.list
│   │   │   ├── packages_jammy_minimal.list -> packages_minimal.list
│   │   │   ├── packages_minimal.list
│   │   │   ├── packages_qubes.list -> ../template_debian/packages_qubes.list
│   │   │   ├── packages_qubes_minimal.list -> ../template_debian/packages_qubes_minimal.list
│   │   │   └── vars.sh
│   │   └── update-local-repo.sh
│   ├── builder-rpm
│   │   ├── Makefile-legacy.rpmbuilder
│   │   ├── Makefile-mock.rpmbuilder
│   │   ├── Makefile.builder
│   │   ├── Makefile.rpmbuilder
│   │   ├── builder.conf
│   │   ├── dnf
│   │   │   ├── bootstrap-dnf-centos-stream.conf
│   │   │   ├── bootstrap-dnf-fedora.conf
│   │   │   ├── build-pkgs-base-centos-stream.list
│   │   │   ├── build-pkgs-base-fedora.list
│   │   │   └── dnf.conf
│   │   ├── keys
│   │   │   ├── RPM-GPG-KEY-CentOS-8
│   │   │   ├── RPM-GPG-KEY-CentOS-SIG-Virtualization
│   │   │   ├── RPM-GPG-KEY-EPEL-8
│   │   │   ├── RPM-GPG-KEY-copr-epel-8
│   │   │   ├── RPM-GPG-KEY-copr-epel-8-python38
│   │   │   ├── RPM-GPG-KEY-fedora-32-primary
│   │   │   ├── RPM-GPG-KEY-fedora-36-primary
│   │   │   ├── RPM-GPG-KEY-fedora-37-primary
│   │   │   ├── RPM-GPG-KEY-fedora-38-primary
│   │   │   ├── RPM-GPG-KEY-fedora-39-primary
│   │   │   ├── RPM-GPG-KEY-fedora-40-primary
│   │   │   ├── RPM-GPG-KEY-fedora-41-primary
│   │   │   ├── RPM-GPG-KEY-qubes-4-centos
│   │   │   ├── RPM-GPG-KEY-qubes-4-primary
│   │   │   ├── RPM-GPG-KEY-qubes-4.1-centos -> RPM-GPG-KEY-qubes-4-centos
│   │   │   ├── RPM-GPG-KEY-qubes-4.1-primary -> RPM-GPG-KEY-qubes-4-primary
│   │   │   ├── RPM-GPG-KEY-qubes-4.2-centos
│   │   │   ├── RPM-GPG-KEY-qubes-4.2-primary
│   │   │   ├── RPM-GPG-KEY-qubes-4.3-primary
│   │   │   ├── qubes-release-4-signing-key.asc
│   │   │   ├── qubes-release-4.1-signing-key.asc
│   │   │   ├── qubes-release-4.2-signing-key.asc
│   │   │   └── qubes-release-4.3-signing-key.asc
│   │   ├── mock
│   │   │   ├── mock-centos-stream.cfg
│   │   │   ├── mock-centos-stream.cfg.cfg -> mock-centos-stream.cfg
│   │   │   ├── mock-centos.cfg
│   │   │   ├── mock-centos.cfg.cfg -> mock-centos.cfg
│   │   │   ├── mock-fedora.cfg
│   │   │   └── mock-fedora.cfg.cfg -> mock-fedora.cfg
│   │   ├── repos
│   │   │   ├── builder-local.repo
│   │   │   ├── qubes-repo-dom0-fedora.repo
│   │   │   ├── qubes-repo-vm-centos-stream.repo
│   │   │   ├── qubes-repo-vm-centos.repo
│   │   │   └── qubes-repo-vm-fedora.repo
│   │   ├── scripts
│   │   │   ├── functions.sh
│   │   │   ├── generate-changelog
│   │   │   ├── generate-hashes-from-sources
│   │   │   ├── generate-spec
│   │   │   ├── get_sources_from_srpm
│   │   │   ├── prepare-chroot-base
│   │   │   ├── prepare-chroot-builder
│   │   │   ├── query-spec
│   │   │   ├── rpmbuildinfo
│   │   │   ├── update-local-repo.sh
│   │   │   └── update-rpmbuildinfo
│   │   ├── template_rpm
│   │   │   ├── 00_prepare.sh
│   │   │   ├── 01_install_core.sh
│   │   │   ├── 02_install_groups.sh
│   │   │   ├── 02_install_groups_centos-stream8.sh
│   │   │   ├── 04_install_qubes.sh
│   │   │   ├── 09_cleanup.sh
│   │   │   ├── 3rd_party_software
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-32
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-33 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-34 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-35 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-36 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-37 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-38
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-39 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-40 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-32
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-33 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-34 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-35 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-36 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-37 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-38
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-39 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-40 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── adobe-release-x86_64.noarch.rpm -> adobe-release-x86_64-1.0-1.noarch.rpm
│   │   │   │   ├── google-linux_signing_key.pub
│   │   │   │   ├── rpmfusion-free-release-32.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-33.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-34-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-34.noarch.rpm -> rpmfusion-free-release-34-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-35-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-35.noarch.rpm -> rpmfusion-free-release-35-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-36-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-36.noarch.rpm -> rpmfusion-free-release-36-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-37-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-37.noarch.rpm -> rpmfusion-free-release-37-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-38-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-38.noarch.rpm -> rpmfusion-free-release-38-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-39-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-39.noarch.rpm -> rpmfusion-free-release-39-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-40-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-40.noarch.rpm -> rpmfusion-free-release-40-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-32.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-33.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-34-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-34.noarch.rpm -> rpmfusion-nonfree-release-34-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-35-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-35.noarch.rpm -> rpmfusion-nonfree-release-35-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-36-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-36.noarch.rpm -> rpmfusion-nonfree-release-36-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-37-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-37.noarch.rpm -> rpmfusion-nonfree-release-37-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-38-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-38.noarch.rpm -> rpmfusion-nonfree-release-38-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-39-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-39.noarch.rpm -> rpmfusion-nonfree-release-39-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-40-1.noarch.rpm
│   │   │   │   └── rpmfusion-nonfree-release-40.noarch.rpm -> rpmfusion-nonfree-release-40-1.noarch.rpm
│   │   │   ├── README.md
│   │   │   ├── add_3rd_party_software.sh
│   │   │   ├── appmenus_centos-stream
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_centos-stream_minimal
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_centos-stream_xfce
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_fc -> appmenus_fedora
│   │   │   ├── appmenus_fedora
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_fedora_40
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_fedora_40_xfce
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_fedora_minimal
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_fedora_xfce
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── comps-qubes-template.xml
│   │   │   ├── distribution.sh
│   │   │   ├── network
│   │   │   ├── packages.list
│   │   │   ├── packages_centos-stream.list
│   │   │   ├── packages_centos-stream_minimal.list
│   │   │   ├── packages_centos-stream_xfce.list
│   │   │   ├── packages_fedora.list
│   │   │   ├── packages_fedora_minimal.list
│   │   │   ├── packages_fedora_xfce.list
│   │   │   ├── packages_qubes.list
│   │   │   ├── packages_qubes_minimal.list
│   │   │   ├── packages_qubes_xfce.list
│   │   │   ├── resolv.conf
│   │   │   ├── template-builder-repo-centos-stream.repo
│   │   │   └── template-builder-repo-fedora.repo
│   │   └── tools
│   │   └── spectool
│   ├── release-configs
│   │   ├── Makefile.builder
│   │   ├── R3.0
│   │   │   ├── qubes-os-R3.0-rc1-template-debian.conf
│   │   │   ├── qubes-os-R3.0-rc1-template-fedora.conf
│   │   │   ├── qubes-os-R3.0-rc1.conf
│   │   │   ├── qubes-os-R3.0-rc3-template-debian.conf
│   │   │   ├── qubes-os-R3.0-rc3-template-fedora.conf
│   │   │   └── qubes-os-R3.0-rc3.conf
│   │   ├── R3.2
│   │   │   ├── qubes-os-r3.2-centos.conf
│   │   │   ├── qubes-os-r3.2-debian.conf
│   │   │   ├── qubes-os-r3.2-dom0.conf
│   │   │   ├── qubes-os-r3.2-fedora.conf
│   │   │   ├── qubes-os-r3.2-templates-community.conf
│   │   │   └── qubes-os-r3.2-templates-itl.conf
│   │   ├── R4.0
│   │   │   ├── qubes-os-iso-full-online.conf
│   │   │   ├── qubes-os-r4.0-archlinux.conf
│   │   │   ├── qubes-os-r4.0-centos.conf
│   │   │   ├── qubes-os-r4.0-debian.conf
│   │   │   ├── qubes-os-r4.0-dom0.conf
│   │   │   ├── qubes-os-r4.0-fedora.conf
│   │   │   ├── qubes-os-r4.0-templates-community.conf
│   │   │   └── qubes-os-r4.0-templates-itl.conf
│   │   ├── R4.1
│   │   │   ├── qubes-os-iso-full-online.conf
│   │   │   ├── qubes-os-r4.1-archlinux.conf
│   │   │   ├── qubes-os-r4.1-centos.conf
│   │   │   ├── qubes-os-r4.1-debian.conf
│   │   │   ├── qubes-os-r4.1-dom0-update-from-r4.0.conf
│   │   │   ├── qubes-os-r4.1-dom0.conf
│   │   │   ├── qubes-os-r4.1-fedora.conf
│   │   │   ├── qubes-os-r4.1-templates-community.conf
│   │   │   └── qubes-os-r4.1-templates-itl.conf
│   │   ├── R4.2
│   │   │   ├── qubes-os-iso-full-online.conf
│   │   │   ├── qubes-os-r4.2-archlinux.yml
│   │   │   ├── qubes-os-r4.2-centos.yml
│   │   │   ├── qubes-os-r4.2-debian.yml
│   │   │   ├── qubes-os-r4.2-dom0.yml
│   │   │   ├── qubes-os-r4.2-fedora.yml
│   │   │   ├── qubes-os-r4.2-iso-online-testing.yml
│   │   │   ├── qubes-os-r4.2-templates-community.yml
│   │   │   ├── qubes-os-r4.2-templates-itl.yml
│   │   │   └── qubes-os-r4.2-ubuntu.yml
│   │   ├── R4.3
│   │   │   ├── qubes-os-r4.3-archlinux.yml
│   │   │   ├── qubes-os-r4.3-centos.yml
│   │   │   ├── qubes-os-r4.3-debian.yml
│   │   │   ├── qubes-os-r4.3-dom0.yml
│   │   │   ├── qubes-os-r4.3-fedora.yml
│   │   │   ├── qubes-os-r4.3-iso-online-testing.yml
│   │   │   ├── qubes-os-r4.3-templates-community.yml
│   │   │   ├── qubes-os-r4.3-templates-itl.yml
│   │   │   └── qubes-os-r4.3-ubuntu.yml
│   │   └── README.md
│   └── template-whonix
│   ├── CONTRIBUTING.md
│   ├── COPYING
│   ├── GPLv3
│   ├── Makefile.builder
│   ├── README.md
│   ├── README.whonix
│   ├── appmenus_bookworm_whonix-gateway
│   │   ├── netvm-whitelisted-appmenus.list
│   │   ├── vm-whitelisted-appmenus.list
│   │   └── whitelisted-appmenus.list
│   ├── appmenus_bookworm_whonix-workstation
│   │   ├── netvm-whitelisted-appmenus.list
│   │   ├── vm-whitelisted-appmenus.list
│   │   └── whitelisted-appmenus.list
│   ├── keys
│   │   └── whonix-developer-patrick.asc
│   ├── scripts
│   │   └── Makefile.builder
│   ├── whonix-gateway
│   │   ├── 04_install_qubes_post.sh
│   │   └── 09_cleanup_post.sh
│   ├── whonix-workstation -> whonix-gateway
│   └── whonix.conf
├── templates
│   ├── build_timestamp_whonix-gateway-17
│   ├── build_timestamp_whonix-workstation-17
│   ├── qubeized_images
│   │   ├── centos-stream-8
│   │   ├── whonix-gateway-17
│   │   │   └── root.img
│   │   └── whonix-workstation-17
│   │   └── root.img
│   ├── rpm
│   │   ├── qubes-template-whonix-gateway-17-4.3.0-202405260313.noarch.rpm
│   │   ├── qubes-template-whonix-gateway-17-4.3.0-202405261014.noarch.rpm
│   │   ├── qubes-template-whonix-gateway-17-4.3.0-202405261335.noarch.rpm
│   │   ├── qubes-template-whonix-workstation-17-4.3.0-202405260313.noarch.rpm
│   │   ├── qubes-template-whonix-workstation-17-4.3.0-202405261014.noarch.rpm
│   │   └── qubes-template-whonix-workstation-17-4.3.0-202405261335.noarch.rpm
│   ├── rpmdb
│   │   ├── rpmdb.sqlite
│   │   ├── rpmdb.sqlite-shm
│   │   └── rpmdb.sqlite-wal
│   ├── whonix-gateway-17
│   │   ├── appmenus
│   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   └── whitelisted-appmenus.list
│   │   └── template.conf
│   ├── whonix-gateway-17.build.yml
│   ├── whonix-gateway-17.publish.yml
│   ├── whonix-workstation-17
│   │   ├── appmenus
│   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   └── whitelisted-appmenus.list
│   │   └── template.conf
│   ├── whonix-workstation-17.build.yml
│   └── whonix-workstation-17.publish.yml
└── tmp
├── tmp1auxjuvf
├── tmp1m1ba9sw
├── tmp2up5n7ve
├── tmp343zp7dp
├── tmp3aaxhlgh
├── tmp4e7ytyn3
├── tmp4p0oiri4
├── tmp54_0ebk4
├── tmp7tpq6wzc
├── tmp8fqafx0o
├── tmp9u8_cz_5
├── tmp_2d8l73t
├── tmpa9j5g1_8
├── tmpb6jw7ggk
├── tmpcindsgj3
├── tmpdxsb6aes
├── tmpedi1y0pw
├── tmpee44neq0
├── tmpfkzs2e57
├── tmpg2a2ljzl
├── tmphpad2m0m
├── tmpita8rdd2
├── tmpiz_uy6tn
├── tmpjw4psl06
├── tmpklrbn4r6
├── tmpklthgbv2
├── tmpkon6dbxk
├── tmpkxiybmem
├── tmpmquinudi
├── tmpno74ajlp
├── tmpnr7tze84
├── tmpnvk65387
├── tmpojzb0l77
├── tmpowbhrof4
├── tmpphbbpp01
├── tmpq005unra
├── tmpqe861q5a
├── tmpqz3lxebv
├── tmpr0tnm61k
├── tmprxnjbitb
├── tmpta3e8wz5
├── tmptsdu_rn_
├── tmpunnrh63s
└── tmpxdj7vzl8
185 directories, 512 files
builder-iso-r4.2/
├── builder-config.yml
├── builder.yml
├── cache
│   └── installer
│   ├── Qubes-4.2.202407262200-x86_64
│   │   ├── installer.repo
│   │   ├── rpm
│   │   │   ├── ModemManager-glib-1.18.12-1.fc37.x86_64.rpm
│   │   │   ├── NetworkManager-1.40.18-1.fc37.x86_64.rpm
│   │   │   ├── NetworkManager-libnm-1.40.18-1.fc37.x86_64.rpm
│   │   │   ├── NetworkManager-team-1.40.18-1.fc37.x86_64.rpm
│   │   │   ├── abattis-cantarell-vf-fonts-0.301-8.fc37.noarch.rpm
│   │   │   ├── adobe-source-code-pro-fonts-2.042.1.062.1.026-2.fc37.noarch.rpm
│   │   │   ├── adwaita-cursor-theme-43-1.fc37.noarch.rpm
│   │   │   ├── adwaita-icon-theme-43-1.fc37.noarch.rpm
│   │   │   ├── alsa-firmware-1.2.4-7.fc37.noarch.rpm
│   │   │   ├── alsa-lib-1.2.9-1.fc37.x86_64.rpm
│   │   │   ├── alsa-sof-firmware-2023.09.1-1.fc37.noarch.rpm
│   │   │   ├── alsa-tools-firmware-1.2.5-5.fc37.x86_64.rpm
│   │   │   ├── alternatives-1.24-1.fc37.x86_64.rpm
│   │   │   ├── amd-gpu-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── amd-ucode-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── anaconda-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-core-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-dracut-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-gui-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-install-env-deps-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-install-img-deps-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-tui-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-user-help-26.2-3.fc37.noarch.rpm
│   │   │   ├── anaconda-widgets-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── at-spi2-atk-2.38.0-5.fc37.x86_64.rpm
│   │   │   ├── at-spi2-core-2.44.1-2.fc37.x86_64.rpm
│   │   │   ├── atheros-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── atk-2.38.0-2.fc37.x86_64.rpm
│   │   │   ├── atmel-firmware-1.3-27.fc37.noarch.rpm
│   │   │   ├── attr-2.5.1-5.fc37.x86_64.rpm
│   │   │   ├── audit-3.1.2-5.fc37.x86_64.rpm
│   │   │   ├── audit-libs-3.1.2-5.fc37.x86_64.rpm
│   │   │   ├── augeas-libs-1.13.0-3.fc37.x86_64.rpm
│   │   │   ├── authselect-1.4.2-1.fc37.x86_64.rpm
│   │   │   ├── authselect-libs-1.4.2-1.fc37.x86_64.rpm
│   │   │   ├── avahi-glib-0.8-18.fc37.x86_64.rpm
│   │   │   ├── avahi-libs-0.8-18.fc37.x86_64.rpm
│   │   │   ├── b43-openfwwf-5.2-29.fc37.noarch.rpm
│   │   │   ├── basesystem-11-14.fc37.noarch.rpm
│   │   │   ├── bash-5.2.21-1.fc37.x86_64.rpm
│   │   │   ├── bcache-tools-1.1-3.fc37.x86_64.rpm
│   │   │   ├── bfa-firmware-3.2.21.1-18.fc37.noarch.rpm
│   │   │   ├── bind-libs-9.18.19-1.fc37.x86_64.rpm
│   │   │   ├── bind-license-9.18.19-1.fc37.noarch.rpm
│   │   │   ├── bind-utils-9.18.19-1.fc37.x86_64.rpm
│   │   │   ├── binutils-2.38-27.fc37.x86_64.rpm
│   │   │   ├── binutils-gold-2.38-27.fc37.x86_64.rpm
│   │   │   ├── biosdevname-0.7.3-10.fc37.x86_64.rpm
│   │   │   ├── blivet-data-3.5.0-1.fc37.noarch.rpm
│   │   │   ├── blivet-gui-runtime-2.4.2-1.fc37.noarch.rpm
│   │   │   ├── bluez-libs-5.68-1.fc37.x86_64.rpm
│   │   │   ├── boost-regex-1.78.0-9.fc37.x86_64.rpm
│   │   │   ├── brcmfmac-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── bridge-utils-1.7.1-5.fc37.x86_64.rpm
│   │   │   ├── brlapi-0.8.4-7.fc37.x86_64.rpm
│   │   │   ├── brltty-6.5-7.fc37.x86_64.rpm
│   │   │   ├── btrfs-progs-6.5.1-1.fc37.x86_64.rpm
│   │   │   ├── bubblewrap-0.5.0-3.fc37.x86_64.rpm
│   │   │   ├── bzip2-1.0.8-12.fc37.x86_64.rpm
│   │   │   ├── bzip2-libs-1.0.8-12.fc37.x86_64.rpm
│   │   │   ├── ca-certificates-2023.2.60_v7.0.306-1.0.fc37.noarch.rpm
│   │   │   ├── cairo-1.17.6-2.fc37.x86_64.rpm
│   │   │   ├── cairo-gobject-1.17.6-2.fc37.x86_64.rpm
│   │   │   ├── cdparanoia-libs-10.2-40.fc37.x86_64.rpm
│   │   │   ├── checkpolicy-3.5-1.fc37.x86_64.rpm
│   │   │   ├── chkconfig-1.24-1.fc37.x86_64.rpm
│   │   │   ├── chrony-4.3-1.fc37.x86_64.rpm
│   │   │   ├── cirrus-audio-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── color-filesystem-1-29.fc37.noarch.rpm
│   │   │   ├── colord-1.4.6-2.fc37.x86_64.rpm
│   │   │   ├── colord-libs-1.4.6-2.fc37.x86_64.rpm
│   │   │   ├── compat-readline5-5.2-42.fc37.x86_64.rpm
│   │   │   ├── container-selinux-2.222.0-1.fc37.noarch.rpm
│   │   │   ├── containers-common-1-82.fc37.noarch.rpm
│   │   │   ├── coreutils-9.1-8.fc37.x86_64.rpm
│   │   │   ├── coreutils-common-9.1-8.fc37.x86_64.rpm
│   │   │   ├── cpio-2.13-13.fc37.x86_64.rpm
│   │   │   ├── cpp-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── cracklib-2.9.7-30.fc37.x86_64.rpm
│   │   │   ├── cracklib-dicts-2.9.7-30.fc37.x86_64.rpm
│   │   │   ├── createrepo_c-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── createrepo_c-libs-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── crypto-policies-20220815-1.gite4ed860.fc37.noarch.rpm
│   │   │   ├── crypto-policies-scripts-20220815-1.gite4ed860.fc37.noarch.rpm
│   │   │   ├── cryptsetup-2.6.1-1.fc37.x86_64.rpm
│   │   │   ├── cryptsetup-libs-2.6.1-1.fc37.x86_64.rpm
│   │   │   ├── ctags-6.0.0-1.fc37.x86_64.rpm
│   │   │   ├── cups-libs-2.4.7-2.fc37.x86_64.rpm
│   │   │   ├── curl-7.85.0-12.fc37.x86_64.rpm
│   │   │   ├── cxl-libs-78-1.fc37.x86_64.rpm
│   │   │   ├── cyrus-sasl-lib-2.1.28-8.fc37.x86_64.rpm
│   │   │   ├── daxctl-libs-78-1.fc37.x86_64.rpm
│   │   │   ├── dbus-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dbus-broker-33-1.fc37.x86_64.rpm
│   │   │   ├── dbus-common-1.14.10-1.fc37.noarch.rpm
│   │   │   ├── dbus-daemon-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dbus-libs-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dbus-tools-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dbus-x11-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dconf-0.40.0-7.fc37.x86_64.rpm
│   │   │   ├── deltarpm-3.6.3-4.fc37.x86_64.rpm
│   │   │   ├── device-mapper-1.02.171-6.fc37.x86_64.rpm
│   │   │   ├── device-mapper-event-1.02.171-6.fc37.x86_64.rpm
│   │   │   ├── device-mapper-event-libs-1.02.171-6.fc37.x86_64.rpm
│   │   │   ├── device-mapper-libs-1.02.171-6.fc37.x86_64.rpm
│   │   │   ├── device-mapper-multipath-0.9.0-4.fc37.x86_64.rpm
│   │   │   ├── device-mapper-multipath-libs-0.9.0-4.fc37.x86_64.rpm
│   │   │   ├── device-mapper-persistent-data-0.9.0-8.fc37.x86_64.rpm
│   │   │   ├── diffutils-3.8-3.fc37.x86_64.rpm
│   │   │   ├── dmidecode-3.4-2.fc37.x86_64.rpm
│   │   │   ├── dmraid-1.0.0.rc16-53.fc37.x86_64.rpm
│   │   │   ├── dmraid-events-1.0.0.rc16-53.fc37.x86_64.rpm
│   │   │   ├── dmraid-libs-1.0.0.rc16-53.fc37.x86_64.rpm
│   │   │   ├── dnf-4.18.0-2.fc37.noarch.rpm
│   │   │   ├── dnf-data-4.18.0-2.fc37.noarch.rpm
│   │   │   ├── dnf-plugins-core-4.4.3-1.fc37.noarch.rpm
│   │   │   ├── dosfstools-4.2-4.fc37.x86_64.rpm
│   │   │   ├── dracut-059-5.fc37.x86_64.rpm
│   │   │   ├── dracut-asahi-20221206-1.fc37.noarch.rpm
│   │   │   ├── dracut-config-generic-059-5.fc37.x86_64.rpm
│   │   │   ├── dracut-live-059-5.fc37.x86_64.rpm
│   │   │   ├── dracut-network-059-5.fc37.x86_64.rpm
│   │   │   ├── dracut-squash-059-5.fc37.x86_64.rpm
│   │   │   ├── drpm-0.5.2-1.fc37.x86_64.rpm
│   │   │   ├── duktape-2.6.0-3.fc37.x86_64.rpm
│   │   │   ├── dump-0.4-0.50.b47.fc37.x86_64.rpm
│   │   │   ├── dvb-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── e2fsprogs-1.46.5-3.fc37.x86_64.rpm
│   │   │   ├── e2fsprogs-libs-1.46.5-3.fc37.x86_64.rpm
│   │   │   ├── efi-filesystem-5-6.fc37.noarch.rpm
│   │   │   ├── efibootmgr-18-2.fc37.x86_64.rpm
│   │   │   ├── efivar-libs-38-6.fc37.x86_64.rpm
│   │   │   ├── elfutils-debuginfod-client-0.190-2.fc37.x86_64.rpm
│   │   │   ├── elfutils-default-yama-scope-0.190-2.fc37.noarch.rpm
│   │   │   ├── elfutils-libelf-0.190-2.fc37.x86_64.rpm
│   │   │   ├── elfutils-libs-0.190-2.fc37.x86_64.rpm
│   │   │   ├── enchant2-2.3.4-1.fc37.x86_64.rpm
│   │   │   ├── ethtool-6.6-1.fc37.x86_64.rpm
│   │   │   ├── exempi-2.6.2-2.fc37.x86_64.rpm
│   │   │   ├── exiv2-0.27.6-4.fc37.x86_64.rpm
│   │   │   ├── exiv2-libs-0.27.6-4.fc37.x86_64.rpm
│   │   │   ├── expat-2.5.0-1.fc37.x86_64.rpm
│   │   │   ├── fcoe-utils-1.0.34-3.gitb233050.fc37.x86_64.rpm
│   │   │   ├── fdk-aac-free-2.0.0-9.fc37.x86_64.rpm
│   │   │   ├── file-5.42-4.fc37.x86_64.rpm
│   │   │   ├── file-libs-5.42-4.fc37.x86_64.rpm
│   │   │   ├── filesystem-3.18-2.fc37.x86_64.rpm
│   │   │   ├── findutils-4.9.0-2.fc37.x86_64.rpm
│   │   │   ├── flac-libs-1.3.4-3.fc37.x86_64.rpm
│   │   │   ├── flatpak-libs-1.14.4-1.fc37.x86_64.rpm
│   │   │   ├── fontconfig-2.14.1-2.fc37.x86_64.rpm
│   │   │   ├── fonts-filesystem-2.0.5-9.fc37.noarch.rpm
│   │   │   ├── fpaste-0.4.3.0-1.fc37.noarch.rpm
│   │   │   ├── freetype-2.12.1-3.fc37.x86_64.rpm
│   │   │   ├── fribidi-1.0.12-2.fc37.x86_64.rpm
│   │   │   ├── fstrm-0.6.1-5.fc37.x86_64.rpm
│   │   │   ├── ftp-0.17-90.fc37.x86_64.rpm
│   │   │   ├── fuse-2.9.9-15.fc37.x86_64.rpm
│   │   │   ├── fuse-common-3.10.5-5.fc37.x86_64.rpm
│   │   │   ├── fuse-libs-2.9.9-15.fc37.x86_64.rpm
│   │   │   ├── fuse-overlayfs-1.12-1.fc37.x86_64.rpm
│   │   │   ├── fuse3-3.10.5-5.fc37.x86_64.rpm
│   │   │   ├── fuse3-libs-3.10.5-5.fc37.x86_64.rpm
│   │   │   ├── fxload-2008_10_13-22.fc37.x86_64.rpm
│   │   │   ├── gawk-5.1.1-4.fc37.x86_64.rpm
│   │   │   ├── gawk-all-langpacks-5.1.1-4.fc37.x86_64.rpm
│   │   │   ├── gc-8.0.6-4.fc37.x86_64.rpm
│   │   │   ├── gcc-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── gcc-gdb-plugin-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── gcr-libs-3.92.0-1.fc37.x86_64.rpm
│   │   │   ├── gdb-13.2-3.fc37.x86_64.rpm
│   │   │   ├── gdb-gdbserver-13.2-3.fc37.x86_64.rpm
│   │   │   ├── gdb-headless-13.2-3.fc37.x86_64.rpm
│   │   │   ├── gdbm-libs-1.23-2.fc37.x86_64.rpm
│   │   │   ├── gdisk-1.0.9-4.fc37.x86_64.rpm
│   │   │   ├── gdk-pixbuf2-2.42.10-1.fc37.x86_64.rpm
│   │   │   ├── gdk-pixbuf2-modules-2.42.10-1.fc37.x86_64.rpm
│   │   │   ├── geoclue2-2.6.0-3.fc37.x86_64.rpm
│   │   │   ├── geoclue2-libs-2.6.0-3.fc37.x86_64.rpm
│   │   │   ├── geocode-glib-data-3.26.4-1.fc37.x86_64.rpm
│   │   │   ├── geocode-glib2-3.26.4-1.fc37.x86_64.rpm
│   │   │   ├── gettext-envsubst-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── gettext-libs-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── gettext-runtime-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── giflib-5.2.1-17.fc37.x86_64.rpm
│   │   │   ├── glib-networking-2.74.0-1.fc37.x86_64.rpm
│   │   │   ├── glib2-2.74.7-2.fc37.x86_64.rpm
│   │   │   ├── glibc-2.36-18.fc37.x86_64.rpm
│   │   │   ├── glibc-all-langpacks-2.36-18.fc37.x86_64.rpm
│   │   │   ├── glibc-common-2.36-18.fc37.x86_64.rpm
│   │   │   ├── glibc-devel-2.36-18.fc37.x86_64.rpm
│   │   │   ├── glibc-gconv-extra-2.36-18.fc37.x86_64.rpm
│   │   │   ├── glibc-headers-x86-2.36-18.fc37.noarch.rpm
│   │   │   ├── gmp-6.2.1-3.fc37.x86_64.rpm
│   │   │   ├── gnome-control-center-filesystem-43.6-1.fc37.noarch.rpm
│   │   │   ├── gnome-desktop3-43.2-1.fc37.x86_64.rpm
│   │   │   ├── gnome-kiosk-43.0-1.fc37.x86_64.rpm
│   │   │   ├── gnome-settings-daemon-43.0-2.fc37.x86_64.rpm
│   │   │   ├── gnupg2-2.3.8-1.fc37.x86_64.rpm
│   │   │   ├── gnupg2-smime-2.3.8-1.fc37.x86_64.rpm
│   │   │   ├── gnutls-3.8.1-1.fc37.x86_64.rpm
│   │   │   ├── gobject-introspection-1.74.0-1.fc37.x86_64.rpm
│   │   │   ├── google-noto-cjk-fonts-common-20201206-5.fc37.noarch.rpm
│   │   │   ├── google-noto-fonts-common-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-arabic-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-cjk-ttc-fonts-20201206-5.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-ethiopic-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-georgian-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-gurmukhi-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-hebrew-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-mono-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-sinhala-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── gpgme-1.17.0-4.fc37.x86_64.rpm
│   │   │   ├── graphene-1.10.6-4.fc37.x86_64.rpm
│   │   │   ├── graphite2-1.3.14-10.fc37.x86_64.rpm
│   │   │   ├── grep-3.7-4.fc37.x86_64.rpm
│   │   │   ├── grub2-common-2.06-4.fc37.noarch.rpm
│   │   │   ├── grub2-efi-ia32-cdboot-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-efi-ia32-modules-2.06-4.fc37.noarch.rpm
│   │   │   ├── grub2-efi-x64-cdboot-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-efi-x64-modules-2.06-4.fc37.noarch.rpm
│   │   │   ├── grub2-pc-modules-2.06-4.fc37.noarch.rpm
│   │   │   ├── grub2-tools-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-tools-efi-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-tools-extra-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-tools-minimal-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grubby-8.40-66.fc37.x86_64.rpm
│   │   │   ├── gsettings-desktop-schemas-43.0-1.fc37.x86_64.rpm
│   │   │   ├── gsm-1.0.22-1.fc37.x86_64.rpm
│   │   │   ├── gssdp-1.4.1-1.fc37.x86_64.rpm
│   │   │   ├── gssproxy-0.9.1-4.fc37.x86_64.rpm
│   │   │   ├── gstreamer1-1.20.5-1.fc37.x86_64.rpm
│   │   │   ├── gstreamer1-plugins-bad-free-1.20.5-1.fc37.x86_64.rpm
│   │   │   ├── gstreamer1-plugins-base-1.20.5-1.fc37.x86_64.rpm
│   │   │   ├── gstreamer1-plugins-good-1.20.5-1.fc37.x86_64.rpm
│   │   │   ├── gtk-update-icon-cache-3.24.38-1.fc37.x86_64.rpm
│   │   │   ├── gtk3-3.24.38-1.fc37.x86_64.rpm
│   │   │   ├── guile22-2.2.7-6.fc37.x86_64.rpm
│   │   │   ├── gupnp-1.4.4-1.fc37.x86_64.rpm
│   │   │   ├── gupnp-igd-1.2.0-6.fc37.x86_64.rpm
│   │   │   ├── gzip-1.12-2.fc37.x86_64.rpm
│   │   │   ├── harfbuzz-5.2.0-1.fc37.x86_64.rpm
│   │   │   ├── harfbuzz-icu-5.2.0-1.fc37.x86_64.rpm
│   │   │   ├── hdparm-9.65-1.fc37.x86_64.rpm
│   │   │   ├── hexedit-1.6-2.fc37.x86_64.rpm
│   │   │   ├── hfsplus-tools-540.1.linux3-27.fc37.x86_64.rpm
│   │   │   ├── hicolor-icon-theme-0.17-14.fc37.noarch.rpm
│   │   │   ├── highway-1.0.7-1.fc37.x86_64.rpm
│   │   │   ├── hostname-3.23-7.fc37.x86_64.rpm
│   │   │   ├── hunspell-1.7.0-21.fc37.x86_64.rpm
│   │   │   ├── hunspell-en-0.20140811.1-23.fc37.noarch.rpm
│   │   │   ├── hunspell-en-GB-0.20140811.1-23.fc37.noarch.rpm
│   │   │   ├── hunspell-en-US-0.20140811.1-23.fc37.noarch.rpm
│   │   │   ├── hunspell-filesystem-1.7.0-21.fc37.x86_64.rpm
│   │   │   ├── hwdata-0.376-1.fc37.noarch.rpm
│   │   │   ├── hyphen-2.8.8-18.fc37.x86_64.rpm
│   │   │   ├── ibus-libs-1.5.27-5.fc37.x86_64.rpm
│   │   │   ├── iio-sensor-proxy-3.4-2.fc37.x86_64.rpm
│   │   │   ├── ima-evm-utils-1.4-6.fc37.x86_64.rpm
│   │   │   ├── inih-57-1.fc37.x86_64.rpm
│   │   │   ├── iniparser-4.1-11.fc37.x86_64.rpm
│   │   │   ├── initscripts-10.19-1.fc37.x86_64.rpm
│   │   │   ├── initscripts-rename-device-10.19-1.fc37.x86_64.rpm
│   │   │   ├── initscripts-service-10.19-1.fc37.noarch.rpm
│   │   │   ├── intel-audio-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── intel-gpu-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── intel-vsc-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── ipmitool-1.8.18-26.fc37.x86_64.rpm
│   │   │   ├── iproute-5.18.0-2.fc37.x86_64.rpm
│   │   │   ├── iputils-20221126-1.fc37.x86_64.rpm
│   │   │   ├── ipxe-roms-qemu-20220210-2.git64113751.fc37.noarch.rpm
│   │   │   ├── iscsi-initiator-utils-6.2.1.4-6.git2a8f9d8.fc37.x86_64.rpm
│   │   │   ├── iscsi-initiator-utils-iscsiuio-6.2.1.4-6.git2a8f9d8.fc37.x86_64.rpm
│   │   │   ├── isns-utils-libs-0.101-5.fc37.x86_64.rpm
│   │   │   ├── iso-codes-4.11.0-1.fc37.noarch.rpm
│   │   │   ├── isomd5sum-1.2.3-17.fc37.x86_64.rpm
│   │   │   ├── iwlegacy-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── iwlwifi-dvm-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── iwlwifi-mvm-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── jansson-2.13.1-5.fc37.x86_64.rpm
│   │   │   ├── javascriptcoregtk4.1-2.42.2-1.fc37.x86_64.rpm
│   │   │   ├── jbigkit-libs-2.1-24.fc37.x86_64.rpm
│   │   │   ├── jemalloc-5.3.0-2.fc37.x86_64.rpm
│   │   │   ├── jfsutils-1.1.15-23.fc37.x86_64.rpm
│   │   │   ├── jitterentropy-3.4.1-3.fc37.x86_64.rpm
│   │   │   ├── jomolhari-fonts-0.003-36.fc37.noarch.rpm
│   │   │   ├── js-jquery-3.6.0-3.fc37.noarch.rpm
│   │   │   ├── json-c-0.17-1.fc37.x86_64.rpm
│   │   │   ├── json-glib-1.6.6-3.fc37.x86_64.rpm
│   │   │   ├── jxl-pixbuf-loader-0.7.0-5.fc37.x86_64.rpm
│   │   │   ├── kbd-2.5.1-3.fc37.x86_64.rpm
│   │   │   ├── kbd-legacy-2.5.1-3.fc37.noarch.rpm
│   │   │   ├── kbd-misc-2.5.1-3.fc37.noarch.rpm
│   │   │   ├── kdump-anaconda-addon-006-7.20220714git7ca2d3e.fc37.noarch.rpm
│   │   │   ├── kernel-6.6.36-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-headers-6.5.4-100.fc37.x86_64.rpm
│   │   │   ├── kernel-latest-6.9.10-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-latest-modules-6.9.10-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-modules-6.6.36-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kexec-tools-2.0.25-1.fc37.x86_64.rpm
│   │   │   ├── keybinder3-0.3.2-14.fc37.x86_64.rpm
│   │   │   ├── keyutils-1.6.1-5.fc37.x86_64.rpm
│   │   │   ├── keyutils-libs-1.6.1-5.fc37.x86_64.rpm
│   │   │   ├── khmer-os-system-fonts-5.0-36.fc37.noarch.rpm
│   │   │   ├── kmod-30-2.fc37.x86_64.rpm
│   │   │   ├── kmod-libs-30-2.fc37.x86_64.rpm
│   │   │   ├── kpartx-0.9.0-4.fc37.x86_64.rpm
│   │   │   ├── krb5-libs-1.19.2-13.fc37.x86_64.rpm
│   │   │   ├── lame-libs-3.100-13.fc37.x86_64.rpm
│   │   │   ├── langpacks-core-font-en-3.0-26.fc37.noarch.rpm
│   │   │   ├── langtable-0.0.64-1.fc37.noarch.rpm
│   │   │   ├── lcms2-2.14-1.fc37.x86_64.rpm
│   │   │   ├── less-633-1.fc37.x86_64.rpm
│   │   │   ├── libICE-1.0.10-9.fc37.x86_64.rpm
│   │   │   ├── libSM-1.2.3-11.fc37.x86_64.rpm
│   │   │   ├── libX11-1.8.4-1.fc37.x86_64.rpm
│   │   │   ├── libX11-common-1.8.4-1.fc37.noarch.rpm
│   │   │   ├── libX11-xcb-1.8.4-1.fc37.x86_64.rpm
│   │   │   ├── libXScrnSaver-1.2.3-11.fc37.x86_64.rpm
│   │   │   ├── libXau-1.0.10-1.fc37.x86_64.rpm
│   │   │   ├── libXcomposite-0.4.5-8.fc37.x86_64.rpm
│   │   │   ├── libXcursor-1.2.1-2.fc37.x86_64.rpm
│   │   │   ├── libXdamage-1.1.5-8.fc37.x86_64.rpm
│   │   │   ├── libXdmcp-1.1.3-9.fc37.x86_64.rpm
│   │   │   ├── libXext-1.3.4-9.fc37.x86_64.rpm
│   │   │   ├── libXfixes-6.0.0-4.fc37.x86_64.rpm
│   │   │   ├── libXfont2-2.0.3-13.fc37.x86_64.rpm
│   │   │   ├── libXft-2.3.4-3.fc37.x86_64.rpm
│   │   │   ├── libXi-1.8-3.fc37.x86_64.rpm
│   │   │   ├── libXinerama-1.1.4-11.fc37.x86_64.rpm
│   │   │   ├── libXmu-1.1.3-9.fc37.x86_64.rpm
│   │   │   ├── libXrandr-1.5.2-9.fc37.x86_64.rpm
│   │   │   ├── libXrender-0.9.10-17.fc37.x86_64.rpm
│   │   │   ├── libXt-1.2.1-3.fc37.x86_64.rpm
│   │   │   ├── libXtst-1.2.3-17.fc37.x86_64.rpm
│   │   │   ├── libXv-1.0.11-17.fc37.x86_64.rpm
│   │   │   ├── libXvMC-1.0.12-8.fc37.x86_64.rpm
│   │   │   ├── libXxf86vm-1.1.4-19.fc37.x86_64.rpm
│   │   │   ├── libacl-2.3.1-4.fc37.x86_64.rpm
│   │   │   ├── libaio-0.3.111-14.fc37.x86_64.rpm
│   │   │   ├── libaom-3.7.0-1.fc37.x86_64.rpm
│   │   │   ├── libarchive-3.6.1-3.fc37.x86_64.rpm
│   │   │   ├── libargon2-20190702-1.fc37.x86_64.rpm
│   │   │   ├── libassuan-2.5.5-5.fc37.x86_64.rpm
│   │   │   ├── libasyncns-0.8-23.fc37.x86_64.rpm
│   │   │   ├── libatasmart-0.19-23.fc37.x86_64.rpm
│   │   │   ├── libatomic-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libattr-2.5.1-5.fc37.x86_64.rpm
│   │   │   ├── libavif-0.11.1-4.fc37.x86_64.rpm
│   │   │   ├── libb2-0.98.1-7.fc37.x86_64.rpm
│   │   │   ├── libbabeltrace-1.5.8-12.fc37.x86_64.rpm
│   │   │   ├── libbasicobjects-0.1.1-52.fc37.x86_64.rpm
│   │   │   ├── libblkid-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libblockdev-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-btrfs-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-crypto-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-dm-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-fs-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-kbd-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-loop-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-lvm-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-lvm-dbus-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-mdraid-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-mpath-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-nvdimm-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-part-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-plugins-all-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-swap-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-utils-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libbpf-0.8.0-2.fc37.x86_64.rpm
│   │   │   ├── libbrotli-1.0.9-9.fc37.x86_64.rpm
│   │   │   ├── libbytesize-2.10-1.fc37.x86_64.rpm
│   │   │   ├── libcanberra-0.30-29.fc37.x86_64.rpm
│   │   │   ├── libcanberra-gtk3-0.30-29.fc37.x86_64.rpm
│   │   │   ├── libcap-2.48-5.fc37.x86_64.rpm
│   │   │   ├── libcap-ng-0.8.3-3.fc37.x86_64.rpm
│   │   │   ├── libcbor-0.7.0-7.fc37.x86_64.rpm
│   │   │   ├── libcloudproviders-0.3.1-6.fc37.x86_64.rpm
│   │   │   ├── libcollection-0.7.0-52.fc37.x86_64.rpm
│   │   │   ├── libcom_err-1.46.5-3.fc37.x86_64.rpm
│   │   │   ├── libcomps-0.1.20-1.fc37.x86_64.rpm
│   │   │   ├── libconfig-1.7.3-4.fc37.x86_64.rpm
│   │   │   ├── libcue-2.2.1-13.fc37.x86_64.rpm
│   │   │   ├── libcurl-7.85.0-12.fc37.x86_64.rpm
│   │   │   ├── libdaemon-0.14-24.fc37.x86_64.rpm
│   │   │   ├── libdatrie-0.2.13-4.fc37.x86_64.rpm
│   │   │   ├── libdav1d-1.2.1-1.fc37.x86_64.rpm
│   │   │   ├── libdb-5.3.28-53.fc37.x86_64.rpm
│   │   │   ├── libdnf-0.72.0-1.fc37.x86_64.rpm
│   │   │   ├── libdrm-2.4.117-1.fc37.x86_64.rpm
│   │   │   ├── libdvdnav-6.1.1-4.fc37.x86_64.rpm
│   │   │   ├── libdvdread-6.1.3-2.fc37.x86_64.rpm
│   │   │   ├── libeconf-0.5.2-1.fc37.x86_64.rpm
│   │   │   ├── libedit-3.1-43.20221009cvs.fc37.x86_64.rpm
│   │   │   ├── libepoxy-1.5.10-2.fc37.x86_64.rpm
│   │   │   ├── libertas-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── libestr-0.1.11-4.fc37.x86_64.rpm
│   │   │   ├── libev-4.33-6.fc37.x86_64.rpm
│   │   │   ├── libevdev-1.13.0-1.fc37.x86_64.rpm
│   │   │   ├── libevent-2.1.12-7.fc37.x86_64.rpm
│   │   │   ├── libexif-0.6.24-3.fc37.x86_64.rpm
│   │   │   ├── libfastjson-0.99.9-4.fc37.x86_64.rpm
│   │   │   ├── libfdisk-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libffi-3.4.4-1.fc37.x86_64.rpm
│   │   │   ├── libfido2-1.11.0-3.fc37.x86_64.rpm
│   │   │   ├── libfontenc-1.1.4-4.fc37.x86_64.rpm
│   │   │   ├── libfsverity-1.4-8.fc37.x86_64.rpm
│   │   │   ├── libgcc-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libgcrypt-1.10.1-4.fc37.x86_64.rpm
│   │   │   ├── libgexiv2-0.14.0-4.fc37.x86_64.rpm
│   │   │   ├── libglvnd-1.5.0-1.fc37.x86_64.rpm
│   │   │   ├── libglvnd-egl-1.5.0-1.fc37.x86_64.rpm
│   │   │   ├── libglvnd-gles-1.5.0-1.fc37.x86_64.rpm
│   │   │   ├── libglvnd-glx-1.5.0-1.fc37.x86_64.rpm
│   │   │   ├── libgnomekbd-3.28.1-1.fc37.x86_64.rpm
│   │   │   ├── libgomp-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libgpg-error-1.46-1.fc37.x86_64.rpm
│   │   │   ├── libgrss-0.7.0-15.fc37.x86_64.rpm
│   │   │   ├── libgsf-1.14.47-6.fc37.x86_64.rpm
│   │   │   ├── libgudev-237-3.fc37.x86_64.rpm
│   │   │   ├── libgusb-0.4.5-1.fc37.x86_64.rpm
│   │   │   ├── libgweather4-4.2.0-1.fc37.x86_64.rpm
│   │   │   ├── libgxps-0.3.2-4.fc37.x86_64.rpm
│   │   │   ├── libhandy-1.8.2-1.fc37.x86_64.rpm
│   │   │   ├── libibverbs-41.0-1.fc37.x86_64.rpm
│   │   │   ├── libicu-71.1-2.fc37.x86_64.rpm
│   │   │   ├── libidn2-2.3.4-1.fc37.x86_64.rpm
│   │   │   ├── libini_config-1.3.1-52.fc37.x86_64.rpm
│   │   │   ├── libinput-1.22.1-1.fc37.x86_64.rpm
│   │   │   ├── libipt-2.0.5-2.fc37.x86_64.rpm
│   │   │   ├── libiptcdata-1.0.5-12.fc37.x86_64.rpm
│   │   │   ├── libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm
│   │   │   ├── libjxl-0.7.0-5.fc37.x86_64.rpm
│   │   │   ├── libkcapi-1.4.0-2.fc37.x86_64.rpm
│   │   │   ├── libkcapi-hmaccalc-1.4.0-2.fc37.x86_64.rpm
│   │   │   ├── libksba-1.6.3-1.fc37.x86_64.rpm
│   │   │   ├── libldac-2.0.2.3-11.fc37.x86_64.rpm
│   │   │   ├── libmanette-0.2.6-5.fc37.x86_64.rpm
│   │   │   ├── libmaxminddb-1.8.0-1.fc37.x86_64.rpm
│   │   │   ├── libmetalink-0.1.3-28.fc37.x86_64.rpm
│   │   │   ├── libmnl-1.0.5-1.fc37.x86_64.rpm
│   │   │   ├── libmodulemd-2.15.0-2.fc37.x86_64.rpm
│   │   │   ├── libmount-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libmpc-1.2.1-5.fc37.x86_64.rpm
│   │   │   ├── libndp-1.8-4.fc37.x86_64.rpm
│   │   │   ├── libnfsidmap-2.6.3-0.fc37.x86_64.rpm
│   │   │   ├── libnghttp2-1.51.0-2.fc37.x86_64.rpm
│   │   │   ├── libnice-0.1.19-2.fc37.x86_64.rpm
│   │   │   ├── libnl3-3.7.0-2.fc37.x86_64.rpm
│   │   │   ├── libnl3-cli-3.7.0-2.fc37.x86_64.rpm
│   │   │   ├── libnotify-0.8.2-1.fc37.x86_64.rpm
│   │   │   ├── libnsl2-2.0.0-4.fc37.x86_64.rpm
│   │   │   ├── libogg-1.3.5-4.fc37.x86_64.rpm
│   │   │   ├── libosinfo-1.10.0-5.fc37.x86_64.rpm
│   │   │   ├── libpath_utils-0.2.1-52.fc37.x86_64.rpm
│   │   │   ├── libpcap-1.10.4-1.fc37.x86_64.rpm
│   │   │   ├── libpciaccess-0.16-7.fc37.x86_64.rpm
│   │   │   ├── libpkgconf-1.8.0-3.fc37.x86_64.rpm
│   │   │   ├── libpng-1.6.37-13.fc37.x86_64.rpm
│   │   │   ├── libproxy-0.4.18-3.fc37.x86_64.rpm
│   │   │   ├── libproxy-duktape-0.4.18-3.fc37.x86_64.rpm
│   │   │   ├── libpsl-0.21.1-6.fc37.x86_64.rpm
│   │   │   ├── libpwquality-1.4.5-3.fc37.x86_64.rpm
│   │   │   ├── libref_array-0.1.5-52.fc37.x86_64.rpm
│   │   │   ├── librepo-1.17.0-1.fc37.x86_64.rpm
│   │   │   ├── libreport-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-anaconda-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-cli-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-filesystem-2.17.11-1.fc37.noarch.rpm
│   │   │   ├── libreport-gtk-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-plugin-bugzilla-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-plugin-reportuploader-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-web-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── librsvg2-2.54.6-1.fc37.x86_64.rpm
│   │   │   ├── libsbc-1.5-4.fc37.x86_64.rpm
│   │   │   ├── libseccomp-2.5.3-3.fc37.x86_64.rpm
│   │   │   ├── libsecret-0.20.5-2.fc37.x86_64.rpm
│   │   │   ├── libselinux-3.5-1.fc37.x86_64.rpm
│   │   │   ├── libselinux-utils-3.5-1.fc37.x86_64.rpm
│   │   │   ├── libsemanage-3.5-2.fc37.x86_64.rpm
│   │   │   ├── libsepol-3.5-1.fc37.x86_64.rpm
│   │   │   ├── libshout-2.4.6-1.fc37.x86_64.rpm
│   │   │   ├── libsigsegv-2.14-3.fc37.x86_64.rpm
│   │   │   ├── libsmartcols-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libsndfile-1.1.0-4.fc37.x86_64.rpm
│   │   │   ├── libsolv-0.7.25-1.fc37.x86_64.rpm
│   │   │   ├── libsoup-2.74.3-1.fc37.x86_64.rpm
│   │   │   ├── libsoup3-3.2.2-3.fc37.x86_64.rpm
│   │   │   ├── libsrtp-2.3.0-9.fc37.x86_64.rpm
│   │   │   ├── libss-1.46.5-3.fc37.x86_64.rpm
│   │   │   ├── libssh-0.10.5-1.fc37.x86_64.rpm
│   │   │   ├── libssh-config-0.10.5-1.fc37.noarch.rpm
│   │   │   ├── libstdc++-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libstemmer-0-19.585svn.fc37.x86_64.rpm
│   │   │   ├── libsysfs-2.1.1-4.fc37.x86_64.rpm
│   │   │   ├── libtasn1-4.19.0-1.fc37.x86_64.rpm
│   │   │   ├── libtdb-1.4.7-3.fc37.x86_64.rpm
│   │   │   ├── libteam-1.31-6.fc37.x86_64.rpm
│   │   │   ├── libthai-0.1.29-3.fc37.x86_64.rpm
│   │   │   ├── libtheora-1.1.1-32.fc37.x86_64.rpm
│   │   │   ├── libtiff-4.4.0-4.fc37.x86_64.rpm
│   │   │   ├── libtimezonemap-0.4.5.2-1.fc37.x86_64.rpm
│   │   │   ├── libtirpc-1.3.3-1.rc1.fc37.x86_64.rpm
│   │   │   ├── libtool-ltdl-2.4.7-2.fc37.x86_64.rpm
│   │   │   ├── libtracker-sparql-3.4.2-1.fc37.x86_64.rpm
│   │   │   ├── libudisks2-2.9.4-5.fc37.x86_64.rpm
│   │   │   ├── libunistring-1.0-2.fc37.x86_64.rpm
│   │   │   ├── libunwind-1.6.2-5.fc37.x86_64.rpm
│   │   │   ├── liburing-2.3-1.fc37.x86_64.rpm
│   │   │   ├── libusb1-1.0.25-9.fc37.x86_64.rpm
│   │   │   ├── libutempter-1.2.1-7.fc37.x86_64.rpm
│   │   │   ├── libuuid-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libuv-1.46.0-1.fc37.x86_64.rpm
│   │   │   ├── libv4l-1.22.1-4.fc37.x86_64.rpm
│   │   │   ├── libva-2.16.0-1.fc37.x86_64.rpm
│   │   │   ├── libverto-0.3.2-4.fc37.x86_64.rpm
│   │   │   ├── libverto-libev-0.3.2-4.fc37.x86_64.rpm
│   │   │   ├── libvisual-0.4.0-36.fc37.x86_64.rpm
│   │   │   ├── libvmaf-2.3.0-4.fc37.x86_64.rpm
│   │   │   ├── libvorbis-1.3.7-6.fc37.x86_64.rpm
│   │   │   ├── libvpx-1.12.0-4.fc37.x86_64.rpm
│   │   │   ├── libwacom-2.6.0-1.fc37.x86_64.rpm
│   │   │   ├── libwacom-data-2.6.0-1.fc37.noarch.rpm
│   │   │   ├── libwayland-client-1.21.0-1.fc37.x86_64.rpm
│   │   │   ├── libwayland-cursor-1.21.0-1.fc37.x86_64.rpm
│   │   │   ├── libwayland-egl-1.21.0-1.fc37.x86_64.rpm
│   │   │   ├── libwayland-server-1.21.0-1.fc37.x86_64.rpm
│   │   │   ├── libwebp-1.3.2-2.fc37.x86_64.rpm
│   │   │   ├── libwpe-1.14.0-1.fc37.x86_64.rpm
│   │   │   ├── libxcb-1.13.1-10.fc37.x86_64.rpm
│   │   │   ├── libxcrypt-4.4.36-1.fc37.x86_64.rpm
│   │   │   ├── libxcrypt-compat-4.4.36-1.fc37.x86_64.rpm
│   │   │   ├── libxcrypt-devel-4.4.36-1.fc37.x86_64.rpm
│   │   │   ├── libxkbcommon-1.4.1-2.fc37.x86_64.rpm
│   │   │   ├── libxkbcommon-x11-1.4.1-2.fc37.x86_64.rpm
│   │   │   ├── libxkbfile-1.1.0-9.fc37.x86_64.rpm
│   │   │   ├── libxklavier-5.4-21.fc37.x86_64.rpm
│   │   │   ├── libxml2-2.10.4-1.fc37.x86_64.rpm
│   │   │   ├── libxshmfence-1.3-11.fc37.x86_64.rpm
│   │   │   ├── libxslt-1.1.39-1.fc37.x86_64.rpm
│   │   │   ├── libyaml-0.2.5-8.fc37.x86_64.rpm
│   │   │   ├── libzstd-1.5.5-1.fc37.x86_64.rpm
│   │   │   ├── lilv-libs-0.24.14-3.fc37.x86_64.rpm
│   │   │   ├── linux-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── linux-firmware-vendor-20221206-1.fc37.noarch.rpm
│   │   │   ├── linux-firmware-whence-20240513-1.fc37.noarch.rpm
│   │   │   ├── lldpad-1.1.0-6.git85e5583.fc37.x86_64.rpm
│   │   │   ├── llvm-libs-15.0.7-2.fc37.x86_64.rpm
│   │   │   ├── lmdb-libs-0.9.31-1.fc37.x86_64.rpm
│   │   │   ├── logrotate-3.20.1-3.fc37.x86_64.rpm
│   │   │   ├── lohit-assamese-fonts-2.91.5-14.fc37.noarch.rpm
│   │   │   ├── lohit-bengali-fonts-2.91.5-14.fc37.noarch.rpm
│   │   │   ├── lohit-devanagari-fonts-2.95.5-4.fc37.noarch.rpm
│   │   │   ├── lohit-gujarati-fonts-2.92.4-14.fc37.noarch.rpm
│   │   │   ├── lohit-kannada-fonts-2.5.4-13.fc37.noarch.rpm
│   │   │   ├── lohit-marathi-fonts-2.94.2-15.fc37.noarch.rpm
│   │   │   ├── lohit-odia-fonts-2.91.2-14.fc37.noarch.rpm
│   │   │   ├── lohit-tamil-fonts-2.91.3-14.fc37.noarch.rpm
│   │   │   ├── lohit-telugu-fonts-2.5.5-13.fc37.noarch.rpm
│   │   │   ├── low-memory-monitor-2.1-6.fc37.x86_64.rpm
│   │   │   ├── lsof-4.94.0-4.fc37.x86_64.rpm
│   │   │   ├── lua-libs-5.4.4-9.fc37.x86_64.rpm
│   │   │   ├── lvm2-2.03.09-6.fc37.x86_64.rpm
│   │   │   ├── lvm2-dbusd-2.03.09-6.fc37.noarch.rpm
│   │   │   ├── lvm2-libs-2.03.09-6.fc37.x86_64.rpm
│   │   │   ├── lz4-libs-1.9.4-1.fc37.x86_64.rpm
│   │   │   ├── lzo-2.10-7.fc37.x86_64.rpm
│   │   │   ├── make-4.3-11.fc37.x86_64.rpm
│   │   │   ├── malcontent-libs-0.11.0-1.fc37.x86_64.rpm
│   │   │   ├── mdadm-4.2-2.fc37.x86_64.rpm
│   │   │   ├── memstrack-0.2.4-3.fc37.x86_64.rpm
│   │   │   ├── mesa-dri-drivers-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-filesystem-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libEGL-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libGL-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libgbm-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libglapi-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libxatracker-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-va-drivers-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-vulkan-drivers-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mkpasswd-5.5.18-1.fc37.x86_64.rpm
│   │   │   ├── mozjs102-102.15.1-1.fc37.x86_64.rpm
│   │   │   ├── mpdecimal-2.5.1-4.fc37.x86_64.rpm
│   │   │   ├── mpfr-4.1.0-10.fc37.x86_64.rpm
│   │   │   ├── mpg123-libs-1.31.3-1.fc37.x86_64.rpm
│   │   │   ├── mt-st-1.4-9.fc37.x86_64.rpm
│   │   │   ├── mt7xxx-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── mtdev-1.1.6-4.fc37.x86_64.rpm
│   │   │   ├── mtr-0.95-5.fc37.x86_64.rpm
│   │   │   ├── mutter-43.8-1.fc37.x86_64.rpm
│   │   │   ├── mutter-common-43.8-1.fc37.noarch.rpm
│   │   │   ├── nano-6.4-1.fc37.x86_64.rpm
│   │   │   ├── nano-default-editor-6.4-1.fc37.noarch.rpm
│   │   │   ├── ncurses-base-6.4-3.20230114.fc37.noarch.rpm
│   │   │   ├── ncurses-libs-6.4-3.20230114.fc37.x86_64.rpm
│   │   │   ├── ndctl-78-1.fc37.x86_64.rpm
│   │   │   ├── ndctl-libs-78-1.fc37.x86_64.rpm
│   │   │   ├── net-tools-2.0-0.64.20160912git.fc37.x86_64.rpm
│   │   │   ├── nettle-3.8-2.fc37.x86_64.rpm
│   │   │   ├── nfs-utils-2.6.3-0.fc37.x86_64.rpm
│   │   │   ├── nmap-ncat-7.93-1.fc37.x86_64.rpm
│   │   │   ├── npth-1.6-9.fc37.x86_64.rpm
│   │   │   ├── nspr-4.35.0-11.fc37.x86_64.rpm
│   │   │   ├── nss-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── nss-softokn-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── nss-softokn-freebl-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── nss-sysinit-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── nss-tools-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── nss-util-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── ntfs-3g-2022.10.3-1.fc37.x86_64.rpm
│   │   │   ├── ntfs-3g-libs-2022.10.3-1.fc37.x86_64.rpm
│   │   │   ├── ntfs-3g-system-compression-1.0-10.fc37.x86_64.rpm
│   │   │   ├── ntfsprogs-2022.10.3-1.fc37.x86_64.rpm
│   │   │   ├── nvidia-gpu-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── nxpwireless-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── openjpeg2-2.5.0-5.fc37.x86_64.rpm
│   │   │   ├── openldap-2.6.6-1.fc37.x86_64.rpm
│   │   │   ├── openssh-9.3p1-11.fc37.x86_64.rpm
│   │   │   ├── openssh-clients-9.3p1-11.fc37.x86_64.rpm
│   │   │   ├── openssh-server-9.3p1-11.fc37.x86_64.rpm
│   │   │   ├── openssl-libs-3.0.9-1.fc37.x86_64.rpm
│   │   │   ├── openssl-pkcs11-0.4.12-2.fc37.x86_64.rpm
│   │   │   ├── opus-1.3.1-11.fc37.x86_64.rpm
│   │   │   ├── orc-0.4.31-8.fc37.x86_64.rpm
│   │   │   ├── osinfo-db-20231027-1.fc37.noarch.rpm
│   │   │   ├── osinfo-db-tools-1.10.0-6.fc37.x86_64.rpm
│   │   │   ├── ostree-2022.7-2.fc37.x86_64.rpm
│   │   │   ├── ostree-libs-2022.7-2.fc37.x86_64.rpm
│   │   │   ├── p11-kit-0.25.3-1.fc37.x86_64.rpm
│   │   │   ├── p11-kit-trust-0.25.3-1.fc37.x86_64.rpm
│   │   │   ├── paktype-naskh-basic-fonts-6.0-4.fc37.noarch.rpm
│   │   │   ├── pam-1.5.2-14.fc37.x86_64.rpm
│   │   │   ├── pam-libs-1.5.2-14.fc37.x86_64.rpm
│   │   │   ├── pango-1.50.14-1.fc37.x86_64.rpm
│   │   │   ├── parted-3.5-6.fc37.x86_64.rpm
│   │   │   ├── pciutils-3.9.0-2.fc37.x86_64.rpm
│   │   │   ├── pciutils-libs-3.9.0-2.fc37.x86_64.rpm
│   │   │   ├── pcmciautils-018-23.fc37.x86_64.rpm
│   │   │   ├── pcre-8.45-1.fc37.2.x86_64.rpm
│   │   │   ├── pcre2-10.40-1.fc37.1.x86_64.rpm
│   │   │   ├── pcre2-syntax-10.40-1.fc37.1.noarch.rpm
│   │   │   ├── pcre2-utf32-10.40-1.fc37.1.x86_64.rpm
│   │   │   ├── pcsc-lite-1.9.9-1.fc37.x86_64.rpm
│   │   │   ├── pcsc-lite-ccid-1.5.0-2.fc37.x86_64.rpm
│   │   │   ├── pcsc-lite-libs-1.9.9-1.fc37.x86_64.rpm
│   │   │   ├── pigz-2.7-2.fc37.x86_64.rpm
│   │   │   ├── pinentry-1.2.1-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-alsa-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-jack-audio-connection-kit-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-jack-audio-connection-kit-libs-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-libs-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-pulseaudio-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pixman-0.40.0-6.fc37.x86_64.rpm
│   │   │   ├── pkgconf-1.8.0-3.fc37.x86_64.rpm
│   │   │   ├── pkgconf-m4-1.8.0-3.fc37.noarch.rpm
│   │   │   ├── pkgconf-pkg-config-1.8.0-3.fc37.x86_64.rpm
│   │   │   ├── plymouth-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-core-libs-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-graphics-libs-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-plugin-label-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-plugin-script-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-scripts-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── policycoreutils-3.5-1.fc37.x86_64.rpm
│   │   │   ├── policycoreutils-python-utils-3.5-1.fc37.noarch.rpm
│   │   │   ├── polkit-121-4.fc37.2.x86_64.rpm
│   │   │   ├── polkit-gnome-0.106-0.12.20170423gita0763a2.fc37.x86_64.rpm
│   │   │   ├── polkit-libs-121-4.fc37.2.x86_64.rpm
│   │   │   ├── polkit-pkla-compat-0.1-22.fc37.x86_64.rpm
│   │   │   ├── poppler-22.08.0-5.fc37.x86_64.rpm
│   │   │   ├── poppler-data-0.4.11-3.fc37.noarch.rpm
│   │   │   ├── poppler-glib-22.08.0-5.fc37.x86_64.rpm
│   │   │   ├── popt-1.19-1.fc37.x86_64.rpm
│   │   │   ├── procps-ng-3.3.17-6.fc37.3.x86_64.rpm
│   │   │   ├── protobuf-c-1.4.1-2.fc37.x86_64.rpm
│   │   │   ├── psmisc-23.4-4.fc37.x86_64.rpm
│   │   │   ├── publicsuffix-list-dafsa-20230812-1.fc37.noarch.rpm
│   │   │   ├── pulseaudio-libs-16.1-4.fc37.x86_64.rpm
│   │   │   ├── pulseaudio-libs-glib2-16.1-4.fc37.x86_64.rpm
│   │   │   ├── python-pip-wheel-22.2.2-3.fc37.noarch.rpm
│   │   │   ├── python-setuptools-wheel-62.6.0-3.fc37.noarch.rpm
│   │   │   ├── python-systemd-doc-235-1.fc37.x86_64.rpm
│   │   │   ├── python-unversioned-command-3.11.6-1.fc37.noarch.rpm
│   │   │   ├── python3-3.11.6-1.fc37.x86_64.rpm
│   │   │   ├── python3-audit-3.1.2-5.fc37.x86_64.rpm
│   │   │   ├── python3-blivet-3.5.0-1.fc37.noarch.rpm
│   │   │   ├── python3-blockdev-2.28-2.fc37.x86_64.rpm
│   │   │   ├── python3-bytesize-2.10-1.fc37.x86_64.rpm
│   │   │   ├── python3-cairo-1.21.0-3.fc37.x86_64.rpm
│   │   │   ├── python3-charset-normalizer-2.1.0-2.fc37.noarch.rpm
│   │   │   ├── python3-dasbus-1.6-6.fc37.noarch.rpm
│   │   │   ├── python3-dateutil-2.8.2-4.fc37.noarch.rpm
│   │   │   ├── python3-dbus-1.3.2-1.fc37.x86_64.rpm
│   │   │   ├── python3-distro-1.7.0-3.fc37.noarch.rpm
│   │   │   ├── python3-dnf-4.18.0-2.fc37.noarch.rpm
│   │   │   ├── python3-dnf-plugins-core-4.4.3-1.fc37.noarch.rpm
│   │   │   ├── python3-gobject-3.42.2-2.fc37.x86_64.rpm
│   │   │   ├── python3-gobject-base-3.42.2-2.fc37.x86_64.rpm
│   │   │   ├── python3-gobject-base-noarch-3.42.2-2.fc37.noarch.rpm
│   │   │   ├── python3-hawkey-0.72.0-1.fc37.x86_64.rpm
│   │   │   ├── python3-idna-3.3-4.fc37.noarch.rpm
│   │   │   ├── python3-kickstart-3.41-1.fc37.noarch.rpm
│   │   │   ├── python3-langtable-0.0.64-1.fc37.noarch.rpm
│   │   │   ├── python3-libcomps-0.1.20-1.fc37.x86_64.rpm
│   │   │   ├── python3-libdnf-0.72.0-1.fc37.x86_64.rpm
│   │   │   ├── python3-libreport-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── python3-libs-3.11.6-1.fc37.x86_64.rpm
│   │   │   ├── python3-libselinux-3.5-1.fc37.x86_64.rpm
│   │   │   ├── python3-libsemanage-3.5-2.fc37.x86_64.rpm
│   │   │   ├── python3-meh-0.50-7.fc37.noarch.rpm
│   │   │   ├── python3-meh-gui-0.50-7.fc37.noarch.rpm
│   │   │   ├── python3-packaging-21.3-6.fc37.noarch.rpm
│   │   │   ├── python3-pid-2.2.3-15.fc37.noarch.rpm
│   │   │   ├── python3-policycoreutils-3.5-1.fc37.noarch.rpm
│   │   │   ├── python3-productmd-1.37-1.fc37.noarch.rpm
│   │   │   ├── python3-pwquality-1.4.5-3.fc37.x86_64.rpm
│   │   │   ├── python3-pyatspi-2.46.0-1.fc37.noarch.rpm
│   │   │   ├── python3-pyparsing-3.0.9-2.fc37.noarch.rpm
│   │   │   ├── python3-pyparted-3.12.0-6.fc37.x86_64.rpm
│   │   │   ├── python3-pysocks-1.7.1-15.fc37.noarch.rpm
│   │   │   ├── python3-pyudev-0.23.2-3.fc37.noarch.rpm
│   │   │   ├── python3-requests-2.28.1-3.fc37.noarch.rpm
│   │   │   ├── python3-requests-file-1.5.1-7.fc37.noarch.rpm
│   │   │   ├── python3-requests-ftp-0.3.1-26.fc37.noarch.rpm
│   │   │   ├── python3-rpm-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── python3-setools-4.4.0-9.fc37.x86_64.rpm
│   │   │   ├── python3-setuptools-62.6.0-3.fc37.noarch.rpm
│   │   │   ├── python3-simpleline-1.9.0-4.fc37.noarch.rpm
│   │   │   ├── python3-six-1.16.0-8.fc37.noarch.rpm
│   │   │   ├── python3-systemd-235-1.fc37.x86_64.rpm
│   │   │   ├── python3-unbound-1.18.0-1.fc37.x86_64.rpm
│   │   │   ├── python3-urllib3+socks-1.26.18-1.fc37.noarch.rpm
│   │   │   ├── python3-urllib3-1.26.18-1.fc37.noarch.rpm
│   │   │   ├── qcom-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── qed-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── qemu-img-7.0.0-15.fc37.x86_64.rpm
│   │   │   ├── qrencode-libs-4.1.1-3.fc37.x86_64.rpm
│   │   │   ├── qubes-artwork-4.2.1-1.fc37.noarch.rpm
│   │   │   ├── qubes-artwork-anaconda-4.2.1-1.fc37.noarch.rpm
│   │   │   ├── qubes-artwork-plymouth-4.2.1-1.fc37.noarch.rpm
│   │   │   ├── qubes-core-dom0-linux-kernel-install-4.2.27-1.fc37.x86_64.rpm
│   │   │   ├── qubes-release-4.2-7.fc37.noarch.rpm
│   │   │   ├── quota-4.06-8.fc37.x86_64.rpm
│   │   │   ├── quota-nls-4.06-8.fc37.noarch.rpm
│   │   │   ├── rav1e-libs-0.6.6-3.fc37.x86_64.rpm
│   │   │   ├── rdma-core-41.0-1.fc37.x86_64.rpm
│   │   │   ├── readline-8.2-2.fc37.x86_64.rpm
│   │   │   ├── realmd-0.17.0-11.fc37.x86_64.rpm
│   │   │   ├── realtek-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── rit-meera-new-fonts-1.5.2-1.fc37.noarch.rpm
│   │   │   ├── rmt-1.6-7.fc37.x86_64.rpm
│   │   │   ├── rng-tools-6.16-1.fc37.x86_64.rpm
│   │   │   ├── rpcbind-1.2.6-3.rc2.fc37.x86_64.rpm
│   │   │   ├── rpm-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rpm-build-libs-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rpm-libs-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rpm-ostree-2023.4-1.fc37.x86_64.rpm
│   │   │   ├── rpm-ostree-libs-2023.4-1.fc37.x86_64.rpm
│   │   │   ├── rpm-plugin-selinux-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rpm-plugin-systemd-inhibit-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rpm-sign-libs-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rsync-3.2.7-1.fc37.x86_64.rpm
│   │   │   ├── rsyslog-8.2204.0-3.fc37.x86_64.rpm
│   │   │   ├── rsyslog-logrotate-8.2204.0-3.fc37.x86_64.rpm
│   │   │   ├── rtkit-0.11-33.fc37.x86_64.rpm
│   │   │   ├── rtl-sdr-0.6.0^20230403git142325a9-2.fc37.x86_64.rpm
│   │   │   ├── satyr-0.42-1.fc37.x86_64.rpm
│   │   │   ├── seabios-bin-1.16.2-1.fc37.noarch.rpm
│   │   │   ├── sed-4.8-11.fc37.x86_64.rpm
│   │   │   ├── selinux-policy-37.23-1.fc37.noarch.rpm
│   │   │   ├── selinux-policy-targeted-37.23-1.fc37.noarch.rpm
│   │   │   ├── serd-0.30.12-2.fc37.x86_64.rpm
│   │   │   ├── setup-2.14.1-2.fc37.noarch.rpm
│   │   │   ├── sg3_utils-1.46-4.fc37.x86_64.rpm
│   │   │   ├── sg3_utils-libs-1.46-4.fc37.x86_64.rpm
│   │   │   ├── sgpio-1.2.0.10-35.fc37.x86_64.rpm
│   │   │   ├── shadow-utils-4.12.3-6.fc37.x86_64.rpm
│   │   │   ├── shared-mime-info-2.2-2.fc37.x86_64.rpm
│   │   │   ├── sil-padauk-fonts-3.003-10.fc37.noarch.rpm
│   │   │   ├── skopeo-1.13.3-1.fc37.x86_64.rpm
│   │   │   ├── smartmontools-7.4-2.fc37.x86_64.rpm
│   │   │   ├── smartmontools-selinux-7.4-2.fc37.noarch.rpm
│   │   │   ├── snappy-1.1.9-5.fc37.x86_64.rpm
│   │   │   ├── sord-0.16.10-3.fc37.x86_64.rpm
│   │   │   ├── sound-theme-freedesktop-0.8-18.fc37.noarch.rpm
│   │   │   ├── soundtouch-2.3.1-3.fc37.x86_64.rpm
│   │   │   ├── source-highlight-3.1.9-15.fc37.x86_64.rpm
│   │   │   ├── speex-1.2.0-12.fc37.x86_64.rpm
│   │   │   ├── sqlite-libs-3.40.0-1.fc37.x86_64.rpm
│   │   │   ├── squashfs-tools-4.5.1-2.fc37.x86_64.rpm
│   │   │   ├── sratom-0.6.10-2.fc37.x86_64.rpm
│   │   │   ├── startup-notification-0.12-24.fc37.x86_64.rpm
│   │   │   ├── strace-6.6-1.fc37.x86_64.rpm
│   │   │   ├── svt-av1-libs-1.1.0-2.fc37.x86_64.rpm
│   │   │   ├── system-storage-manager-1.3-14.fc37.noarch.rpm
│   │   │   ├── systemd-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-boot-unsigned-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-libs-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-networkd-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-pam-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-resolved-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-udev-251.19-1.fc37.x86_64.rpm
│   │   │   ├── taglib-1.12-7.fc37.x86_64.rpm
│   │   │   ├── tar-1.34-6.fc37.x86_64.rpm
│   │   │   ├── teamd-1.31-6.fc37.x86_64.rpm
│   │   │   ├── thai-scalable-fonts-common-0.7.3-3.fc37.noarch.rpm
│   │   │   ├── thai-scalable-waree-fonts-0.7.3-3.fc37.noarch.rpm
│   │   │   ├── tigervnc-license-1.13.1-6.fc37.noarch.rpm
│   │   │   ├── tigervnc-server-minimal-1.13.1-6.fc37.x86_64.rpm
│   │   │   ├── tigervnc-server-module-1.13.1-6.fc37.x86_64.rpm
│   │   │   ├── tiwilink-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── tmux-3.3a-1.fc37.x86_64.rpm
│   │   │   ├── totem-pl-parser-3.26.6-5.fc37.x86_64.rpm
│   │   │   ├── tpm2-tools-5.4-1.fc37.x86_64.rpm
│   │   │   ├── tpm2-tss-3.2.2-1.fc37.x86_64.rpm
│   │   │   ├── tracker-3.4.2-1.fc37.x86_64.rpm
│   │   │   ├── tracker-miners-3.4.6-1.fc37.x86_64.rpm
│   │   │   ├── twolame-libs-0.4.0-1.fc37.x86_64.rpm
│   │   │   ├── tzdata-2023c-1.fc37.noarch.rpm
│   │   │   ├── uchardet-0.0.6-16.fc37.x86_64.rpm
│   │   │   ├── udisks2-2.9.4-5.fc37.x86_64.rpm
│   │   │   ├── udisks2-iscsi-2.9.4-5.fc37.x86_64.rpm
│   │   │   ├── unbound-anchor-1.18.0-1.fc37.x86_64.rpm
│   │   │   ├── unbound-libs-1.18.0-1.fc37.x86_64.rpm
│   │   │   ├── upower-0.99.20-2.fc37.x86_64.rpm
│   │   │   ├── usbutils-015-1.fc37.x86_64.rpm
│   │   │   ├── userspace-rcu-0.13.0-5.fc37.x86_64.rpm
│   │   │   ├── util-linux-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── util-linux-core-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── vazirmatn-vf-fonts-33.003-2.fc37.noarch.rpm
│   │   │   ├── vconfig-1.9-33.fc37.x86_64.rpm
│   │   │   ├── vim-data-9.0.2120-1.fc37.noarch.rpm
│   │   │   ├── vim-minimal-9.0.2120-1.fc37.x86_64.rpm
│   │   │   ├── volume_key-0.3.12-17.fc37.x86_64.rpm
│   │   │   ├── volume_key-libs-0.3.12-17.fc37.x86_64.rpm
│   │   │   ├── vulkan-loader-1.3.216.0-3.fc37.x86_64.rpm
│   │   │   ├── wavpack-5.5.0-2.fc37.x86_64.rpm
│   │   │   ├── web-assets-filesystem-5-18.fc37.noarch.rpm
│   │   │   ├── webkit2gtk4.1-2.42.2-1.fc37.x86_64.rpm
│   │   │   ├── webrtc-audio-processing-0.3.1-9.fc37.x86_64.rpm
│   │   │   ├── wget-1.21.3-4.fc37.x86_64.rpm
│   │   │   ├── which-2.21-39.fc37.x86_64.rpm
│   │   │   ├── whois-nls-5.5.18-1.fc37.noarch.rpm
│   │   │   ├── wireplumber-0.4.14-1.fc37.x86_64.rpm
│   │   │   ├── wireplumber-libs-0.4.14-1.fc37.x86_64.rpm
│   │   │   ├── woff2-1.0.2-15.fc37.x86_64.rpm
│   │   │   ├── wpebackend-fdo-1.14.2-1.fc37.x86_64.rpm
│   │   │   ├── xcb-util-0.4.0-20.fc37.x86_64.rpm
│   │   │   ├── xdg-dbus-proxy-0.1.4-2.fc37.x86_64.rpm
│   │   │   ├── xdg-desktop-portal-1.15.0-4.fc37.x86_64.rpm
│   │   │   ├── xdg-desktop-portal-gtk-1.14.1-1.fc37.x86_64.rpm
│   │   │   ├── xen-hypervisor-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── xen-libs-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── xen-licenses-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── xen-runtime-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── xfsdump-3.1.11-1.fc37.x86_64.rpm
│   │   │   ├── xfsprogs-6.1.0-2.fc37.x86_64.rpm
│   │   │   ├── xkbcomp-1.4.5-4.fc37.x86_64.rpm
│   │   │   ├── xkeyboard-config-2.36-3.fc37.noarch.rpm
│   │   │   ├── xml-common-0.6.3-59.fc37.noarch.rpm
│   │   │   ├── xmlrpc-c-1.51.08-1.fc37.x86_64.rpm
│   │   │   ├── xmlrpc-c-client-1.51.08-1.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drivers-2022-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-ati-19.1.0-8.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-dummy-0.3.7-17.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-evdev-2.10.6-12.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-fbdev-0.5.0-11.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-intel-2.99.917-54.20210115.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-libinput-1.2.1-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-nouveau-1.0.17-4.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-openchrome-0.6.400-4.20210215git5dbad06.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-qxl-0.1.5-20.fc35.x86_64.rpm
│   │   │   ├── xorg-x11-drv-vesa-2.5.0-4.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-vmware-13.2.1-16.fc35.x86_64.rpm
│   │   │   ├── xorg-x11-drv-wacom-1.1.0-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-wacom-serial-support-1.1.0-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-server-Xorg-1.20.14-26.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-server-common-1.20.14-26.fc37.x86_64.rpm
│   │   │   ├── xrandr-1.5.1-5.fc37.x86_64.rpm
│   │   │   ├── xrdb-1.2.1-4.fc37.x86_64.rpm
│   │   │   ├── xxhash-libs-0.8.2-1.fc37.x86_64.rpm
│   │   │   ├── xz-5.4.1-1.fc37.x86_64.rpm
│   │   │   ├── xz-libs-5.4.1-1.fc37.x86_64.rpm
│   │   │   ├── yajl-2.1.0-21.fc37.x86_64.rpm
│   │   │   ├── yelp-42.2-1.fc37.x86_64.rpm
│   │   │   ├── yelp-libs-42.2-1.fc37.x86_64.rpm
│   │   │   ├── yelp-xsl-42.1-1.fc37.noarch.rpm
│   │   │   ├── zchunk-libs-1.3.2-1.fc37.x86_64.rpm
│   │   │   ├── zd1211-firmware-1.5-11.fc37.noarch.rpm
│   │   │   ├── zenity-3.44.1-1.fc37.x86_64.rpm
│   │   │   ├── zlib-1.2.12-5.fc37.x86_64.rpm
│   │   │   ├── zram-generator-1.1.2-2.fc37.x86_64.rpm
│   │   │   ├── zram-generator-defaults-1.1.2-2.fc37.noarch.rpm
│   │   │   └── zstd-1.5.5-1.fc37.x86_64.rpm
│   │   └── work
│   │   └── 4.2.202407262200
│   │   └── x86_64
│   │   └── os
│   │   ├── Packages
│   │   │   ├── GraphicsMagick-1.3.38-3.fc37.x86_64.rpm
│   │   │   ├── NetworkManager-1.40.18-1.fc37.x86_64.rpm
│   │   │   ├── NetworkManager-libnm-1.40.18-1.fc37.x86_64.rpm
│   │   │   ├── NetworkManager-team-1.40.18-1.fc37.x86_64.rpm
│   │   │   ├── PackageKit-1.2.6-2.fc37.x86_64.rpm
│   │   │   ├── PackageKit-glib-1.2.6-2.fc37.x86_64.rpm
│   │   │   ├── Thunar-4.16.11-2.fc37.x86_64.rpm
│   │   │   ├── abattis-cantarell-fonts-0.301-8.fc37.noarch.rpm
│   │   │   ├── accountsservice-22.08.8-2.fc37.x86_64.rpm
│   │   │   ├── adwaita-cursor-theme-43-1.fc37.noarch.rpm
│   │   │   ├── adwaita-gtk2-theme-3.28-15.fc37.x86_64.rpm
│   │   │   ├── adwaita-icon-theme-43-1.fc37.noarch.rpm
│   │   │   ├── albatross-gtk2-theme-1.7.4-13.fc37.noarch.rpm
│   │   │   ├── albatross-gtk3-theme-1.7.4-13.fc37.noarch.rpm
│   │   │   ├── albatross-xfwm4-theme-1.7.4-13.fc37.noarch.rpm
│   │   │   ├── alsa-lib-1.2.9-1.fc37.x86_64.rpm
│   │   │   ├── alsa-sof-firmware-2023.09.1-1.fc37.noarch.rpm
│   │   │   ├── alsa-ucm-1.2.9-1.fc37.noarch.rpm
│   │   │   ├── alsa-utils-1.2.9-1.fc37.x86_64.rpm
│   │   │   ├── alternatives-1.24-1.fc37.x86_64.rpm
│   │   │   ├── amd-gpu-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── amd-ucode-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── anaconda-core-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-gui-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-tui-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── anaconda-user-help-26.2-3.fc37.noarch.rpm
│   │   │   ├── anaconda-widgets-37.12.6-6.fc37.x86_64.rpm
│   │   │   ├── arc-theme-20221218-1.fc37.noarch.rpm
│   │   │   ├── at-3.2.5-4.fc37.x86_64.rpm
│   │   │   ├── at-spi2-atk-2.38.0-5.fc37.x86_64.rpm
│   │   │   ├── at-spi2-core-2.44.1-2.fc37.x86_64.rpm
│   │   │   ├── atheros-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── atk-2.38.0-2.fc37.x86_64.rpm
│   │   │   ├── atkmm-2.28.3-1.fc37.x86_64.rpm
│   │   │   ├── audit-3.1.2-5.fc37.x86_64.rpm
│   │   │   ├── audit-libs-3.1.2-5.fc37.x86_64.rpm
│   │   │   ├── augeas-libs-1.13.0-3.fc37.x86_64.rpm
│   │   │   ├── authselect-1.4.2-1.fc37.x86_64.rpm
│   │   │   ├── authselect-libs-1.4.2-1.fc37.x86_64.rpm
│   │   │   ├── avahi-glib-0.8-18.fc37.x86_64.rpm
│   │   │   ├── avahi-libs-0.8-18.fc37.x86_64.rpm
│   │   │   ├── basesystem-11-14.fc37.noarch.rpm
│   │   │   ├── bash-5.2.21-1.fc37.x86_64.rpm
│   │   │   ├── binutils-2.38-27.fc37.x86_64.rpm
│   │   │   ├── binutils-gold-2.38-27.fc37.x86_64.rpm
│   │   │   ├── blivet-data-3.5.0-1.fc37.noarch.rpm
│   │   │   ├── blivet-gui-runtime-2.4.2-1.fc37.noarch.rpm
│   │   │   ├── bluebird-gtk2-theme-1.3-9.fc37.noarch.rpm
│   │   │   ├── bluebird-gtk3-theme-1.3-9.fc37.noarch.rpm
│   │   │   ├── bluebird-xfwm4-theme-1.3-9.fc37.noarch.rpm
│   │   │   ├── bluez-5.68-1.fc37.x86_64.rpm
│   │   │   ├── bluez-libs-5.68-1.fc37.x86_64.rpm
│   │   │   ├── brcmfmac-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── btrfs-progs-6.5.1-1.fc37.x86_64.rpm
│   │   │   ├── bubblewrap-0.5.0-3.fc37.x86_64.rpm
│   │   │   ├── busybox-1.36.0-1.fc37.x86_64.rpm
│   │   │   ├── bzip2-1.0.8-12.fc37.x86_64.rpm
│   │   │   ├── bzip2-libs-1.0.8-12.fc37.x86_64.rpm
│   │   │   ├── ca-certificates-2023.2.60_v7.0.306-1.0.fc37.noarch.rpm
│   │   │   ├── cairo-1.17.6-2.fc37.x86_64.rpm
│   │   │   ├── cairo-gobject-1.17.6-2.fc37.x86_64.rpm
│   │   │   ├── cairomm-1.14.5-1.fc37.x86_64.rpm
│   │   │   ├── cdparanoia-libs-10.2-40.fc37.x86_64.rpm
│   │   │   ├── chkconfig-1.24-1.fc37.x86_64.rpm
│   │   │   ├── chrony-4.3-1.fc37.x86_64.rpm
│   │   │   ├── cirrus-audio-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── colord-libs-1.4.6-2.fc37.x86_64.rpm
│   │   │   ├── compat-readline5-5.2-42.fc37.x86_64.rpm
│   │   │   ├── coreutils-9.1-8.fc37.x86_64.rpm
│   │   │   ├── coreutils-common-9.1-8.fc37.x86_64.rpm
│   │   │   ├── cpio-2.13-13.fc37.x86_64.rpm
│   │   │   ├── cpp-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── cracklib-2.9.7-30.fc37.x86_64.rpm
│   │   │   ├── cracklib-dicts-2.9.7-30.fc37.x86_64.rpm
│   │   │   ├── createrepo_c-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── createrepo_c-libs-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── cronie-1.6.1-3.fc37.x86_64.rpm
│   │   │   ├── cronie-anacron-1.6.1-3.fc37.x86_64.rpm
│   │   │   ├── crontabs-1.11-28.20190603git.fc37.noarch.rpm
│   │   │   ├── crypto-policies-20220815-1.gite4ed860.fc37.noarch.rpm
│   │   │   ├── crypto-policies-scripts-20220815-1.gite4ed860.fc37.noarch.rpm
│   │   │   ├── cryptsetup-2.6.1-1.fc37.x86_64.rpm
│   │   │   ├── cryptsetup-libs-2.6.1-1.fc37.x86_64.rpm
│   │   │   ├── cups-libs-2.4.7-2.fc37.x86_64.rpm
│   │   │   ├── curl-7.85.0-12.fc37.x86_64.rpm
│   │   │   ├── cyrus-sasl-2.1.28-8.fc37.x86_64.rpm
│   │   │   ├── cyrus-sasl-gssapi-2.1.28-8.fc37.x86_64.rpm
│   │   │   ├── cyrus-sasl-lib-2.1.28-8.fc37.x86_64.rpm
│   │   │   ├── dbus-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dbus-broker-33-1.fc37.x86_64.rpm
│   │   │   ├── dbus-common-1.14.10-1.fc37.noarch.rpm
│   │   │   ├── dbus-daemon-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dbus-libs-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dbus-tools-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dbus-x11-1.14.10-1.fc37.x86_64.rpm
│   │   │   ├── dconf-0.40.0-7.fc37.x86_64.rpm
│   │   │   ├── dejavu-sans-fonts-2.37-19.fc37.noarch.rpm
│   │   │   ├── dejavu-sans-mono-fonts-2.37-19.fc37.noarch.rpm
│   │   │   ├── dejavu-serif-fonts-2.37-19.fc37.noarch.rpm
│   │   │   ├── desktop-backgrounds-basic-37.0.0-4.fc37.noarch.rpm
│   │   │   ├── desktop-file-utils-0.26-7.fc37.x86_64.rpm
│   │   │   ├── device-mapper-1.02.171-6.fc37.x86_64.rpm
│   │   │   ├── device-mapper-event-1.02.171-6.fc37.x86_64.rpm
│   │   │   ├── device-mapper-event-libs-1.02.171-6.fc37.x86_64.rpm
│   │   │   ├── device-mapper-libs-1.02.171-6.fc37.x86_64.rpm
│   │   │   ├── device-mapper-multipath-0.9.0-4.fc37.x86_64.rpm
│   │   │   ├── device-mapper-multipath-libs-0.9.0-4.fc37.x86_64.rpm
│   │   │   ├── device-mapper-persistent-data-0.9.0-8.fc37.x86_64.rpm
│   │   │   ├── diffutils-3.8-3.fc37.x86_64.rpm
│   │   │   ├── disk-password-gui-1.0.0-1.fc37.noarch.rpm
│   │   │   ├── dmidecode-3.4-2.fc37.x86_64.rpm
│   │   │   ├── dmraid-1.0.0.rc16-53.fc37.x86_64.rpm
│   │   │   ├── dmraid-events-1.0.0.rc16-53.fc37.x86_64.rpm
│   │   │   ├── dmraid-libs-1.0.0.rc16-53.fc37.x86_64.rpm
│   │   │   ├── dnf-4.18.0-2.fc37.noarch.rpm
│   │   │   ├── dnf-data-4.18.0-2.fc37.noarch.rpm
│   │   │   ├── dnf-plugins-core-4.4.3-1.fc37.noarch.rpm
│   │   │   ├── dnf-utils-4.4.3-1.fc37.noarch.rpm
│   │   │   ├── dosfstools-4.2-4.fc37.x86_64.rpm
│   │   │   ├── double-conversion-3.1.5-7.fc37.x86_64.rpm
│   │   │   ├── dracut-059-5.fc37.x86_64.rpm
│   │   │   ├── dracut-network-059-5.fc37.x86_64.rpm
│   │   │   ├── drpm-0.5.2-1.fc37.x86_64.rpm
│   │   │   ├── duktape-2.6.0-3.fc37.x86_64.rpm
│   │   │   ├── dump-0.4-0.50.b47.fc37.x86_64.rpm
│   │   │   ├── e2fsprogs-1.46.5-3.fc37.x86_64.rpm
│   │   │   ├── e2fsprogs-libs-1.46.5-3.fc37.x86_64.rpm
│   │   │   ├── ed-1.18-2.fc37.x86_64.rpm
│   │   │   ├── efi-filesystem-5-6.fc37.noarch.rpm
│   │   │   ├── efibootmgr-18-2.fc37.x86_64.rpm
│   │   │   ├── efivar-libs-38-6.fc37.x86_64.rpm
│   │   │   ├── elfutils-debuginfod-client-0.190-2.fc37.x86_64.rpm
│   │   │   ├── elfutils-default-yama-scope-0.190-2.fc37.noarch.rpm
│   │   │   ├── elfutils-libelf-0.190-2.fc37.x86_64.rpm
│   │   │   ├── elfutils-libelf-devel-0.190-2.fc37.x86_64.rpm
│   │   │   ├── elfutils-libs-0.190-2.fc37.x86_64.rpm
│   │   │   ├── emacs-filesystem-28.3-0.rc1.fc37.noarch.rpm
│   │   │   ├── enchant2-2.3.4-1.fc37.x86_64.rpm
│   │   │   ├── exfatprogs-1.2.2-1.fc37.x86_64.rpm
│   │   │   ├── exo-4.16.4-2.fc37.x86_64.rpm
│   │   │   ├── expat-2.5.0-1.fc37.x86_64.rpm
│   │   │   ├── fcoe-utils-1.0.34-3.gitb233050.fc37.x86_64.rpm
│   │   │   ├── fdk-aac-free-2.0.0-9.fc37.x86_64.rpm
│   │   │   ├── file-5.42-4.fc37.x86_64.rpm
│   │   │   ├── file-libs-5.42-4.fc37.x86_64.rpm
│   │   │   ├── filesystem-3.18-2.fc37.x86_64.rpm
│   │   │   ├── findutils-4.9.0-2.fc37.x86_64.rpm
│   │   │   ├── firewalld-1.2.5-1.fc37.noarch.rpm
│   │   │   ├── firewalld-filesystem-1.2.5-1.fc37.noarch.rpm
│   │   │   ├── flac-libs-1.3.4-3.fc37.x86_64.rpm
│   │   │   ├── flatpak-libs-1.14.4-1.fc37.x86_64.rpm
│   │   │   ├── flexiblas-3.3.1-5.fc37.x86_64.rpm
│   │   │   ├── flexiblas-netlib-3.3.1-5.fc37.x86_64.rpm
│   │   │   ├── flexiblas-openblas-openmp-3.3.1-5.fc37.x86_64.rpm
│   │   │   ├── fontconfig-2.14.1-2.fc37.x86_64.rpm
│   │   │   ├── fonts-filesystem-2.0.5-9.fc37.noarch.rpm
│   │   │   ├── freetype-2.12.1-3.fc37.x86_64.rpm
│   │   │   ├── fribidi-1.0.12-2.fc37.x86_64.rpm
│   │   │   ├── fuse-libs-2.9.9-15.fc37.x86_64.rpm
│   │   │   ├── fuse3-libs-3.10.5-5.fc37.x86_64.rpm
│   │   │   ├── fwupd-1.8.17-1.fc37.x86_64.rpm
│   │   │   ├── fwupd-efi-1.4-1.fc37.x86_64.rpm
│   │   │   ├── fwupd-plugin-uefi-capsule-data-1.8.17-1.fc37.x86_64.rpm
│   │   │   ├── fwupd-qubes-dom0-1.8.14-5.fc37.noarch.rpm
│   │   │   ├── garcon-4.16.1-6.fc37.x86_64.rpm
│   │   │   ├── gawk-5.1.1-4.fc37.x86_64.rpm
│   │   │   ├── gawk-all-langpacks-5.1.1-4.fc37.x86_64.rpm
│   │   │   ├── gc-8.0.6-4.fc37.x86_64.rpm
│   │   │   ├── gcab-1.5-1.fc37.x86_64.rpm
│   │   │   ├── gcr3-base-3.41.1-3.fc37.x86_64.rpm
│   │   │   ├── gdbm-libs-1.23-2.fc37.x86_64.rpm
│   │   │   ├── gdisk-1.0.9-4.fc37.x86_64.rpm
│   │   │   ├── gdk-pixbuf2-2.42.10-1.fc37.x86_64.rpm
│   │   │   ├── gdk-pixbuf2-modules-2.42.10-1.fc37.x86_64.rpm
│   │   │   ├── gettext-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── gettext-envsubst-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── gettext-libs-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── gettext-runtime-0.21.1-1.fc37.x86_64.rpm
│   │   │   ├── gfs2-utils-3.4.1-5.fc37.x86_64.rpm
│   │   │   ├── glib-networking-2.74.0-1.fc37.x86_64.rpm
│   │   │   ├── glib2-2.74.7-2.fc37.x86_64.rpm
│   │   │   ├── glibc-2.36-18.fc37.x86_64.rpm
│   │   │   ├── glibc-all-langpacks-2.36-18.fc37.x86_64.rpm
│   │   │   ├── glibc-common-2.36-18.fc37.x86_64.rpm
│   │   │   ├── glibc-gconv-extra-2.36-18.fc37.x86_64.rpm
│   │   │   ├── glibmm2.4-2.66.6-1.fc37.x86_64.rpm
│   │   │   ├── glx-utils-8.4.0-14.20210504git0f9e7d9.fc37.x86_64.rpm
│   │   │   ├── gmp-6.2.1-3.fc37.x86_64.rpm
│   │   │   ├── gnome-icon-theme-3.12.0-18.fc37.noarch.rpm
│   │   │   ├── gnome-packagekit-3.32.0-10.fc37.x86_64.rpm
│   │   │   ├── gnome-packagekit-common-3.32.0-10.fc37.x86_64.rpm
│   │   │   ├── gnome-packagekit-installer-3.32.0-10.fc37.x86_64.rpm
│   │   │   ├── gnome-packagekit-updater-3.32.0-10.fc37.x86_64.rpm
│   │   │   ├── gnome-themes-extra-3.28-15.fc37.x86_64.rpm
│   │   │   ├── gnupg2-2.3.8-1.fc37.x86_64.rpm
│   │   │   ├── gnutls-3.8.1-1.fc37.x86_64.rpm
│   │   │   ├── gnutls-dane-3.8.1-1.fc37.x86_64.rpm
│   │   │   ├── gnutls-utils-3.8.1-1.fc37.x86_64.rpm
│   │   │   ├── gobject-introspection-1.74.0-1.fc37.x86_64.rpm
│   │   │   ├── google-noto-cjk-fonts-common-20201206-5.fc37.noarch.rpm
│   │   │   ├── google-noto-emoji-color-fonts-20220916-2.fc37.noarch.rpm
│   │   │   ├── google-noto-fonts-common-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-naskh-arabic-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-arabic-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-armenian-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-canadian-aboriginal-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-cherokee-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-cjk-ttc-fonts-20201206-5.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-ethiopic-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-georgian-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-gurmukhi-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-hebrew-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-lao-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-math-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-mono-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-sinhala-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-thaana-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-sans-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── google-noto-serif-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   ├── gpgme-1.17.0-4.fc37.x86_64.rpm
│   │   │   ├── gpm-libs-1.20.7-41.fc37.x86_64.rpm
│   │   │   ├── graphene-1.10.6-4.fc37.x86_64.rpm
│   │   │   ├── graphite2-1.3.14-10.fc37.x86_64.rpm
│   │   │   ├── grep-3.7-4.fc37.x86_64.rpm
│   │   │   ├── greybird-dark-theme-3.23.1-3.fc37.noarch.rpm
│   │   │   ├── greybird-light-theme-3.23.1-3.fc37.noarch.rpm
│   │   │   ├── greybird-xfce4-notifyd-theme-3.23.1-3.fc37.noarch.rpm
│   │   │   ├── greybird-xfwm4-theme-3.23.1-3.fc37.noarch.rpm
│   │   │   ├── groff-base-1.22.4-10.fc37.x86_64.rpm
│   │   │   ├── grub2-common-2.06-4.fc37.noarch.rpm
│   │   │   ├── grub2-efi-ia32-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-efi-ia32-cdboot-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-efi-x64-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-efi-x64-cdboot-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-pc-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-pc-modules-2.06-4.fc37.noarch.rpm
│   │   │   ├── grub2-qubes-theme-5.14.4-5.fc37.x86_64.rpm
│   │   │   ├── grub2-tools-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-tools-efi-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-tools-extra-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grub2-tools-minimal-2.06-4.fc37.x86_64.rpm
│   │   │   ├── grubby-8.40-66.fc37.x86_64.rpm
│   │   │   ├── gsettings-desktop-schemas-43.0-1.fc37.x86_64.rpm
│   │   │   ├── gsm-1.0.22-1.fc37.x86_64.rpm
│   │   │   ├── gssdp-1.4.1-1.fc37.x86_64.rpm
│   │   │   ├── gstreamer1-1.20.5-1.fc37.x86_64.rpm
│   │   │   ├── gstreamer1-plugins-bad-free-1.20.5-1.fc37.x86_64.rpm
│   │   │   ├── gstreamer1-plugins-base-1.20.5-1.fc37.x86_64.rpm
│   │   │   ├── gstreamer1-plugins-good-1.20.5-1.fc37.x86_64.rpm
│   │   │   ├── gtk-murrine-engine-0.98.2-24.fc37.x86_64.rpm
│   │   │   ├── gtk-unico-engine-1.0.3-0.20.20140109bzr152.fc37.x86_64.rpm
│   │   │   ├── gtk-update-icon-cache-3.24.38-1.fc37.x86_64.rpm
│   │   │   ├── gtk-xfce-engine-3.2.0-16.fc37.x86_64.rpm
│   │   │   ├── gtk2-2.24.33-10.fc37.x86_64.rpm
│   │   │   ├── gtk2-engines-2.20.2-25.fc37.x86_64.rpm
│   │   │   ├── gtk3-3.24.38-1.fc37.x86_64.rpm
│   │   │   ├── gtkmm2.4-2.24.5-15.fc37.x86_64.rpm
│   │   │   ├── gtkmm3.0-3.24.7-2.fc37.x86_64.rpm
│   │   │   ├── gtksourceview4-4.8.4-1.fc37.x86_64.rpm
│   │   │   ├── guile22-2.2.7-6.fc37.x86_64.rpm
│   │   │   ├── gupnp-1.4.4-1.fc37.x86_64.rpm
│   │   │   ├── gupnp-igd-1.2.0-6.fc37.x86_64.rpm
│   │   │   ├── gvfs-1.50.4-1.fc37.x86_64.rpm
│   │   │   ├── gvfs-client-1.50.4-1.fc37.x86_64.rpm
│   │   │   ├── gzip-1.12-2.fc37.x86_64.rpm
│   │   │   ├── harfbuzz-5.2.0-1.fc37.x86_64.rpm
│   │   │   ├── harfbuzz-icu-5.2.0-1.fc37.x86_64.rpm
│   │   │   ├── hddtemp-0.3-0.51.beta15.fc37.x86_64.rpm
│   │   │   ├── hfsplus-tools-540.1.linux3-27.fc37.x86_64.rpm
│   │   │   ├── hicolor-icon-theme-0.17-14.fc37.noarch.rpm
│   │   │   ├── highcontrast-icon-theme-3.28-15.fc37.noarch.rpm
│   │   │   ├── highway-1.0.7-1.fc37.x86_64.rpm
│   │   │   ├── hostname-3.23-7.fc37.x86_64.rpm
│   │   │   ├── hunspell-1.7.0-21.fc37.x86_64.rpm
│   │   │   ├── hunspell-en-0.20140811.1-23.fc37.noarch.rpm
│   │   │   ├── hunspell-en-GB-0.20140811.1-23.fc37.noarch.rpm
│   │   │   ├── hunspell-en-US-0.20140811.1-23.fc37.noarch.rpm
│   │   │   ├── hunspell-filesystem-1.7.0-21.fc37.x86_64.rpm
│   │   │   ├── hwdata-0.376-1.fc37.noarch.rpm
│   │   │   ├── hyphen-2.8.8-18.fc37.x86_64.rpm
│   │   │   ├── iceauth-1.0.9-2.fc37.x86_64.rpm
│   │   │   ├── iio-sensor-proxy-3.4-2.fc37.x86_64.rpm
│   │   │   ├── ima-evm-utils-1.4-6.fc37.x86_64.rpm
│   │   │   ├── inih-57-1.fc37.x86_64.rpm
│   │   │   ├── initial-setup-0.3.95-5.fc37.x86_64.rpm
│   │   │   ├── initial-setup-gui-0.3.95-5.fc37.x86_64.rpm
│   │   │   ├── initscripts-service-10.19-1.fc37.noarch.rpm
│   │   │   ├── intel-audio-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── intel-gpu-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── iproute-5.18.0-2.fc37.x86_64.rpm
│   │   │   ├── iproute-tc-5.18.0-2.fc37.x86_64.rpm
│   │   │   ├── ipset-7.15-5.fc37.x86_64.rpm
│   │   │   ├── ipset-libs-7.15-5.fc37.x86_64.rpm
│   │   │   ├── iptables-libs-1.8.8-5.fc37.x86_64.rpm
│   │   │   ├── iptables-nft-1.8.8-5.fc37.x86_64.rpm
│   │   │   ├── iputils-20221126-1.fc37.x86_64.rpm
│   │   │   ├── ipxe-roms-qemu-20220210-2.git64113751.fc37.noarch.rpm
│   │   │   ├── irqbalance-1.9.2-1.fc37.x86_64.rpm
│   │   │   ├── iscsi-initiator-utils-6.2.1.4-6.git2a8f9d8.fc37.x86_64.rpm
│   │   │   ├── iscsi-initiator-utils-iscsiuio-6.2.1.4-6.git2a8f9d8.fc37.x86_64.rpm
│   │   │   ├── isns-utils-libs-0.101-5.fc37.x86_64.rpm
│   │   │   ├── iso-codes-4.11.0-1.fc37.noarch.rpm
│   │   │   ├── jansson-2.13.1-5.fc37.x86_64.rpm
│   │   │   ├── jasper-libs-3.0.6-1.fc37.x86_64.rpm
│   │   │   ├── javascriptcoregtk4.1-2.42.2-1.fc37.x86_64.rpm
│   │   │   ├── jbigkit-libs-2.1-24.fc37.x86_64.rpm
│   │   │   ├── jomolhari-fonts-0.003-36.fc37.noarch.rpm
│   │   │   ├── jq-1.6-14.fc37.x86_64.rpm
│   │   │   ├── json-c-0.17-1.fc37.x86_64.rpm
│   │   │   ├── json-glib-1.6.6-3.fc37.x86_64.rpm
│   │   │   ├── jxl-pixbuf-loader-0.7.0-5.fc37.x86_64.rpm
│   │   │   ├── kbd-2.5.1-3.fc37.x86_64.rpm
│   │   │   ├── kbd-legacy-2.5.1-3.fc37.noarch.rpm
│   │   │   ├── kbd-misc-2.5.1-3.fc37.noarch.rpm
│   │   │   ├── kernel-6.6.36-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-devel-6.6.36-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-latest-6.9.10-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-latest-devel-6.9.10-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-latest-modules-6.9.10-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-latest-qubes-vm-6.9.10-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-modules-6.6.36-1.qubes.fc37.x86_64.rpm
│   │   │   ├── kernel-qubes-vm-6.6.36-1.qubes.fc37.x86_64.rpm
│   │   │   ├── keybinder3-0.3.2-14.fc37.x86_64.rpm
│   │   │   ├── keyutils-libs-1.6.1-5.fc37.x86_64.rpm
│   │   │   ├── khmer-os-system-fonts-5.0-36.fc37.noarch.rpm
│   │   │   ├── kmod-30-2.fc37.x86_64.rpm
│   │   │   ├── kmod-libs-30-2.fc37.x86_64.rpm
│   │   │   ├── kpartx-0.9.0-4.fc37.x86_64.rpm
│   │   │   ├── krb5-libs-1.19.2-13.fc37.x86_64.rpm
│   │   │   ├── lame-libs-3.100-13.fc37.x86_64.rpm
│   │   │   ├── langpacks-core-font-en-3.0-26.fc37.noarch.rpm
│   │   │   ├── langtable-0.0.64-1.fc37.noarch.rpm
│   │   │   ├── lcms2-2.14-1.fc37.x86_64.rpm
│   │   │   ├── less-633-1.fc37.x86_64.rpm
│   │   │   ├── libICE-1.0.10-9.fc37.x86_64.rpm
│   │   │   ├── libSM-1.2.3-11.fc37.x86_64.rpm
│   │   │   ├── libX11-1.8.4-1.fc37.x86_64.rpm
│   │   │   ├── libX11-common-1.8.4-1.fc37.noarch.rpm
│   │   │   ├── libX11-xcb-1.8.4-1.fc37.x86_64.rpm
│   │   │   ├── libXScrnSaver-1.2.3-11.fc37.x86_64.rpm
│   │   │   ├── libXau-1.0.10-1.fc37.x86_64.rpm
│   │   │   ├── libXaw-1.0.14-3.fc37.x86_64.rpm
│   │   │   ├── libXcomposite-0.4.5-8.fc37.x86_64.rpm
│   │   │   ├── libXcursor-1.2.1-2.fc37.x86_64.rpm
│   │   │   ├── libXdamage-1.1.5-8.fc37.x86_64.rpm
│   │   │   ├── libXdmcp-1.1.3-9.fc37.x86_64.rpm
│   │   │   ├── libXext-1.3.4-9.fc37.x86_64.rpm
│   │   │   ├── libXfixes-6.0.0-4.fc37.x86_64.rpm
│   │   │   ├── libXfont2-2.0.3-13.fc37.x86_64.rpm
│   │   │   ├── libXft-2.3.4-3.fc37.x86_64.rpm
│   │   │   ├── libXi-1.8-3.fc37.x86_64.rpm
│   │   │   ├── libXinerama-1.1.4-11.fc37.x86_64.rpm
│   │   │   ├── libXmu-1.1.3-9.fc37.x86_64.rpm
│   │   │   ├── libXpm-3.5.15-2.fc37.x86_64.rpm
│   │   │   ├── libXpresent-1.0.0-17.fc37.x86_64.rpm
│   │   │   ├── libXrandr-1.5.2-9.fc37.x86_64.rpm
│   │   │   ├── libXrender-0.9.10-17.fc37.x86_64.rpm
│   │   │   ├── libXres-1.2.1-3.fc37.x86_64.rpm
│   │   │   ├── libXt-1.2.1-3.fc37.x86_64.rpm
│   │   │   ├── libXtst-1.2.3-17.fc37.x86_64.rpm
│   │   │   ├── libXv-1.0.11-17.fc37.x86_64.rpm
│   │   │   ├── libXvMC-1.0.12-8.fc37.x86_64.rpm
│   │   │   ├── libXxf86vm-1.1.4-19.fc37.x86_64.rpm
│   │   │   ├── libacl-2.3.1-4.fc37.x86_64.rpm
│   │   │   ├── libaio-0.3.111-14.fc37.x86_64.rpm
│   │   │   ├── libaom-3.7.0-1.fc37.x86_64.rpm
│   │   │   ├── libappindicator-gtk3-12.10.1-0.fc37.x86_64.rpm
│   │   │   ├── libappstream-glib-0.8.1-1.fc37.x86_64.rpm
│   │   │   ├── libarchive-3.6.1-3.fc37.x86_64.rpm
│   │   │   ├── libargon2-20190702-1.fc37.x86_64.rpm
│   │   │   ├── libassuan-2.5.5-5.fc37.x86_64.rpm
│   │   │   ├── libasyncns-0.8-23.fc37.x86_64.rpm
│   │   │   ├── libatasmart-0.19-23.fc37.x86_64.rpm
│   │   │   ├── libatomic-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libattr-2.5.1-5.fc37.x86_64.rpm
│   │   │   ├── libavif-0.11.1-4.fc37.x86_64.rpm
│   │   │   ├── libb2-0.98.1-7.fc37.x86_64.rpm
│   │   │   ├── libbabeltrace-1.5.8-12.fc37.x86_64.rpm
│   │   │   ├── libblkid-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libblockdev-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-btrfs-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-crypto-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-dm-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-fs-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-loop-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-lvm-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-mdraid-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-mpath-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-part-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-swap-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libblockdev-utils-2.28-2.fc37.x86_64.rpm
│   │   │   ├── libbluray-1.3.4-1.fc37.x86_64.rpm
│   │   │   ├── libbpf-0.8.0-2.fc37.x86_64.rpm
│   │   │   ├── libbrotli-1.0.9-9.fc37.x86_64.rpm
│   │   │   ├── libbsd-0.11.7-2.fc37.x86_64.rpm
│   │   │   ├── libbytesize-2.10-1.fc37.x86_64.rpm
│   │   │   ├── libcanberra-0.30-29.fc37.x86_64.rpm
│   │   │   ├── libcanberra-gtk2-0.30-29.fc37.x86_64.rpm
│   │   │   ├── libcanberra-gtk3-0.30-29.fc37.x86_64.rpm
│   │   │   ├── libcap-2.48-5.fc37.x86_64.rpm
│   │   │   ├── libcap-ng-0.8.3-3.fc37.x86_64.rpm
│   │   │   ├── libcap-ng-python3-0.8.3-3.fc37.x86_64.rpm
│   │   │   ├── libcbor-0.7.0-7.fc37.x86_64.rpm
│   │   │   ├── libcdio-2.1.0-8.fc37.x86_64.rpm
│   │   │   ├── libcdio-paranoia-10.2+2.0.1-7.fc37.x86_64.rpm
│   │   │   ├── libcloudproviders-0.3.1-6.fc37.x86_64.rpm
│   │   │   ├── libcom_err-1.46.5-3.fc37.x86_64.rpm
│   │   │   ├── libcomps-0.1.20-1.fc37.x86_64.rpm
│   │   │   ├── libconfig-1.7.3-4.fc37.x86_64.rpm
│   │   │   ├── libcurl-7.85.0-12.fc37.x86_64.rpm
│   │   │   ├── libdaemon-0.14-24.fc37.x86_64.rpm
│   │   │   ├── libdatrie-0.2.13-4.fc37.x86_64.rpm
│   │   │   ├── libdav1d-1.2.1-1.fc37.x86_64.rpm
│   │   │   ├── libdb-5.3.28-53.fc37.x86_64.rpm
│   │   │   ├── libdbusmenu-16.04.0-20.fc37.x86_64.rpm
│   │   │   ├── libdbusmenu-gtk3-16.04.0-20.fc37.x86_64.rpm
│   │   │   ├── libdnf-0.72.0-1.fc37.x86_64.rpm
│   │   │   ├── libdrm-2.4.117-1.fc37.x86_64.rpm
│   │   │   ├── libdvdnav-6.1.1-4.fc37.x86_64.rpm
│   │   │   ├── libdvdread-6.1.3-2.fc37.x86_64.rpm
│   │   │   ├── libeconf-0.5.2-1.fc37.x86_64.rpm
│   │   │   ├── libedit-3.1-43.20221009cvs.fc37.x86_64.rpm
│   │   │   ├── libepoxy-1.5.10-2.fc37.x86_64.rpm
│   │   │   ├── liberation-fonts-common-2.1.5-3.fc37.noarch.rpm
│   │   │   ├── liberation-mono-fonts-2.1.5-3.fc37.noarch.rpm
│   │   │   ├── liberation-sans-fonts-2.1.5-3.fc37.noarch.rpm
│   │   │   ├── liberation-serif-fonts-2.1.5-3.fc37.noarch.rpm
│   │   │   ├── libestr-0.1.11-4.fc37.x86_64.rpm
│   │   │   ├── libevdev-1.13.0-1.fc37.x86_64.rpm
│   │   │   ├── libevent-2.1.12-7.fc37.x86_64.rpm
│   │   │   ├── libexif-0.6.24-3.fc37.x86_64.rpm
│   │   │   ├── libfastjson-0.99.9-4.fc37.x86_64.rpm
│   │   │   ├── libfdisk-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libffi-3.4.4-1.fc37.x86_64.rpm
│   │   │   ├── libfido2-1.11.0-3.fc37.x86_64.rpm
│   │   │   ├── libfontenc-1.1.4-4.fc37.x86_64.rpm
│   │   │   ├── libfsverity-1.4-8.fc37.x86_64.rpm
│   │   │   ├── libgcab1-1.5-1.fc37.x86_64.rpm
│   │   │   ├── libgcc-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libgcrypt-1.10.1-4.fc37.x86_64.rpm
│   │   │   ├── libgfortran-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libglade2-2.6.4-28.fc37.x86_64.rpm
│   │   │   ├── libglademm24-2.6.7-34.fc37.x86_64.rpm
│   │   │   ├── libglvnd-1.5.0-1.fc37.x86_64.rpm
│   │   │   ├── libglvnd-egl-1.5.0-1.fc37.x86_64.rpm
│   │   │   ├── libglvnd-gles-1.5.0-1.fc37.x86_64.rpm
│   │   │   ├── libglvnd-glx-1.5.0-1.fc37.x86_64.rpm
│   │   │   ├── libgnomekbd-3.28.1-1.fc37.x86_64.rpm
│   │   │   ├── libgomp-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libgpg-error-1.46-1.fc37.x86_64.rpm
│   │   │   ├── libgtop2-2.40.0-9.fc37.x86_64.rpm
│   │   │   ├── libgudev-237-3.fc37.x86_64.rpm
│   │   │   ├── libgusb-0.4.5-1.fc37.x86_64.rpm
│   │   │   ├── libhandy-1.8.2-1.fc37.x86_64.rpm
│   │   │   ├── libibverbs-41.0-1.fc37.x86_64.rpm
│   │   │   ├── libicu-71.1-2.fc37.x86_64.rpm
│   │   │   ├── libidn2-2.3.4-1.fc37.x86_64.rpm
│   │   │   ├── libimagequant-2.17.0-3.fc37.x86_64.rpm
│   │   │   ├── libinput-1.22.1-1.fc37.x86_64.rpm
│   │   │   ├── libjcat-0.1.13-1.fc37.x86_64.rpm
│   │   │   ├── libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm
│   │   │   ├── libjxl-0.7.0-5.fc37.x86_64.rpm
│   │   │   ├── libkcapi-1.4.0-2.fc37.x86_64.rpm
│   │   │   ├── libkcapi-hmaccalc-1.4.0-2.fc37.x86_64.rpm
│   │   │   ├── libksba-1.6.3-1.fc37.x86_64.rpm
│   │   │   ├── libldac-2.0.2.3-11.fc37.x86_64.rpm
│   │   │   ├── libmanette-0.2.6-5.fc37.x86_64.rpm
│   │   │   ├── libmd-1.1.0-1.fc37.x86_64.rpm
│   │   │   ├── libmnl-1.0.5-1.fc37.x86_64.rpm
│   │   │   ├── libmodulemd-2.15.0-2.fc37.x86_64.rpm
│   │   │   ├── libmount-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libmpc-1.2.1-5.fc37.x86_64.rpm
│   │   │   ├── libndp-1.8-4.fc37.x86_64.rpm
│   │   │   ├── libnetfilter_conntrack-1.0.8-5.fc37.x86_64.rpm
│   │   │   ├── libnfnetlink-1.0.1-22.fc37.x86_64.rpm
│   │   │   ├── libnftnl-1.2.2-2.fc37.x86_64.rpm
│   │   │   ├── libnghttp2-1.51.0-2.fc37.x86_64.rpm
│   │   │   ├── libnice-0.1.19-2.fc37.x86_64.rpm
│   │   │   ├── libnl3-3.7.0-2.fc37.x86_64.rpm
│   │   │   ├── libnl3-cli-3.7.0-2.fc37.x86_64.rpm
│   │   │   ├── libnotify-0.8.2-1.fc37.x86_64.rpm
│   │   │   ├── libnsl2-2.0.0-4.fc37.x86_64.rpm
│   │   │   ├── libogg-1.3.5-4.fc37.x86_64.rpm
│   │   │   ├── libpcap-1.10.4-1.fc37.x86_64.rpm
│   │   │   ├── libpciaccess-0.16-7.fc37.x86_64.rpm
│   │   │   ├── libpipeline-1.5.6-2.fc37.x86_64.rpm
│   │   │   ├── libpkgconf-1.8.0-3.fc37.x86_64.rpm
│   │   │   ├── libpng-1.6.37-13.fc37.x86_64.rpm
│   │   │   ├── libproxy-0.4.18-3.fc37.x86_64.rpm
│   │   │   ├── libproxy-duktape-0.4.18-3.fc37.x86_64.rpm
│   │   │   ├── libpsl-0.21.1-6.fc37.x86_64.rpm
│   │   │   ├── libpwquality-1.4.5-3.fc37.x86_64.rpm
│   │   │   ├── libqb-2.0.6-3.fc37.x86_64.rpm
│   │   │   ├── libquadmath-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libraqm-0.8.0-2.fc37.x86_64.rpm
│   │   │   ├── librepo-1.17.0-1.fc37.x86_64.rpm
│   │   │   ├── libreport-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-anaconda-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-cli-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-filesystem-2.17.11-1.fc37.noarch.rpm
│   │   │   ├── libreport-gtk-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-plugin-bugzilla-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-plugin-reportuploader-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libreport-web-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── libretls-3.8.1-1.fc37.x86_64.rpm
│   │   │   ├── librsvg2-2.54.6-1.fc37.x86_64.rpm
│   │   │   ├── libsamplerate-0.2.2-3.fc37.x86_64.rpm
│   │   │   ├── libsbc-1.5-4.fc37.x86_64.rpm
│   │   │   ├── libseccomp-2.5.3-3.fc37.x86_64.rpm
│   │   │   ├── libsecret-0.20.5-2.fc37.x86_64.rpm
│   │   │   ├── libselinux-3.5-1.fc37.x86_64.rpm
│   │   │   ├── libsemanage-3.5-2.fc37.x86_64.rpm
│   │   │   ├── libsepol-3.5-1.fc37.x86_64.rpm
│   │   │   ├── libshout-2.4.6-1.fc37.x86_64.rpm
│   │   │   ├── libsigc++20-2.10.8-2.fc37.x86_64.rpm
│   │   │   ├── libsigsegv-2.14-3.fc37.x86_64.rpm
│   │   │   ├── libsmartcols-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libsmbios-2.4.3-7.fc37.x86_64.rpm
│   │   │   ├── libsndfile-1.1.0-4.fc37.x86_64.rpm
│   │   │   ├── libsodium-1.0.18-10.fc37.x86_64.rpm
│   │   │   ├── libsolv-0.7.25-1.fc37.x86_64.rpm
│   │   │   ├── libsoup-2.74.3-1.fc37.x86_64.rpm
│   │   │   ├── libsoup3-3.2.2-3.fc37.x86_64.rpm
│   │   │   ├── libsrtp-2.3.0-9.fc37.x86_64.rpm
│   │   │   ├── libss-1.46.5-3.fc37.x86_64.rpm
│   │   │   ├── libssh-0.10.5-1.fc37.x86_64.rpm
│   │   │   ├── libssh-config-0.10.5-1.fc37.noarch.rpm
│   │   │   ├── libssh2-1.10.0-5.fc37.x86_64.rpm
│   │   │   ├── libstdc++-12.3.1-1.fc37.x86_64.rpm
│   │   │   ├── libstemmer-0-19.585svn.fc37.x86_64.rpm
│   │   │   ├── libsysfs-2.1.1-4.fc37.x86_64.rpm
│   │   │   ├── libtasn1-4.19.0-1.fc37.x86_64.rpm
│   │   │   ├── libtdb-1.4.7-3.fc37.x86_64.rpm
│   │   │   ├── libteam-1.31-6.fc37.x86_64.rpm
│   │   │   ├── libthai-0.1.29-3.fc37.x86_64.rpm
│   │   │   ├── libtheora-1.1.1-32.fc37.x86_64.rpm
│   │   │   ├── libtiff-4.4.0-4.fc37.x86_64.rpm
│   │   │   ├── libtimezonemap-0.4.5.2-1.fc37.x86_64.rpm
│   │   │   ├── libtirpc-1.3.3-1.rc1.fc37.x86_64.rpm
│   │   │   ├── libtomcrypt-1.18.2-15.fc37.x86_64.rpm
│   │   │   ├── libtommath-1.2.0-11.fc37.x86_64.rpm
│   │   │   ├── libtool-ltdl-2.4.7-2.fc37.x86_64.rpm
│   │   │   ├── libtraceevent-1.7.2-1.fc37.x86_64.rpm
│   │   │   ├── libtracker-sparql-3.4.2-1.fc37.x86_64.rpm
│   │   │   ├── libudfread-1.1.2-4.fc37.x86_64.rpm
│   │   │   ├── libudisks2-2.9.4-5.fc37.x86_64.rpm
│   │   │   ├── libunistring-1.0-2.fc37.x86_64.rpm
│   │   │   ├── libunwind-1.6.2-5.fc37.x86_64.rpm
│   │   │   ├── liburing-2.3-1.fc37.x86_64.rpm
│   │   │   ├── libusb1-1.0.25-9.fc37.x86_64.rpm
│   │   │   ├── libuser-0.63-13.fc37.x86_64.rpm
│   │   │   ├── libutempter-1.2.1-7.fc37.x86_64.rpm
│   │   │   ├── libuuid-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── libv4l-1.22.1-4.fc37.x86_64.rpm
│   │   │   ├── libva-2.16.0-1.fc37.x86_64.rpm
│   │   │   ├── libverto-0.3.2-4.fc37.x86_64.rpm
│   │   │   ├── libvirt-client-8.9.0-7.fc37.x86_64.rpm
│   │   │   ├── libvirt-daemon-8.9.0-7.fc37.x86_64.rpm
│   │   │   ├── libvirt-daemon-driver-interface-8.9.0-7.fc37.x86_64.rpm
│   │   │   ├── libvirt-daemon-driver-libxl-8.9.0-7.fc37.x86_64.rpm
│   │   │   ├── libvirt-daemon-driver-nodedev-8.9.0-7.fc37.x86_64.rpm
│   │   │   ├── libvirt-daemon-xen-8.9.0-7.fc37.x86_64.rpm
│   │   │   ├── libvirt-libs-8.9.0-7.fc37.x86_64.rpm
│   │   │   ├── libvisual-0.4.0-36.fc37.x86_64.rpm
│   │   │   ├── libvmaf-2.3.0-4.fc37.x86_64.rpm
│   │   │   ├── libvorbis-1.3.7-6.fc37.x86_64.rpm
│   │   │   ├── libvpx-1.12.0-4.fc37.x86_64.rpm
│   │   │   ├── libwacom-2.6.0-1.fc37.x86_64.rpm
│   │   │   ├── libwacom-data-2.6.0-1.fc37.noarch.rpm
│   │   │   ├── libwayland-client-1.21.0-1.fc37.x86_64.rpm
│   │   │   ├── libwayland-cursor-1.21.0-1.fc37.x86_64.rpm
│   │   │   ├── libwayland-egl-1.21.0-1.fc37.x86_64.rpm
│   │   │   ├── libwayland-server-1.21.0-1.fc37.x86_64.rpm
│   │   │   ├── libwebp-1.3.2-2.fc37.x86_64.rpm
│   │   │   ├── libwmf-lite-0.2.12-9.fc37.x86_64.rpm
│   │   │   ├── libwnck3-43.0-3.fc37.x86_64.rpm
│   │   │   ├── libwpe-1.14.0-1.fc37.x86_64.rpm
│   │   │   ├── libxcb-1.13.1-10.fc37.x86_64.rpm
│   │   │   ├── libxcrypt-4.4.36-1.fc37.x86_64.rpm
│   │   │   ├── libxdo-3.20211022.1-1.fc37.x86_64.rpm
│   │   │   ├── libxfce4ui-4.16.1-3.fc37.x86_64.rpm
│   │   │   ├── libxfce4util-4.16.0-6.fc37.x86_64.rpm
│   │   │   ├── libxkbcommon-1.4.1-2.fc37.x86_64.rpm
│   │   │   ├── libxkbcommon-x11-1.4.1-2.fc37.x86_64.rpm
│   │   │   ├── libxkbfile-1.1.0-9.fc37.x86_64.rpm
│   │   │   ├── libxklavier-5.4-21.fc37.x86_64.rpm
│   │   │   ├── libxml2-2.10.4-1.fc37.x86_64.rpm
│   │   │   ├── libxmlb-0.3.11-1.fc37.x86_64.rpm
│   │   │   ├── libxshmfence-1.3-11.fc37.x86_64.rpm
│   │   │   ├── libxslt-1.1.39-1.fc37.x86_64.rpm
│   │   │   ├── libyaml-0.2.5-8.fc37.x86_64.rpm
│   │   │   ├── libzstd-1.5.5-1.fc37.x86_64.rpm
│   │   │   ├── libzstd-devel-1.5.5-1.fc37.x86_64.rpm
│   │   │   ├── lightdm-1.32.0-2.fc37.x86_64.rpm
│   │   │   ├── lightdm-gobject-1.32.0-2.fc37.x86_64.rpm
│   │   │   ├── lightdm-gtk-2.0.8-3.fc36.x86_64.rpm
│   │   │   ├── lilv-libs-0.24.14-3.fc37.x86_64.rpm
│   │   │   ├── linux-atm-libs-2.5.1-33.fc37.x86_64.rpm
│   │   │   ├── linux-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── linux-firmware-whence-20240513-1.fc37.noarch.rpm
│   │   │   ├── lldpad-1.1.0-6.git85e5583.fc37.x86_64.rpm
│   │   │   ├── llvm-libs-15.0.7-2.fc37.x86_64.rpm
│   │   │   ├── lm_sensors-3.6.0-12.fc37.x86_64.rpm
│   │   │   ├── lm_sensors-libs-3.6.0-12.fc37.x86_64.rpm
│   │   │   ├── logrotate-3.20.1-3.fc37.x86_64.rpm
│   │   │   ├── lohit-assamese-fonts-2.91.5-14.fc37.noarch.rpm
│   │   │   ├── lohit-bengali-fonts-2.91.5-14.fc37.noarch.rpm
│   │   │   ├── lohit-devanagari-fonts-2.95.5-4.fc37.noarch.rpm
│   │   │   ├── lohit-gujarati-fonts-2.92.4-14.fc37.noarch.rpm
│   │   │   ├── lohit-kannada-fonts-2.5.4-13.fc37.noarch.rpm
│   │   │   ├── lohit-marathi-fonts-2.94.2-15.fc37.noarch.rpm
│   │   │   ├── lohit-odia-fonts-2.91.2-14.fc37.noarch.rpm
│   │   │   ├── lohit-tamil-fonts-2.91.3-14.fc37.noarch.rpm
│   │   │   ├── lohit-telugu-fonts-2.5.5-13.fc37.noarch.rpm
│   │   │   ├── lsof-4.94.0-4.fc37.x86_64.rpm
│   │   │   ├── lua-libs-5.4.4-9.fc37.x86_64.rpm
│   │   │   ├── lvm2-2.03.09-6.fc37.x86_64.rpm
│   │   │   ├── lvm2-libs-2.03.09-6.fc37.x86_64.rpm
│   │   │   ├── lz4-libs-1.9.4-1.fc37.x86_64.rpm
│   │   │   ├── lzo-2.10-7.fc37.x86_64.rpm
│   │   │   ├── mactel-boot-0.9-27.fc37.x86_64.rpm
│   │   │   ├── make-4.3-11.fc37.x86_64.rpm
│   │   │   ├── malcontent-libs-0.11.0-1.fc37.x86_64.rpm
│   │   │   ├── man-db-2.10.2-2.fc37.x86_64.rpm
│   │   │   ├── man-pages-5.13-4.fc37.noarch.rpm
│   │   │   ├── mcelog-175-5.fc37.x86_64.rpm
│   │   │   ├── mdadm-4.2-2.fc37.x86_64.rpm
│   │   │   ├── memstrack-0.2.4-3.fc37.x86_64.rpm
│   │   │   ├── mesa-dri-drivers-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-filesystem-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libEGL-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libGL-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libgbm-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libglapi-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-libxatracker-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-va-drivers-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── mesa-vulkan-drivers-23.0.3-1.fc37.x86_64.rpm
│   │   │   ├── microcode_ctl-2.1.20240531-58.qubes1.fc37.x86_64.rpm
│   │   │   ├── mkfontscale-1.2.2-2.fc37.x86_64.rpm
│   │   │   ├── mozjs102-102.15.1-1.fc37.x86_64.rpm
│   │   │   ├── mpdecimal-2.5.1-4.fc37.x86_64.rpm
│   │   │   ├── mpfr-4.1.0-10.fc37.x86_64.rpm
│   │   │   ├── mpg123-libs-1.31.3-1.fc37.x86_64.rpm
│   │   │   ├── mt7xxx-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── mtdev-1.1.6-4.fc37.x86_64.rpm
│   │   │   ├── nano-6.4-1.fc37.x86_64.rpm
│   │   │   ├── nano-default-editor-6.4-1.fc37.noarch.rpm
│   │   │   ├── ncurses-6.4-3.20230114.fc37.x86_64.rpm
│   │   │   ├── ncurses-base-6.4-3.20230114.fc37.noarch.rpm
│   │   │   ├── ncurses-libs-6.4-3.20230114.fc37.x86_64.rpm
│   │   │   ├── netcat-1.226-1.fc37.x86_64.rpm
│   │   │   ├── nettle-3.8-2.fc37.x86_64.rpm
│   │   │   ├── newt-0.52.23-1.fc37.x86_64.rpm
│   │   │   ├── nftables-1.0.4-3.fc37.x86_64.rpm
│   │   │   ├── npth-1.6-9.fc37.x86_64.rpm
│   │   │   ├── nspr-4.35.0-11.fc37.x86_64.rpm
│   │   │   ├── nss-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── nss-softokn-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── nss-softokn-freebl-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── nss-sysinit-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── nss-util-3.94.0-2.fc37.x86_64.rpm
│   │   │   ├── ntfs-3g-2022.10.3-1.fc37.x86_64.rpm
│   │   │   ├── ntfs-3g-libs-2022.10.3-1.fc37.x86_64.rpm
│   │   │   ├── ntfsprogs-2022.10.3-1.fc37.x86_64.rpm
│   │   │   ├── ntsysv-1.24-1.fc37.x86_64.rpm
│   │   │   ├── numactl-2.0.14-6.fc37.x86_64.rpm
│   │   │   ├── numactl-libs-2.0.14-6.fc37.x86_64.rpm
│   │   │   ├── numad-0.5-37.20150602git.fc37.x86_64.rpm
│   │   │   ├── nvidia-gpu-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── oniguruma-6.9.8-2.D20220919gitb041f6d.fc37.x86_64.rpm
│   │   │   ├── openal-soft-1.22.2-6.fc37.x86_64.rpm
│   │   │   ├── openblas-0.3.21-3.fc37.x86_64.rpm
│   │   │   ├── openblas-openmp-0.3.21-3.fc37.x86_64.rpm
│   │   │   ├── openjpeg2-2.5.0-5.fc37.x86_64.rpm
│   │   │   ├── openldap-2.6.6-1.fc37.x86_64.rpm
│   │   │   ├── openpgm-5.2.122-29.fc37.x86_64.rpm
│   │   │   ├── openssh-9.3p1-11.fc37.x86_64.rpm
│   │   │   ├── openssh-askpass-9.3p1-11.fc37.x86_64.rpm
│   │   │   ├── openssl-libs-3.0.9-1.fc37.x86_64.rpm
│   │   │   ├── opus-1.3.1-11.fc37.x86_64.rpm
│   │   │   ├── orc-0.4.31-8.fc37.x86_64.rpm
│   │   │   ├── ostree-2022.7-2.fc37.x86_64.rpm
│   │   │   ├── ostree-libs-2022.7-2.fc37.x86_64.rpm
│   │   │   ├── p11-kit-0.25.3-1.fc37.x86_64.rpm
│   │   │   ├── p11-kit-trust-0.25.3-1.fc37.x86_64.rpm
│   │   │   ├── paktype-naskh-basic-fonts-6.0-4.fc37.noarch.rpm
│   │   │   ├── pam-1.5.2-14.fc37.x86_64.rpm
│   │   │   ├── pam-libs-1.5.2-14.fc37.x86_64.rpm
│   │   │   ├── paman-0.9.4-29.fc37.x86_64.rpm
│   │   │   ├── pango-1.50.14-1.fc37.x86_64.rpm
│   │   │   ├── pangomm-2.46.3-1.fc37.x86_64.rpm
│   │   │   ├── parted-3.5-6.fc37.x86_64.rpm
│   │   │   ├── passwd-0.80-13.fc37.x86_64.rpm
│   │   │   ├── pavucontrol-5.0-7.fc37.x86_64.rpm
│   │   │   ├── pciutils-3.9.0-2.fc37.x86_64.rpm
│   │   │   ├── pciutils-libs-3.9.0-2.fc37.x86_64.rpm
│   │   │   ├── pcmciautils-018-23.fc37.x86_64.rpm
│   │   │   ├── pcre-8.45-1.fc37.2.x86_64.rpm
│   │   │   ├── pcre2-10.40-1.fc37.1.x86_64.rpm
│   │   │   ├── pcre2-syntax-10.40-1.fc37.1.noarch.rpm
│   │   │   ├── pcre2-utf16-10.40-1.fc37.1.x86_64.rpm
│   │   │   ├── pcsc-lite-1.9.9-1.fc37.x86_64.rpm
│   │   │   ├── pcsc-lite-ccid-1.5.0-2.fc37.x86_64.rpm
│   │   │   ├── pcsc-lite-libs-1.9.9-1.fc37.x86_64.rpm
│   │   │   ├── perf-6.5.4-100.fc37.x86_64.rpm
│   │   │   ├── perl-Carp-1.52-489.fc37.noarch.rpm
│   │   │   ├── perl-Class-Struct-0.66-494.fc37.noarch.rpm
│   │   │   ├── perl-DynaLoader-1.52-494.fc37.x86_64.rpm
│   │   │   ├── perl-Encode-3.19-492.fc37.x86_64.rpm
│   │   │   ├── perl-Errno-1.36-494.fc37.x86_64.rpm
│   │   │   ├── perl-Exporter-5.77-489.fc37.noarch.rpm
│   │   │   ├── perl-Fcntl-1.15-494.fc37.x86_64.rpm
│   │   │   ├── perl-File-Basename-2.85-494.fc37.noarch.rpm
│   │   │   ├── perl-File-Path-2.18-489.fc37.noarch.rpm
│   │   │   ├── perl-File-Temp-0.231.100-489.fc37.noarch.rpm
│   │   │   ├── perl-File-stat-1.12-494.fc37.noarch.rpm
│   │   │   ├── perl-Getopt-Long-2.54-1.fc37.noarch.rpm
│   │   │   ├── perl-Getopt-Std-1.13-494.fc37.noarch.rpm
│   │   │   ├── perl-HTTP-Tiny-0.086-1.fc37.noarch.rpm
│   │   │   ├── perl-IO-1.50-494.fc37.x86_64.rpm
│   │   │   ├── perl-IO-Socket-IP-0.41-490.fc37.noarch.rpm
│   │   │   ├── perl-IPC-Open3-1.22-494.fc37.noarch.rpm
│   │   │   ├── perl-MIME-Base64-3.16-489.fc37.x86_64.rpm
│   │   │   ├── perl-NDBM_File-1.15-494.fc37.x86_64.rpm
│   │   │   ├── perl-POSIX-2.03-494.fc37.x86_64.rpm
│   │   │   ├── perl-PathTools-3.84-489.fc37.x86_64.rpm
│   │   │   ├── perl-Pod-Escapes-1.07-489.fc37.noarch.rpm
│   │   │   ├── perl-Pod-Perldoc-3.28.01-490.fc37.noarch.rpm
│   │   │   ├── perl-Pod-Simple-3.43-490.fc37.noarch.rpm
│   │   │   ├── perl-Pod-Usage-2.03-3.fc37.noarch.rpm
│   │   │   ├── perl-Scalar-List-Utils-1.63-489.fc37.x86_64.rpm
│   │   │   ├── perl-SelectSaver-1.02-494.fc37.noarch.rpm
│   │   │   ├── perl-Socket-2.036-1.fc37.x86_64.rpm
│   │   │   ├── perl-Storable-3.26-489.fc37.x86_64.rpm
│   │   │   ├── perl-Symbol-1.09-494.fc37.noarch.rpm
│   │   │   ├── perl-Term-ANSIColor-5.01-490.fc37.noarch.rpm
│   │   │   ├── perl-Term-Cap-1.17-489.fc37.noarch.rpm
│   │   │   ├── perl-Text-ParseWords-3.31-489.fc37.noarch.rpm
│   │   │   ├── perl-Text-Tabs+Wrap-2023.0511-1.fc37.noarch.rpm
│   │   │   ├── perl-Time-Local-1.300-489.fc37.noarch.rpm
│   │   │   ├── perl-base-2.27-494.fc37.noarch.rpm
│   │   │   ├── perl-constant-1.33-490.fc37.noarch.rpm
│   │   │   ├── perl-if-0.61.000-494.fc37.noarch.rpm
│   │   │   ├── perl-interpreter-5.36.1-494.fc37.x86_64.rpm
│   │   │   ├── perl-lib-0.65-494.fc37.x86_64.rpm
│   │   │   ├── perl-libs-5.36.1-494.fc37.x86_64.rpm
│   │   │   ├── perl-locale-1.10-494.fc37.noarch.rpm
│   │   │   ├── perl-mro-1.26-494.fc37.x86_64.rpm
│   │   │   ├── perl-overload-1.35-494.fc37.noarch.rpm
│   │   │   ├── perl-overloading-0.02-494.fc37.noarch.rpm
│   │   │   ├── perl-parent-0.238-489.fc37.noarch.rpm
│   │   │   ├── perl-podlators-4.14-489.fc37.noarch.rpm
│   │   │   ├── perl-subs-1.04-494.fc37.noarch.rpm
│   │   │   ├── perl-vars-1.05-494.fc37.noarch.rpm
│   │   │   ├── pinfo-0.6.10-30.fc37.x86_64.rpm
│   │   │   ├── pipewire-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-alsa-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-jack-audio-connection-kit-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-jack-audio-connection-kit-libs-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-libs-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pipewire-pulseaudio-0.3.84-1.fc37.x86_64.rpm
│   │   │   ├── pixman-0.40.0-6.fc37.x86_64.rpm
│   │   │   ├── pkgconf-1.8.0-3.fc37.x86_64.rpm
│   │   │   ├── pkgconf-m4-1.8.0-3.fc37.noarch.rpm
│   │   │   ├── pkgconf-pkg-config-1.8.0-3.fc37.x86_64.rpm
│   │   │   ├── plocate-1.1.17-1.fc37.x86_64.rpm
│   │   │   ├── plymouth-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-core-libs-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-graphics-libs-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-plugin-label-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-plugin-script-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── plymouth-scripts-22.02.122-4.fc37.x86_64.rpm
│   │   │   ├── pmount-0.9.23-24.fc37.x86_64.rpm
│   │   │   ├── polkit-121-4.fc37.2.x86_64.rpm
│   │   │   ├── polkit-libs-121-4.fc37.2.x86_64.rpm
│   │   │   ├── polkit-pkla-compat-0.1-22.fc37.x86_64.rpm
│   │   │   ├── popt-1.19-1.fc37.x86_64.rpm
│   │   │   ├── procps-ng-3.3.17-6.fc37.3.x86_64.rpm
│   │   │   ├── protobuf-3.19.6-1.fc37.x86_64.rpm
│   │   │   ├── protobuf-c-1.4.1-2.fc37.x86_64.rpm
│   │   │   ├── psmisc-23.4-4.fc37.x86_64.rpm
│   │   │   ├── publicsuffix-list-dafsa-20230812-1.fc37.noarch.rpm
│   │   │   ├── pulseaudio-libs-16.1-4.fc37.x86_64.rpm
│   │   │   ├── pulseaudio-libs-glib2-16.1-4.fc37.x86_64.rpm
│   │   │   ├── python-pip-wheel-22.2.2-3.fc37.noarch.rpm
│   │   │   ├── python-qt5-rpm-macros-5.15.9-3.fc37.noarch.rpm
│   │   │   ├── python-setuptools-wheel-62.6.0-3.fc37.noarch.rpm
│   │   │   ├── python3-3.11.6-1.fc37.x86_64.rpm
│   │   │   ├── python3-blivet-3.5.0-1.fc37.noarch.rpm
│   │   │   ├── python3-blockdev-2.28-2.fc37.x86_64.rpm
│   │   │   ├── python3-bytesize-2.10-1.fc37.x86_64.rpm
│   │   │   ├── python3-cairo-1.21.0-3.fc37.x86_64.rpm
│   │   │   ├── python3-cffi-1.15.1-2.fc37.x86_64.rpm
│   │   │   ├── python3-charset-normalizer-2.1.0-2.fc37.noarch.rpm
│   │   │   ├── python3-click-8.1.3-1.fc37.noarch.rpm
│   │   │   ├── python3-dasbus-1.6-6.fc37.noarch.rpm
│   │   │   ├── python3-dateutil-2.8.2-4.fc37.noarch.rpm
│   │   │   ├── python3-dbus-1.3.2-1.fc37.x86_64.rpm
│   │   │   ├── python3-distro-1.7.0-3.fc37.noarch.rpm
│   │   │   ├── python3-dnf-4.18.0-2.fc37.noarch.rpm
│   │   │   ├── python3-dnf-plugins-core-4.4.3-1.fc37.noarch.rpm
│   │   │   ├── python3-docutils-0.18.1-2.fc37.noarch.rpm
│   │   │   ├── python3-firewall-1.2.5-1.fc37.noarch.rpm
│   │   │   ├── python3-gbulb-0.6.3-2.fc37.x86_64.rpm
│   │   │   ├── python3-gobject-3.42.2-2.fc37.x86_64.rpm
│   │   │   ├── python3-gobject-base-3.42.2-2.fc37.x86_64.rpm
│   │   │   ├── python3-gobject-base-noarch-3.42.2-2.fc37.noarch.rpm
│   │   │   ├── python3-hawkey-0.72.0-1.fc37.x86_64.rpm
│   │   │   ├── python3-idna-3.3-4.fc37.noarch.rpm
│   │   │   ├── python3-inotify-0.9.6-28.fc37.noarch.rpm
│   │   │   ├── python3-jinja2-3.0.3-5.fc37.noarch.rpm
│   │   │   ├── python3-jmespath-1.0.0-5.fc37.noarch.rpm
│   │   │   ├── python3-kickstart-3.41-1.fc37.noarch.rpm
│   │   │   ├── python3-langtable-0.0.64-1.fc37.noarch.rpm
│   │   │   ├── python3-libcomps-0.1.20-1.fc37.x86_64.rpm
│   │   │   ├── python3-libdnf-0.72.0-1.fc37.x86_64.rpm
│   │   │   ├── python3-libreport-2.17.11-1.fc37.x86_64.rpm
│   │   │   ├── python3-libs-3.11.6-1.fc37.x86_64.rpm
│   │   │   ├── python3-libselinux-3.5-1.fc37.x86_64.rpm
│   │   │   ├── python3-libvirt-8.9.0-7.fc37.x86_64.rpm
│   │   │   ├── python3-looseversion-1.2.0-1.fc37.noarch.rpm
│   │   │   ├── python3-lxml-4.9.1-1.fc37.x86_64.rpm
│   │   │   ├── python3-markupsafe-2.1.1-3.fc37.x86_64.rpm
│   │   │   ├── python3-meh-0.50-7.fc37.noarch.rpm
│   │   │   ├── python3-meh-gui-0.50-7.fc37.noarch.rpm
│   │   │   ├── python3-msgpack-1.0.4-3.fc37.x86_64.rpm
│   │   │   ├── python3-nftables-1.0.4-3.fc37.x86_64.rpm
│   │   │   ├── python3-numpy-1.24.3-1.fc37.x86_64.rpm
│   │   │   ├── python3-olefile-0.46-18.fc37.noarch.rpm
│   │   │   ├── python3-packaging-21.3-6.fc37.noarch.rpm
│   │   │   ├── python3-pid-2.2.3-15.fc37.noarch.rpm
│   │   │   ├── python3-pillow-9.2.0-2.fc37.x86_64.rpm
│   │   │   ├── python3-pip-22.2.2-3.fc37.noarch.rpm
│   │   │   ├── python3-ply-3.11-17.fc37.noarch.rpm
│   │   │   ├── python3-productmd-1.37-1.fc37.noarch.rpm
│   │   │   ├── python3-psutil-5.9.1-1.fc37.x86_64.rpm
│   │   │   ├── python3-pwquality-1.4.5-3.fc37.x86_64.rpm
│   │   │   ├── python3-pycparser-2.20-8.fc37.noarch.rpm
│   │   │   ├── python3-pycryptodomex-3.19.0-1.fc37.x86_64.rpm
│   │   │   ├── python3-pydbus-0.6.0-20.fc37.noarch.rpm
│   │   │   ├── python3-pyparsing-3.0.9-2.fc37.noarch.rpm
│   │   │   ├── python3-pyparted-3.12.0-6.fc37.x86_64.rpm
│   │   │   ├── python3-pyqt5-sip-12.11.0-2.fc37.x86_64.rpm
│   │   │   ├── python3-pysocks-1.7.1-15.fc37.noarch.rpm
│   │   │   ├── python3-pyudev-0.23.2-3.fc37.noarch.rpm
│   │   │   ├── python3-pyxdg-0.27-6.fc37.noarch.rpm
│   │   │   ├── python3-pyyaml-6.0-5.fc37.x86_64.rpm
│   │   │   ├── python3-qasync-0.23.0-2.fc37.noarch.rpm
│   │   │   ├── python3-qt5-5.15.9-3.fc37.x86_64.rpm
│   │   │   ├── python3-qt5-base-5.15.9-3.fc37.x86_64.rpm
│   │   │   ├── python3-qubesadmin-4.2.14-1.fc37.noarch.rpm
│   │   │   ├── python3-qubesdb-4.2.6-1.fc37.x86_64.rpm
│   │   │   ├── python3-qubesimgconverter-4.2.17-1.fc37.x86_64.rpm
│   │   │   ├── python3-requests-2.28.1-3.fc37.noarch.rpm
│   │   │   ├── python3-requests-file-1.5.1-7.fc37.noarch.rpm
│   │   │   ├── python3-requests-ftp-0.3.1-26.fc37.noarch.rpm
│   │   │   ├── python3-rpm-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── python3-setuptools-62.6.0-3.fc37.noarch.rpm
│   │   │   ├── python3-simpleline-1.9.0-4.fc37.noarch.rpm
│   │   │   ├── python3-six-1.16.0-8.fc37.noarch.rpm
│   │   │   ├── python3-systemd-235-1.fc37.x86_64.rpm
│   │   │   ├── python3-tqdm-4.66.1-1.fc37.noarch.rpm
│   │   │   ├── python3-urllib3+socks-1.26.18-1.fc37.noarch.rpm
│   │   │   ├── python3-urllib3-1.26.18-1.fc37.noarch.rpm
│   │   │   ├── python3-xcffib-0.11.1-5.fc37.noarch.rpm
│   │   │   ├── python3-xen-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── python3-zmq-23.2.0-1.fc37.x86_64.rpm
│   │   │   ├── qemu-img-7.0.0-15.fc37.x86_64.rpm
│   │   │   ├── qrencode-libs-4.1.1-3.fc37.x86_64.rpm
│   │   │   ├── qt-settings-37.2-1.fc37.noarch.rpm
│   │   │   ├── qt5-qtbase-5.15.10-9.fc37.x86_64.rpm
│   │   │   ├── qt5-qtbase-common-5.15.10-9.fc37.noarch.rpm
│   │   │   ├── qt5-qtbase-gui-5.15.10-9.fc37.x86_64.rpm
│   │   │   ├── qt5-qtconnectivity-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qtdeclarative-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qtlocation-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qtmultimedia-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qtsensors-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qtserialport-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qtsvg-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qttools-common-5.15.10-2.fc37.noarch.rpm
│   │   │   ├── qt5-qttools-libs-designer-5.15.10-2.fc37.x86_64.rpm
│   │   │   ├── qt5-qttools-libs-help-5.15.10-2.fc37.x86_64.rpm
│   │   │   ├── qt5-qtwebchannel-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qtwebsockets-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qtx11extras-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qt5-qtxmlpatterns-5.15.10-1.fc37.x86_64.rpm
│   │   │   ├── qubes-anaconda-addon-4.2.7-1.fc37.noarch.rpm
│   │   │   ├── qubes-artwork-4.2.1-1.fc37.noarch.rpm
│   │   │   ├── qubes-artwork-anaconda-4.2.1-1.fc37.noarch.rpm
│   │   │   ├── qubes-artwork-plymouth-4.2.1-1.fc37.noarch.rpm
│   │   │   ├── qubes-audio-daemon-4.2.8-1.fc37.x86_64.rpm
│   │   │   ├── qubes-audio-dom0-4.2.8-1.fc37.x86_64.rpm
│   │   │   ├── qubes-core-admin-addon-whonix-4.1.3-1.fc37.noarch.rpm
│   │   │   ├── qubes-core-admin-client-4.2.14-1.fc37.noarch.rpm
│   │   │   ├── qubes-core-dom0-4.2.32-1.fc37.noarch.rpm
│   │   │   ├── qubes-core-dom0-linux-4.2.27-1.fc37.x86_64.rpm
│   │   │   ├── qubes-core-dom0-linux-kernel-install-4.2.27-1.fc37.x86_64.rpm
│   │   │   ├── qubes-core-qrexec-4.2.21-1.fc37.x86_64.rpm
│   │   │   ├── qubes-core-qrexec-dom0-4.2.21-1.fc37.x86_64.rpm
│   │   │   ├── qubes-core-qrexec-libs-4.2.21-1.fc37.x86_64.rpm
│   │   │   ├── qubes-db-4.2.6-1.fc37.x86_64.rpm
│   │   │   ├── qubes-db-dom0-4.2.6-1.fc37.x86_64.rpm
│   │   │   ├── qubes-db-libs-4.2.6-1.fc37.x86_64.rpm
│   │   │   ├── qubes-desktop-linux-common-4.2.9-1.fc37.noarch.rpm
│   │   │   ├── qubes-desktop-linux-manager-4.2.24-1.fc37.noarch.rpm
│   │   │   ├── qubes-desktop-linux-menu-1.2.0-1.fc37.noarch.rpm
│   │   │   ├── qubes-dom0-meta-packages-4.2.14-1.fc37.noarch.rpm
│   │   │   ├── qubes-dom0-unwanted-packages-4.2.14-1.fc37.noarch.rpm
│   │   │   ├── qubes-gpg-split-dom0-2.0.72-1.fc37.x86_64.rpm
│   │   │   ├── qubes-gui-daemon-4.2.8-1.fc37.x86_64.rpm
│   │   │   ├── qubes-gui-dom0-4.2.8-1.fc37.x86_64.rpm
│   │   │   ├── qubes-img-converter-dom0-1.2.17-1.fc37.x86_64.rpm
│   │   │   ├── qubes-input-proxy-1.0.37-1.fc37.x86_64.rpm
│   │   │   ├── qubes-input-proxy-receiver-1.0.37-1.fc37.x86_64.rpm
│   │   │   ├── qubes-input-proxy-sender-1.0.37-1.fc37.x86_64.rpm
│   │   │   ├── qubes-kernel-vm-support-4.2.17-1.fc37.x86_64.rpm
│   │   │   ├── qubes-libvchan-xen-4.2.3-1.fc37.x86_64.rpm
│   │   │   ├── qubes-manager-4.2.8-1.fc37.noarch.rpm
│   │   │   ├── qubes-menus-4.2.9-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-4.2.2-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-admin-tools-4.2.2-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-base-4.1.7-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-base-config-4.1.2-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-base-topd-4.2.1-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-config-4.2.2-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-dom0-4.2.2-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-dom0-qvm-4.2.1-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-dom0-update-4.1.14-1.fc37.noarch.rpm
│   │   │   ├── qubes-mgmt-salt-dom0-virtual-machines-4.2.15-1.fc37.noarch.rpm
│   │   │   ├── qubes-pdf-converter-dom0-2.1.19-1.fc37.x86_64.rpm
│   │   │   ├── qubes-release-4.2-7.fc37.noarch.rpm
│   │   │   ├── qubes-release-notes-4.2-7.fc37.noarch.rpm
│   │   │   ├── qubes-repo-templates-4.2.2-1.fc37.noarch.rpm
│   │   │   ├── qubes-rpm-oxide-0.2.7-1.fc37.x86_64.rpm
│   │   │   ├── qubes-template-debian-12-xfce-4.2.0-202406250220.noarch.rpm
│   │   │   ├── qubes-template-fedora-40-xfce-4.2.0-202406250220.noarch.rpm
│   │   │   ├── qubes-template-whonix-gateway-17-4.2.0-202406201542.noarch.rpm
│   │   │   ├── qubes-template-whonix-workstation-17-4.2.0-202406201542.noarch.rpm
│   │   │   ├── qubes-usb-proxy-dom0-1.3.0-1.fc37.noarch.rpm
│   │   │   ├── qubes-utils-4.2.17-1.fc37.x86_64.rpm
│   │   │   ├── qubes-utils-libs-4.2.17-1.fc37.x86_64.rpm
│   │   │   ├── quota-4.06-8.fc37.x86_64.rpm
│   │   │   ├── quota-nls-4.06-8.fc37.noarch.rpm
│   │   │   ├── rav1e-libs-0.6.6-3.fc37.x86_64.rpm
│   │   │   ├── readline-8.2-2.fc37.x86_64.rpm
│   │   │   ├── realtek-firmware-20240513-1.fc37.noarch.rpm
│   │   │   ├── rit-meera-new-fonts-1.5.2-1.fc37.noarch.rpm
│   │   │   ├── rmt-1.6-7.fc37.x86_64.rpm
│   │   │   ├── rootfiles-8.1-32.fc37.noarch.rpm
│   │   │   ├── rpm-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rpm-build-libs-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rpm-libs-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rpm-sign-libs-4.18.2-1.fc37.x86_64.rpm
│   │   │   ├── rsyslog-8.2204.0-3.fc37.x86_64.rpm
│   │   │   ├── rsyslog-logrotate-8.2204.0-3.fc37.x86_64.rpm
│   │   │   ├── rtkit-0.11-33.fc37.x86_64.rpm
│   │   │   ├── salt-3006.5-1.fc37.noarch.rpm
│   │   │   ├── salt-minion-3006.5-1.fc37.noarch.rpm
│   │   │   ├── satyr-0.42-1.fc37.x86_64.rpm
│   │   │   ├── scrypt-1.3.2-1.fc37.x86_64.rpm
│   │   │   ├── seabios-bin-1.16.2-1.fc37.noarch.rpm
│   │   │   ├── sed-4.8-11.fc37.x86_64.rpm
│   │   │   ├── sequoia-sqv-1.1.0-5.fc37.x86_64.rpm
│   │   │   ├── serd-0.30.12-2.fc37.x86_64.rpm
│   │   │   ├── setup-2.14.1-2.fc37.noarch.rpm
│   │   │   ├── setxkbmap-1.3.3-3.fc37.x86_64.rpm
│   │   │   ├── sgpio-1.2.0.10-35.fc37.x86_64.rpm
│   │   │   ├── shadow-utils-4.12.3-6.fc37.x86_64.rpm
│   │   │   ├── shared-mime-info-2.2-2.fc37.x86_64.rpm
│   │   │   ├── sil-mingzat-fonts-1.100-2.fc37.noarch.rpm
│   │   │   ├── sil-nuosu-fonts-2.200-6.fc37.noarch.rpm
│   │   │   ├── sil-padauk-fonts-3.003-10.fc37.noarch.rpm
│   │   │   ├── slang-2.3.3-1.fc37.x86_64.rpm
│   │   │   ├── smartmontools-7.4-2.fc37.x86_64.rpm
│   │   │   ├── socat-1.7.4.2-3.fc37.x86_64.rpm
│   │   │   ├── sord-0.16.10-3.fc37.x86_64.rpm
│   │   │   ├── sound-theme-freedesktop-0.8-18.fc37.noarch.rpm
│   │   │   ├── soundtouch-2.3.1-3.fc37.x86_64.rpm
│   │   │   ├── speex-1.2.0-12.fc37.x86_64.rpm
│   │   │   ├── sqlite-libs-3.40.0-1.fc37.x86_64.rpm
│   │   │   ├── sratom-0.6.10-2.fc37.x86_64.rpm
│   │   │   ├── startup-notification-0.12-24.fc37.x86_64.rpm
│   │   │   ├── stix-fonts-2.13b171-2.fc37.noarch.rpm
│   │   │   ├── sudo-1.9.13-1.p2.fc37.x86_64.rpm
│   │   │   ├── sudo-python-plugin-1.9.13-1.p2.fc37.x86_64.rpm
│   │   │   ├── svt-av1-libs-1.1.0-2.fc37.x86_64.rpm
│   │   │   ├── symlinks-1.7-7.fc37.x86_64.rpm
│   │   │   ├── systemd-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-boot-unsigned-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-libs-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-networkd-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-pam-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-resolved-251.19-1.fc37.x86_64.rpm
│   │   │   ├── systemd-udev-251.19-1.fc37.x86_64.rpm
│   │   │   ├── taglib-1.12-7.fc37.x86_64.rpm
│   │   │   ├── tar-1.34-6.fc37.x86_64.rpm
│   │   │   ├── tcl-8.6.12-3.fc37.x86_64.rpm
│   │   │   ├── teamd-1.31-6.fc37.x86_64.rpm
│   │   │   ├── thai-scalable-fonts-common-0.7.3-3.fc37.noarch.rpm
│   │   │   ├── thai-scalable-waree-fonts-0.7.3-3.fc37.noarch.rpm
│   │   │   ├── tigervnc-license-1.13.1-6.fc37.noarch.rpm
│   │   │   ├── tigervnc-server-minimal-1.13.1-6.fc37.x86_64.rpm
│   │   │   ├── time-1.9-19.fc37.x86_64.rpm
│   │   │   ├── tmpwatch-2.11-23.fc37.x86_64.rpm
│   │   │   ├── tpm2-tools-5.4-1.fc37.x86_64.rpm
│   │   │   ├── tpm2-tss-3.2.2-1.fc37.x86_64.rpm
│   │   │   ├── tree-2.1.0-1.fc37.x86_64.rpm
│   │   │   ├── twolame-libs-0.4.0-1.fc37.x86_64.rpm
│   │   │   ├── tzdata-2023c-1.fc37.noarch.rpm
│   │   │   ├── udisks2-2.9.4-5.fc37.x86_64.rpm
│   │   │   ├── unbound-anchor-1.18.0-1.fc37.x86_64.rpm
│   │   │   ├── unbound-libs-1.18.0-1.fc37.x86_64.rpm
│   │   │   ├── unzip-6.0-58.fc37.x86_64.rpm
│   │   │   ├── upower-0.99.20-2.fc37.x86_64.rpm
│   │   │   ├── urw-base35-fonts-legacy-20200910-15.fc37.noarch.rpm
│   │   │   ├── usb_modeswitch-2.6.1-5.fc37.x86_64.rpm
│   │   │   ├── usb_modeswitch-data-20191128-7.fc37.noarch.rpm
│   │   │   ├── usbguard-1.1.0-4.fc37.x86_64.rpm
│   │   │   ├── usbutils-015-1.fc37.x86_64.rpm
│   │   │   ├── usermode-1.114-5.fc37.x86_64.rpm
│   │   │   ├── userspace-rcu-0.13.0-5.fc37.x86_64.rpm
│   │   │   ├── util-linux-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── util-linux-core-2.38.1-1.fc37.x86_64.rpm
│   │   │   ├── vazirmatn-fonts-33.003-2.fc37.noarch.rpm
│   │   │   ├── vim-common-9.0.2120-1.fc37.x86_64.rpm
│   │   │   ├── vim-data-9.0.2120-1.fc37.noarch.rpm
│   │   │   ├── vim-enhanced-9.0.2120-1.fc37.x86_64.rpm
│   │   │   ├── vim-filesystem-9.0.2120-1.fc37.noarch.rpm
│   │   │   ├── vim-minimal-9.0.2120-1.fc37.x86_64.rpm
│   │   │   ├── volume_key-libs-0.3.12-17.fc37.x86_64.rpm
│   │   │   ├── vte-profile-0.70.6-1.fc37.x86_64.rpm
│   │   │   ├── vte291-0.70.6-1.fc37.x86_64.rpm
│   │   │   ├── vulkan-loader-1.3.216.0-3.fc37.x86_64.rpm
│   │   │   ├── wavpack-5.5.0-2.fc37.x86_64.rpm
│   │   │   ├── webkit2gtk4.1-2.42.2-1.fc37.x86_64.rpm
│   │   │   ├── webrtc-audio-processing-0.3.1-9.fc37.x86_64.rpm
│   │   │   ├── which-2.21-39.fc37.x86_64.rpm
│   │   │   ├── wireplumber-0.4.14-1.fc37.x86_64.rpm
│   │   │   ├── wireplumber-libs-0.4.14-1.fc37.x86_64.rpm
│   │   │   ├── wmctrl-1.07-33.fc37.x86_64.rpm
│   │   │   ├── woff2-1.0.2-15.fc37.x86_64.rpm
│   │   │   ├── wpebackend-fdo-1.14.2-1.fc37.x86_64.rpm
│   │   │   ├── xcb-util-0.4.0-20.fc37.x86_64.rpm
│   │   │   ├── xcb-util-image-0.4.0-20.fc37.x86_64.rpm
│   │   │   ├── xcb-util-keysyms-0.4.0-18.fc37.x86_64.rpm
│   │   │   ├── xcb-util-renderutil-0.3.9-21.fc37.x86_64.rpm
│   │   │   ├── xcb-util-wm-0.4.1-23.fc37.x86_64.rpm
│   │   │   ├── xdg-dbus-proxy-0.1.4-2.fc37.x86_64.rpm
│   │   │   ├── xdg-user-dirs-0.18-1.fc37.x86_64.rpm
│   │   │   ├── xdg-user-dirs-gtk-0.11-1.fc37.x86_64.rpm
│   │   │   ├── xdg-utils-1.1.3-15.fc37.noarch.rpm
│   │   │   ├── xdotool-3.20211022.1-1.fc37.x86_64.rpm
│   │   │   ├── xen-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── xen-hvm-stubdom-linux-4.2.13-1.fc37.x86_64.rpm
│   │   │   ├── xen-hvm-stubdom-linux-full-4.2.13-1.fc37.x86_64.rpm
│   │   │   ├── xen-hypervisor-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── xen-libs-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── xen-licenses-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── xen-runtime-4.17.4-4.fc37.x86_64.rpm
│   │   │   ├── xfce-polkit-0.3-9.fc37.x86_64.rpm
│   │   │   ├── xfce4-about-4.16.1-3.fc37.x86_64.rpm
│   │   │   ├── xfce4-appfinder-4.16.1-5.fc37.x86_64.rpm
│   │   │   ├── xfce4-battery-plugin-1.1.4-4.fc37.x86_64.rpm
│   │   │   ├── xfce4-cpugraph-plugin-1.2.6-2.fc37.x86_64.rpm
│   │   │   ├── xfce4-datetime-plugin-0.8.1-5.fc37.x86_64.rpm
│   │   │   ├── xfce4-diskperf-plugin-2.7.0-2.fc37.x86_64.rpm
│   │   │   ├── xfce4-eyes-plugin-4.6.0-2.fc37.x86_64.rpm
│   │   │   ├── xfce4-fsguard-plugin-1.1.2-5.fc37.x86_64.rpm
│   │   │   ├── xfce4-genmon-plugin-4.1.1-5.fc37.x86_64.rpm
│   │   │   ├── xfce4-mailwatch-plugin-1.3.0-5.fc37.x86_64.rpm
│   │   │   ├── xfce4-mount-plugin-1.1.5-5.fc37.x86_64.rpm
│   │   │   ├── xfce4-notifyd-0.6.4-1.fc37.x86_64.rpm
│   │   │   ├── xfce4-panel-4.16.5-1.fc37.x86_64.rpm
│   │   │   ├── xfce4-places-plugin-1.8.3-1.fc37.x86_64.rpm
│   │   │   ├── xfce4-power-manager-4.16.0-7.fc37.x86_64.rpm
│   │   │   ├── xfce4-pulseaudio-plugin-0.4.4-1.fc37.x86_64.rpm
│   │   │   ├── xfce4-screenshooter-1.10.3-1.fc37.x86_64.rpm
│   │   │   ├── xfce4-screenshooter-plugin-1.10.3-1.fc37.x86_64.rpm
│   │   │   ├── xfce4-sensors-plugin-1.4.3-5.fc37.x86_64.rpm
│   │   │   ├── xfce4-session-4.16.0-6.fc37.x86_64.rpm
│   │   │   ├── xfce4-settings-4.16.5-1.fc37.x86_64.rpm
│   │   │   ├── xfce4-settings-qubes-4.2.2-1.fc37.x86_64.rpm
│   │   │   ├── xfce4-systemload-plugin-1.3.1-4.fc37.x86_64.rpm
│   │   │   ├── xfce4-taskmanager-1.5.4-2.fc37.x86_64.rpm
│   │   │   ├── xfce4-terminal-1.0.4-2.fc37.x86_64.rpm
│   │   │   ├── xfce4-time-out-plugin-1.1.2-4.fc37.x86_64.rpm
│   │   │   ├── xfce4-timer-plugin-1.7.1-7.fc37.x86_64.rpm
│   │   │   ├── xfce4-verve-plugin-2.0.1-5.fc37.x86_64.rpm
│   │   │   ├── xfce4-xkb-plugin-0.8.3-2.fc37.x86_64.rpm
│   │   │   ├── xfconf-4.16.0-8.fc37.x86_64.rpm
│   │   │   ├── xfdesktop-4.16.1-1.fc37.x86_64.rpm
│   │   │   ├── xfsprogs-6.1.0-2.fc37.x86_64.rpm
│   │   │   ├── xfwm4-4.16.1-4.fc37.x86_64.rpm
│   │   │   ├── xfwm4-themes-4.10.0-19.fc37.noarch.rpm
│   │   │   ├── xhost-1.0.8-4.fc37.x86_64.rpm
│   │   │   ├── xkbcomp-1.4.5-4.fc37.x86_64.rpm
│   │   │   ├── xkeyboard-config-2.36-3.fc37.noarch.rpm
│   │   │   ├── xml-common-0.6.3-59.fc37.noarch.rpm
│   │   │   ├── xmlrpc-c-1.51.08-1.fc37.x86_64.rpm
│   │   │   ├── xmlrpc-c-client-1.51.08-1.fc37.x86_64.rpm
│   │   │   ├── xmodmap-1.0.11-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drivers-2022-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-ati-19.1.0-8.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-dummy-0.3.7-17.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-evdev-2.10.6-12.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-fbdev-0.5.0-11.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-intel-2.99.917-54.20210115.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-libinput-1.2.1-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-nouveau-1.0.17-4.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-openchrome-0.6.400-4.20210215git5dbad06.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-qxl-0.1.5-20.fc35.x86_64.rpm
│   │   │   ├── xorg-x11-drv-vesa-2.5.0-4.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-vmware-13.2.1-16.fc35.x86_64.rpm
│   │   │   ├── xorg-x11-drv-wacom-1.1.0-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-drv-wacom-serial-support-1.1.0-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-server-Xorg-1.20.14-26.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-server-common-1.20.14-26.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-xauth-1.1.2-2.fc37.x86_64.rpm
│   │   │   ├── xorg-x11-xinit-1.4.0-15.fc37.x86_64.rpm
│   │   │   ├── xprop-1.2.5-2.fc37.x86_64.rpm
│   │   │   ├── xrandr-1.5.1-5.fc37.x86_64.rpm
│   │   │   ├── xrdb-1.2.1-4.fc37.x86_64.rpm
│   │   │   ├── xscreensaver-base-6.08-1.fc37.x86_64.rpm
│   │   │   ├── xscreensaver-gl-base-6.08-1.fc37.x86_64.rpm
│   │   │   ├── xset-1.2.4-5.fc37.x86_64.rpm
│   │   │   ├── xss-lock-0.3.0-18.20140302git.fc37.x86_64.rpm
│   │   │   ├── xterm-384-1.fc37.x86_64.rpm
│   │   │   ├── xxd-9.0.2120-1.fc37.x86_64.rpm
│   │   │   ├── xz-5.4.1-1.fc37.x86_64.rpm
│   │   │   ├── xz-libs-5.4.1-1.fc37.x86_64.rpm
│   │   │   ├── yajl-2.1.0-21.fc37.x86_64.rpm
│   │   │   ├── yelp-42.2-1.fc37.x86_64.rpm
│   │   │   ├── yelp-libs-42.2-1.fc37.x86_64.rpm
│   │   │   ├── yelp-xsl-42.1-1.fc37.noarch.rpm
│   │   │   ├── zchunk-libs-1.3.2-1.fc37.x86_64.rpm
│   │   │   ├── zeromq-4.3.4-4.fc37.x86_64.rpm
│   │   │   ├── zip-3.0-33.fc37.x86_64.rpm
│   │   │   ├── zlib-1.2.12-5.fc37.x86_64.rpm
│   │   │   └── zlib-devel-1.2.12-5.fc37.x86_64.rpm
│   │   └── repodata
│   │   ├── 0220db1284f763f640040ebd5b0532988be397ed10fb8c36c0ecdc6f0a09b825-comps.xml.zst
│   │   ├── 0dc65422d533d07b6f358fd546d7c1f9bbcc710e9fb2dea08b699a0a65437ca5-primary.xml.zst
│   │   ├── 6c94ebe357d62be172e0dc8a36c40f77d21a98866f497f4a046d56318267969c-filelists.xml.zst
│   │   ├── 835cb44da25f2f17992c05c710e9da400444a43a730e679a6d46f58647e4e516-other.xml.zst
│   │   └── repomd.xml
│   ├── chroot
│   │   └── mock
│   │   └── fedora-37-x86_64
│   │   ├── dnf_cache
│   │   │   ├── builder-local-d95c8116a2ff8baa
│   │   │   │   └── repodata
│   │   │   │   ├── 69a3730a283b85a4b3cff7d04bfde3b2b234f0607ebc17319d7a8d143a8e066e-primary.xml.zst
│   │   │   │   ├── 9b07d97dc6ececed89aac0650b67bfb292647fe9fbaca48f629465be5f53f82b-filelists.xml.zst
│   │   │   │   └── repomd.xml
│   │   │   ├── builder-local-filenames.solvx
│   │   │   ├── builder-local.solv
│   │   │   ├── expired_repos.json
│   │   │   ├── fedora-a3256cee7c7d69ad
│   │   │   │   ├── metalink.xml
│   │   │   │   ├── packages
│   │   │   │   │   ├── adwaita-cursor-theme-43-1.fc37.noarch.rpm
│   │   │   │   │   ├── adwaita-icon-theme-43-1.fc37.noarch.rpm
│   │   │   │   │   ├── anaconda-user-help-26.2-3.fc37.noarch.rpm
│   │   │   │   │   ├── at-spi2-atk-2.38.0-5.fc37.x86_64.rpm
│   │   │   │   │   ├── at-spi2-core-2.44.1-2.fc37.x86_64.rpm
│   │   │   │   │   ├── atk-2.38.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── augeas-libs-1.13.0-3.fc37.x86_64.rpm
│   │   │   │   │   ├── basesystem-11-14.fc37.noarch.rpm
│   │   │   │   │   ├── bubblewrap-0.5.0-3.fc37.x86_64.rpm
│   │   │   │   │   ├── bzip2-1.0.8-12.fc37.x86_64.rpm
│   │   │   │   │   ├── bzip2-libs-1.0.8-12.fc37.x86_64.rpm
│   │   │   │   │   ├── cairo-1.17.6-2.fc37.x86_64.rpm
│   │   │   │   │   ├── cairo-gobject-1.17.6-2.fc37.x86_64.rpm
│   │   │   │   │   ├── cdparanoia-libs-10.2-40.fc37.x86_64.rpm
│   │   │   │   │   ├── chrony-4.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── colord-libs-1.4.6-2.fc37.x86_64.rpm
│   │   │   │   │   ├── cpio-2.13-13.fc37.x86_64.rpm
│   │   │   │   │   ├── cracklib-2.9.7-30.fc37.x86_64.rpm
│   │   │   │   │   ├── cracklib-dicts-2.9.7-30.fc37.x86_64.rpm
│   │   │   │   │   ├── crypto-policies-20220815-1.gite4ed860.fc37.noarch.rpm
│   │   │   │   │   ├── crypto-policies-scripts-20220815-1.gite4ed860.fc37.noarch.rpm
│   │   │   │   │   ├── cyrus-sasl-lib-2.1.28-8.fc37.x86_64.rpm
│   │   │   │   │   ├── dconf-0.40.0-7.fc37.x86_64.rpm
│   │   │   │   │   ├── diffutils-3.8-3.fc37.x86_64.rpm
│   │   │   │   │   ├── dosfstools-4.2-4.fc37.x86_64.rpm
│   │   │   │   │   ├── dumpet-2.1-25.fc37.x86_64.rpm
│   │   │   │   │   ├── dwz-0.14-7.fc37.x86_64.rpm
│   │   │   │   │   ├── e2fsprogs-1.46.5-3.fc37.x86_64.rpm
│   │   │   │   │   ├── e2fsprogs-libs-1.46.5-3.fc37.x86_64.rpm
│   │   │   │   │   ├── ed-1.18-2.fc37.x86_64.rpm
│   │   │   │   │   ├── efi-srpm-macros-5-6.fc37.noarch.rpm
│   │   │   │   │   ├── fdk-aac-free-2.0.0-9.fc37.x86_64.rpm
│   │   │   │   │   ├── file-5.42-4.fc37.x86_64.rpm
│   │   │   │   │   ├── file-libs-5.42-4.fc37.x86_64.rpm
│   │   │   │   │   ├── filesystem-3.18-2.fc37.x86_64.rpm
│   │   │   │   │   ├── findutils-4.9.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── fonts-filesystem-2.0.5-9.fc37.noarch.rpm
│   │   │   │   │   ├── fonts-srpm-macros-2.0.5-9.fc37.noarch.rpm
│   │   │   │   │   ├── fpc-srpm-macros-1.3-6.fc37.noarch.rpm
│   │   │   │   │   ├── freetype-2.12.1-3.fc37.x86_64.rpm
│   │   │   │   │   ├── fribidi-1.0.12-2.fc37.x86_64.rpm
│   │   │   │   │   ├── fuse-2.9.9-15.fc37.x86_64.rpm
│   │   │   │   │   ├── fuse-common-3.10.5-5.fc37.x86_64.rpm
│   │   │   │   │   ├── fuse-libs-2.9.9-15.fc37.x86_64.rpm
│   │   │   │   │   ├── fuse3-libs-3.10.5-5.fc37.x86_64.rpm
│   │   │   │   │   ├── gawk-5.1.1-4.fc37.x86_64.rpm
│   │   │   │   │   ├── gc-8.0.6-4.fc37.x86_64.rpm
│   │   │   │   │   ├── gdbm-libs-1.23-2.fc37.x86_64.rpm
│   │   │   │   │   ├── gdk-pixbuf2-2.42.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gdk-pixbuf2-modules-2.42.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── glib-networking-2.74.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gmp-6.2.1-3.fc37.x86_64.rpm
│   │   │   │   │   ├── gobject-introspection-1.74.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gpgme-1.17.0-4.fc37.x86_64.rpm
│   │   │   │   │   ├── graphene-1.10.6-4.fc37.x86_64.rpm
│   │   │   │   │   ├── graphite2-1.3.14-10.fc37.x86_64.rpm
│   │   │   │   │   ├── grep-3.7-4.fc37.x86_64.rpm
│   │   │   │   │   ├── gsettings-desktop-schemas-43.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gsm-1.0.22-1.fc37.x86_64.rpm
│   │   │   │   │   ├── guile22-2.2.7-6.fc37.x86_64.rpm
│   │   │   │   │   ├── gupnp-igd-1.2.0-6.fc37.x86_64.rpm
│   │   │   │   │   ├── gzip-1.12-2.fc37.x86_64.rpm
│   │   │   │   │   ├── harfbuzz-5.2.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── harfbuzz-icu-5.2.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── hfsplus-tools-540.1.linux3-27.fc37.x86_64.rpm
│   │   │   │   │   ├── hicolor-icon-theme-0.17-14.fc37.noarch.rpm
│   │   │   │   │   ├── hunspell-1.7.0-21.fc37.x86_64.rpm
│   │   │   │   │   ├── hunspell-en-US-0.20140811.1-23.fc37.noarch.rpm
│   │   │   │   │   ├── hunspell-filesystem-1.7.0-21.fc37.x86_64.rpm
│   │   │   │   │   ├── hyphen-2.8.8-18.fc37.x86_64.rpm
│   │   │   │   │   ├── ima-evm-utils-1.4-6.fc37.x86_64.rpm
│   │   │   │   │   ├── info-6.8-4.fc37.x86_64.rpm
│   │   │   │   │   ├── iproute-5.18.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── iso-codes-4.11.0-1.fc37.noarch.rpm
│   │   │   │   │   ├── isomd5sum-1.2.3-17.fc37.x86_64.rpm
│   │   │   │   │   ├── jansson-2.13.1-5.fc37.x86_64.rpm
│   │   │   │   │   ├── jbigkit-libs-2.1-24.fc37.x86_64.rpm
│   │   │   │   │   ├── json-glib-1.6.6-3.fc37.x86_64.rpm
│   │   │   │   │   ├── kbd-2.5.1-3.fc37.x86_64.rpm
│   │   │   │   │   ├── kbd-legacy-2.5.1-3.fc37.noarch.rpm
│   │   │   │   │   ├── kbd-misc-2.5.1-3.fc37.noarch.rpm
│   │   │   │   │   ├── kde-filesystem-4-68.fc37.x86_64.rpm
│   │   │   │   │   ├── kernel-srpm-macros-1.0-15.fc37.noarch.rpm
│   │   │   │   │   ├── keybinder3-0.3.2-14.fc37.x86_64.rpm
│   │   │   │   │   ├── keyutils-libs-1.6.1-5.fc37.x86_64.rpm
│   │   │   │   │   ├── kmod-30-2.fc37.x86_64.rpm
│   │   │   │   │   ├── kmod-libs-30-2.fc37.x86_64.rpm
│   │   │   │   │   ├── lame-libs-3.100-13.fc37.x86_64.rpm
│   │   │   │   │   ├── langpacks-core-font-en-3.0-26.fc37.noarch.rpm
│   │   │   │   │   ├── libXau-1.0.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libXcomposite-0.4.5-8.fc37.x86_64.rpm
│   │   │   │   │   ├── libXcursor-1.2.1-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libXdamage-1.1.5-8.fc37.x86_64.rpm
│   │   │   │   │   ├── libXdmcp-1.1.3-9.fc37.x86_64.rpm
│   │   │   │   │   ├── libXext-1.3.4-9.fc37.x86_64.rpm
│   │   │   │   │   ├── libXfixes-6.0.0-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libXfont2-2.0.3-13.fc37.x86_64.rpm
│   │   │   │   │   ├── libXft-2.3.4-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libXi-1.8-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libXinerama-1.1.4-11.fc37.x86_64.rpm
│   │   │   │   │   ├── libXrandr-1.5.2-9.fc37.x86_64.rpm
│   │   │   │   │   ├── libXrender-0.9.10-17.fc37.x86_64.rpm
│   │   │   │   │   ├── libXtst-1.2.3-17.fc37.x86_64.rpm
│   │   │   │   │   ├── libXv-1.0.11-17.fc37.x86_64.rpm
│   │   │   │   │   ├── libXxf86vm-1.1.4-19.fc37.x86_64.rpm
│   │   │   │   │   ├── libacl-2.3.1-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libaio-0.3.111-14.fc37.x86_64.rpm
│   │   │   │   │   ├── libargon2-20190702-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libassuan-2.5.5-5.fc37.x86_64.rpm
│   │   │   │   │   ├── libattr-2.5.1-5.fc37.x86_64.rpm
│   │   │   │   │   ├── libb2-0.98.1-7.fc37.x86_64.rpm
│   │   │   │   │   ├── libblkid-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libblockdev-2.28-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libblockdev-utils-2.28-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libbpf-0.8.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libbrotli-1.0.9-9.fc37.x86_64.rpm
│   │   │   │   │   ├── libcap-2.48-5.fc37.x86_64.rpm
│   │   │   │   │   ├── libcap-ng-0.8.3-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libcdio-2.1.0-8.fc37.x86_64.rpm
│   │   │   │   │   ├── libcloudproviders-0.3.1-6.fc37.x86_64.rpm
│   │   │   │   │   ├── libcom_err-1.46.5-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libdaemon-0.14-24.fc37.x86_64.rpm
│   │   │   │   │   ├── libdatrie-0.2.13-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libdb-5.3.28-53.fc37.x86_64.rpm
│   │   │   │   │   ├── libdvdnav-6.1.1-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libdvdread-6.1.3-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libepoxy-1.5.10-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libevdev-1.13.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libevent-2.1.12-7.fc37.x86_64.rpm
│   │   │   │   │   ├── libfdisk-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libfontenc-1.1.4-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libfsverity-1.4-8.fc37.x86_64.rpm
│   │   │   │   │   ├── libgcrypt-1.10.1-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libglvnd-1.5.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libglvnd-egl-1.5.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libglvnd-gles-1.5.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libglvnd-glx-1.5.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libgnomekbd-3.28.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libgudev-237-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libicu-71.1-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libkcapi-1.4.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libkcapi-hmaccalc-1.4.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libmanette-0.2.6-5.fc37.x86_64.rpm
│   │   │   │   │   ├── libmnl-1.0.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libmount-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libndp-1.8-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libnice-0.1.19-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libnl3-3.7.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libnl3-cli-3.7.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libnsl2-2.0.0-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libogg-1.3.5-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libpciaccess-0.16-7.fc37.x86_64.rpm
│   │   │   │   │   ├── libpkgconf-1.8.0-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libpng-1.6.37-13.fc37.x86_64.rpm
│   │   │   │   │   ├── libproxy-0.4.18-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libpsl-0.21.1-6.fc37.x86_64.rpm
│   │   │   │   │   ├── libseccomp-2.5.3-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libsecret-0.20.5-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libsigsegv-2.14-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libsmartcols-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libsndfile-1.1.0-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libsoup-2.74.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libsrtp-2.3.0-9.fc37.x86_64.rpm
│   │   │   │   │   ├── libss-1.46.5-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libstemmer-0-19.585svn.fc37.x86_64.rpm
│   │   │   │   │   ├── libteam-1.31-6.fc37.x86_64.rpm
│   │   │   │   │   ├── libthai-0.1.29-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libtheora-1.1.1-32.fc37.x86_64.rpm
│   │   │   │   │   ├── libtiff-4.4.0-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libtimezonemap-0.4.5.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libtool-ltdl-2.4.7-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libunistring-1.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libusb1-1.0.25-9.fc37.x86_64.rpm
│   │   │   │   │   ├── libutempter-1.2.1-7.fc37.x86_64.rpm
│   │   │   │   │   ├── libuuid-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libverto-0.3.2-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libvisual-0.4.0-36.fc37.x86_64.rpm
│   │   │   │   │   ├── libvmaf-2.3.0-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libvorbis-1.3.7-6.fc37.x86_64.rpm
│   │   │   │   │   ├── libwayland-client-1.21.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libwayland-cursor-1.21.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libwayland-egl-1.21.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libwayland-server-1.21.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libwpe-1.14.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libxcb-1.13.1-10.fc37.x86_64.rpm
│   │   │   │   │   ├── libxkbcommon-1.4.1-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libxkbfile-1.1.0-9.fc37.x86_64.rpm
│   │   │   │   │   ├── libxklavier-5.4-21.fc37.x86_64.rpm
│   │   │   │   │   ├── libxshmfence-1.3-11.fc37.x86_64.rpm
│   │   │   │   │   ├── libyaml-0.2.5-8.fc37.x86_64.rpm
│   │   │   │   │   ├── lilv-libs-0.24.14-3.fc37.x86_64.rpm
│   │   │   │   │   ├── livecd-iso-to-mediums-31.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── livecd-tools-31.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── lsof-4.94.0-4.fc37.x86_64.rpm
│   │   │   │   │   ├── lua-srpm-macros-1-7.fc37.noarch.rpm
│   │   │   │   │   ├── lzo-2.10-7.fc37.x86_64.rpm
│   │   │   │   │   ├── make-4.3-11.fc37.x86_64.rpm
│   │   │   │   │   ├── malcontent-libs-0.11.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── mpdecimal-2.5.1-4.fc37.x86_64.rpm
│   │   │   │   │   ├── mpfr-4.1.0-10.fc37.x86_64.rpm
│   │   │   │   │   ├── nettle-3.8-2.fc37.x86_64.rpm
│   │   │   │   │   ├── nim-srpm-macros-3-7.fc37.noarch.rpm
│   │   │   │   │   ├── npth-1.6-9.fc37.x86_64.rpm
│   │   │   │   │   ├── ocaml-srpm-macros-7-2.fc37.noarch.rpm
│   │   │   │   │   ├── openblas-srpm-macros-2-12.fc37.noarch.rpm
│   │   │   │   │   ├── opus-1.3.1-11.fc37.x86_64.rpm
│   │   │   │   │   ├── orc-0.4.31-8.fc37.x86_64.rpm
│   │   │   │   │   ├── pam-1.5.2-14.fc37.x86_64.rpm
│   │   │   │   │   ├── pam-libs-1.5.2-14.fc37.x86_64.rpm
│   │   │   │   │   ├── parted-3.5-6.fc37.x86_64.rpm
│   │   │   │   │   ├── patch-2.7.6-17.fc37.x86_64.rpm
│   │   │   │   │   ├── pbzip2-1.1.13-7.fc37.x86_64.rpm
│   │   │   │   │   ├── pcre-8.45-1.fc37.2.x86_64.rpm
│   │   │   │   │   ├── pcre2-10.40-1.fc37.1.x86_64.rpm
│   │   │   │   │   ├── pcre2-syntax-10.40-1.fc37.1.noarch.rpm
│   │   │   │   │   ├── perl-srpm-macros-1-46.fc37.noarch.rpm
│   │   │   │   │   ├── pigz-2.7-2.fc37.x86_64.rpm
│   │   │   │   │   ├── pixman-0.40.0-6.fc37.x86_64.rpm
│   │   │   │   │   ├── pkgconf-1.8.0-3.fc37.x86_64.rpm
│   │   │   │   │   ├── pkgconf-m4-1.8.0-3.fc37.noarch.rpm
│   │   │   │   │   ├── pkgconf-pkg-config-1.8.0-3.fc37.x86_64.rpm
│   │   │   │   │   ├── popt-1.19-1.fc37.x86_64.rpm
│   │   │   │   │   ├── psmisc-23.4-4.fc37.x86_64.rpm
│   │   │   │   │   ├── python-imgcreate-sysdeps-31.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-blockdev-2.28-2.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-cairo-1.21.0-3.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-charset-normalizer-2.1.0-2.fc37.noarch.rpm
│   │   │   │   │   ├── python3-dasbus-1.6-6.fc37.noarch.rpm
│   │   │   │   │   ├── python3-gobject-3.42.2-2.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-gobject-base-3.42.2-2.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-gobject-base-noarch-3.42.2-2.fc37.noarch.rpm
│   │   │   │   │   ├── python3-idna-3.3-4.fc37.noarch.rpm
│   │   │   │   │   ├── python3-imgcreate-31.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-jinja2-3.0.3-5.fc37.noarch.rpm
│   │   │   │   │   ├── python3-mako-1.1.4-9.fc37.noarch.rpm
│   │   │   │   │   ├── python3-markupsafe-2.1.1-3.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-meh-0.50-7.fc37.noarch.rpm
│   │   │   │   │   ├── python3-meh-gui-0.50-7.fc37.noarch.rpm
│   │   │   │   │   ├── python3-packaging-21.3-6.fc37.noarch.rpm
│   │   │   │   │   ├── python3-pid-2.2.3-15.fc37.noarch.rpm
│   │   │   │   │   ├── python3-pycdio-2.1.0-9.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-pycurl-7.45.1-4.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-pyparsing-3.0.9-2.fc37.noarch.rpm
│   │   │   │   │   ├── python3-pyparted-3.12.0-6.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-pysocks-1.7.1-15.fc37.noarch.rpm
│   │   │   │   │   ├── python3-pyudev-0.23.2-3.fc37.noarch.rpm
│   │   │   │   │   ├── python3-requests-file-1.5.1-7.fc37.noarch.rpm
│   │   │   │   │   ├── python3-requests-ftp-0.3.1-26.fc37.noarch.rpm
│   │   │   │   │   ├── python3-simpleline-1.9.0-4.fc37.noarch.rpm
│   │   │   │   │   ├── python3-six-1.16.0-8.fc37.noarch.rpm
│   │   │   │   │   ├── python3-systemd-235-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-urlgrabber-4.1.0-11.fc37.noarch.rpm
│   │   │   │   │   ├── sed-4.8-11.fc37.x86_64.rpm
│   │   │   │   │   ├── serd-0.30.12-2.fc37.x86_64.rpm
│   │   │   │   │   ├── setup-2.14.1-2.fc37.noarch.rpm
│   │   │   │   │   ├── shared-mime-info-2.2-2.fc37.x86_64.rpm
│   │   │   │   │   ├── soundtouch-2.3.1-3.fc37.x86_64.rpm
│   │   │   │   │   ├── squashfs-tools-4.5.1-2.fc37.x86_64.rpm
│   │   │   │   │   ├── sratom-0.6.10-2.fc37.x86_64.rpm
│   │   │   │   │   ├── svt-av1-libs-1.1.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── syslinux-6.04-0.23.fc37.x86_64.rpm
│   │   │   │   │   ├── syslinux-extlinux-6.04-0.23.fc37.x86_64.rpm
│   │   │   │   │   ├── syslinux-extlinux-nonlinux-6.04-0.23.fc37.noarch.rpm
│   │   │   │   │   ├── syslinux-nonlinux-6.04-0.23.fc37.noarch.rpm
│   │   │   │   │   ├── teamd-1.31-6.fc37.x86_64.rpm
│   │   │   │   │   ├── unzip-6.0-58.fc37.x86_64.rpm
│   │   │   │   │   ├── util-linux-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── util-linux-core-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── vulkan-loader-1.3.216.0-3.fc37.x86_64.rpm
│   │   │   │   │   ├── webrtc-audio-processing-0.3.1-9.fc37.x86_64.rpm
│   │   │   │   │   ├── woff2-1.0.2-15.fc37.x86_64.rpm
│   │   │   │   │   ├── xkbcomp-1.4.5-4.fc37.x86_64.rpm
│   │   │   │   │   ├── xml-common-0.6.3-59.fc37.noarch.rpm
│   │   │   │   │   ├── yelp-42.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── yelp-libs-42.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── yelp-xsl-42.1-1.fc37.noarch.rpm
│   │   │   │   │   ├── zip-3.0-33.fc37.x86_64.rpm
│   │   │   │   │   └── zlib-1.2.12-5.fc37.x86_64.rpm
│   │   │   │   └── repodata
│   │   │   │   ├── 721f55ca56291adc1d1a566c06716b12c2373e57b213c6da778a9349e17e312a-comps-Everything.x86_64.xml
│   │   │   │   ├── 72c5f1d9a2866f4975c46f79ddc144e41a96992f842b8522e97603c0650a4d03-primary.xml.zck
│   │   │   │   ├── 817f980753a2031de30d066e009ffda338bad185a7dc7c617e5e6c33f869455c-filelists.xml.zck
│   │   │   │   ├── gen
│   │   │   │   │   └── groups.xml
│   │   │   │   └── repomd.xml
│   │   │   ├── fedora-filenames.solvx
│   │   │   ├── fedora.solv
│   │   │   ├── qubes-current-e602e43ee0f792fb
│   │   │   │   ├── packages
│   │   │   │   │   ├── anaconda-37.12.6-6.fc37.x86_64.rpm
│   │   │   │   │   ├── anaconda-core-37.12.6-6.fc37.x86_64.rpm
│   │   │   │   │   ├── anaconda-gui-37.12.6-6.fc37.x86_64.rpm
│   │   │   │   │   ├── anaconda-tui-37.12.6-6.fc37.x86_64.rpm
│   │   │   │   │   ├── anaconda-widgets-37.12.6-6.fc37.x86_64.rpm
│   │   │   │   │   ├── blivet-data-3.5.0-1.fc37.noarch.rpm
│   │   │   │   │   ├── device-mapper-1.02.171-6.fc37.x86_64.rpm
│   │   │   │   │   ├── device-mapper-libs-1.02.171-6.fc37.x86_64.rpm
│   │   │   │   │   ├── dracut-059-5.fc37.x86_64.rpm
│   │   │   │   │   ├── dracut-live-059-5.fc37.x86_64.rpm
│   │   │   │   │   ├── dracut-network-059-5.fc37.x86_64.rpm
│   │   │   │   │   ├── grub2-common-2.06-4.fc37.noarch.rpm
│   │   │   │   │   ├── grub2-pc-2.06-4.fc37.x86_64.rpm
│   │   │   │   │   ├── grub2-pc-modules-2.06-4.fc37.noarch.rpm
│   │   │   │   │   ├── grub2-tools-2.06-4.fc37.x86_64.rpm
│   │   │   │   │   ├── grub2-tools-minimal-2.06-4.fc37.x86_64.rpm
│   │   │   │   │   ├── lorax-37.8-1.fc37.x86_64.rpm
│   │   │   │   │   ├── lorax-templates-generic-37.8-1.fc37.x86_64.rpm
│   │   │   │   │   ├── lorax-templates-qubes-4.2.7-1.fc37.noarch.rpm
│   │   │   │   │   ├── pykickstart-3.41-1.fc37.noarch.rpm
│   │   │   │   │   ├── python3-blivet-3.5.0-1.fc37.noarch.rpm
│   │   │   │   │   ├── python3-kickstart-3.41-1.fc37.noarch.rpm
│   │   │   │   │   ├── qubes-artwork-4.2.1-1.fc37.noarch.rpm
│   │   │   │   │   ├── seabios-bin-1.16.2-1.fc37.noarch.rpm
│   │   │   │   │   ├── xen-hypervisor-4.17.4-4.fc37.x86_64.rpm
│   │   │   │   │   ├── xen-libs-4.17.4-4.fc37.x86_64.rpm
│   │   │   │   │   ├── xen-licenses-4.17.4-4.fc37.x86_64.rpm
│   │   │   │   │   └── xen-runtime-4.17.4-4.fc37.x86_64.rpm
│   │   │   │   ├── pubring
│   │   │   │   │   └── E022E58F8E34D89F.pub
│   │   │   │   └── repodata
│   │   │   │   ├── 0220db1284f763f640040ebd5b0532988be397ed10fb8c36c0ecdc6f0a09b825-comps.xml.zst
│   │   │   │   ├── 1264e9c745eb63e6da0224b3d877e0127b736a4262dc794ae0cbb274248e13ea-primary.xml.zst
│   │   │   │   ├── 7b123018072cc062e4953bb10a2cedf51939b7782e306b04b3f2b35e34c9ddc0-filelists.xml.zst
│   │   │   │   ├── gen
│   │   │   │   │   └── groups.xml
│   │   │   │   ├── repomd.xml
│   │   │   │   └── repomd.xml.asc
│   │   │   ├── qubes-current-filenames.solvx
│   │   │   ├── qubes-current-testing-ed4169bf448f2f70
│   │   │   │   ├── pubring
│   │   │   │   │   └── E022E58F8E34D89F.pub
│   │   │   │   └── repodata
│   │   │   │   ├── 0220db1284f763f640040ebd5b0532988be397ed10fb8c36c0ecdc6f0a09b825-comps.xml.zst
│   │   │   │   ├── 226945594d46a3f67bd7f50a38e986707fa68a7a705c05d3116041d7a666a116-filelists.xml.zst
│   │   │   │   ├── 32fca486c062bc6029b0addad1edfb73bbfec2b7bf0b40fe5ce2f5e31b908ca5-primary.xml.zst
│   │   │   │   ├── gen
│   │   │   │   │   └── groups.xml
│   │   │   │   ├── repomd.xml
│   │   │   │   └── repomd.xml.asc
│   │   │   ├── qubes-current-testing-filenames.solvx
│   │   │   ├── qubes-current-testing.solv
│   │   │   ├── qubes-current.solv
│   │   │   ├── updates-fd4d3d0d1c34d49a
│   │   │   │   ├── metalink.xml
│   │   │   │   ├── packages
│   │   │   │   │   ├── NetworkManager-1.40.18-1.fc37.x86_64.rpm
│   │   │   │   │   ├── NetworkManager-libnm-1.40.18-1.fc37.x86_64.rpm
│   │   │   │   │   ├── NetworkManager-team-1.40.18-1.fc37.x86_64.rpm
│   │   │   │   │   ├── alsa-lib-1.2.9-1.fc37.x86_64.rpm
│   │   │   │   │   ├── alternatives-1.24-1.fc37.x86_64.rpm
│   │   │   │   │   ├── ansible-srpm-macros-1-10.fc37.noarch.rpm
│   │   │   │   │   ├── audit-libs-3.1.2-5.fc37.x86_64.rpm
│   │   │   │   │   ├── authselect-1.4.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── authselect-libs-1.4.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── avahi-libs-0.8-18.fc37.x86_64.rpm
│   │   │   │   │   ├── bash-5.2.21-1.fc37.x86_64.rpm
│   │   │   │   │   ├── binutils-2.38-27.fc37.x86_64.rpm
│   │   │   │   │   ├── binutils-gold-2.38-27.fc37.x86_64.rpm
│   │   │   │   │   ├── blivet-gui-runtime-2.4.2-1.fc37.noarch.rpm
│   │   │   │   │   ├── ca-certificates-2023.2.60_v7.0.306-1.0.fc37.noarch.rpm
│   │   │   │   │   ├── coreutils-9.1-8.fc37.x86_64.rpm
│   │   │   │   │   ├── coreutils-common-9.1-8.fc37.x86_64.rpm
│   │   │   │   │   ├── createrepo_c-0.21.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── createrepo_c-libs-0.21.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── cryptsetup-2.6.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── cryptsetup-libs-2.6.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── cups-libs-2.4.7-2.fc37.x86_64.rpm
│   │   │   │   │   ├── curl-7.85.0-12.fc37.x86_64.rpm
│   │   │   │   │   ├── dbus-1.14.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── dbus-broker-33-1.fc37.x86_64.rpm
│   │   │   │   │   ├── dbus-common-1.14.10-1.fc37.noarch.rpm
│   │   │   │   │   ├── dbus-daemon-1.14.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── dbus-libs-1.14.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── dbus-tools-1.14.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── dbus-x11-1.14.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── debugedit-5.0-7.fc37.x86_64.rpm
│   │   │   │   │   ├── dnf-4.18.0-2.fc37.noarch.rpm
│   │   │   │   │   ├── dnf-data-4.18.0-2.fc37.noarch.rpm
│   │   │   │   │   ├── drpm-0.5.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── elfutils-0.190-2.fc37.x86_64.rpm
│   │   │   │   │   ├── elfutils-debuginfod-client-0.190-2.fc37.x86_64.rpm
│   │   │   │   │   ├── elfutils-default-yama-scope-0.190-2.fc37.noarch.rpm
│   │   │   │   │   ├── elfutils-libelf-0.190-2.fc37.x86_64.rpm
│   │   │   │   │   ├── elfutils-libs-0.190-2.fc37.x86_64.rpm
│   │   │   │   │   ├── enchant2-2.3.4-1.fc37.x86_64.rpm
│   │   │   │   │   ├── expat-2.5.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── fedora-gpg-keys-37-2.noarch.rpm
│   │   │   │   │   ├── fedora-release-37-18.noarch.rpm
│   │   │   │   │   ├── fedora-release-common-37-18.noarch.rpm
│   │   │   │   │   ├── fedora-release-identity-basic-37-18.noarch.rpm
│   │   │   │   │   ├── fedora-repos-37-2.noarch.rpm
│   │   │   │   │   ├── flac-libs-1.3.4-3.fc37.x86_64.rpm
│   │   │   │   │   ├── flatpak-libs-1.14.4-1.fc37.x86_64.rpm
│   │   │   │   │   ├── fontconfig-2.14.1-2.fc37.x86_64.rpm
│   │   │   │   │   ├── gdb-minimal-13.2-3.fc37.x86_64.rpm
│   │   │   │   │   ├── gettext-0.21.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gettext-envsubst-0.21.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gettext-libs-0.21.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gettext-runtime-0.21.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── ghc-srpm-macros-1.6.1-1.fc37.noarch.rpm
│   │   │   │   │   ├── glib2-2.74.7-2.fc37.x86_64.rpm
│   │   │   │   │   ├── glibc-2.36-18.fc37.x86_64.rpm
│   │   │   │   │   ├── glibc-all-langpacks-2.36-18.fc37.x86_64.rpm
│   │   │   │   │   ├── glibc-common-2.36-18.fc37.x86_64.rpm
│   │   │   │   │   ├── glibc-gconv-extra-2.36-18.fc37.x86_64.rpm
│   │   │   │   │   ├── glibc-minimal-langpack-2.36-18.fc37.x86_64.rpm
│   │   │   │   │   ├── gnat-srpm-macros-5-1.fc37.noarch.rpm
│   │   │   │   │   ├── gnupg2-2.3.8-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gnutls-3.8.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── go-srpm-macros-3.3.1-1.fc37.noarch.rpm
│   │   │   │   │   ├── google-noto-fonts-common-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   │   │   ├── google-noto-sans-vf-fonts-20201206^1.git0c78c8329-8.fc37.noarch.rpm
│   │   │   │   │   ├── gssdp-1.4.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gstreamer1-1.20.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gstreamer1-plugins-bad-free-1.20.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gstreamer1-plugins-base-1.20.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gtk-update-icon-cache-3.24.38-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gtk3-3.24.38-1.fc37.x86_64.rpm
│   │   │   │   │   ├── gupnp-1.4.4-1.fc37.x86_64.rpm
│   │   │   │   │   ├── highway-1.0.7-1.fc37.x86_64.rpm
│   │   │   │   │   ├── hwdata-0.376-1.fc37.noarch.rpm
│   │   │   │   │   ├── iputils-20221126-1.fc37.x86_64.rpm
│   │   │   │   │   ├── javascriptcoregtk4.1-2.42.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── json-c-0.17-1.fc37.x86_64.rpm
│   │   │   │   │   ├── kf5-filesystem-5.108.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── kpartx-0.9.0-4.fc37.x86_64.rpm
│   │   │   │   │   ├── krb5-libs-1.19.2-13.fc37.x86_64.rpm
│   │   │   │   │   ├── langtable-0.0.64-1.fc37.noarch.rpm
│   │   │   │   │   ├── lcms2-2.14-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libX11-1.8.4-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libX11-common-1.8.4-1.fc37.noarch.rpm
│   │   │   │   │   ├── libX11-xcb-1.8.4-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libaom-3.7.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libarchive-3.6.1-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libatomic-12.3.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libavif-0.11.1-4.fc37.x86_64.rpm
│   │   │   │   │   ├── libburn-1.5.6-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libbytesize-2.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libcomps-0.1.20-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libcurl-7.85.0-12.fc37.x86_64.rpm
│   │   │   │   │   ├── libdav1d-1.2.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libdnf-0.72.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libdrm-2.4.117-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libeconf-0.5.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libedit-3.1-43.20221009cvs.fc37.x86_64.rpm
│   │   │   │   │   ├── libffi-3.4.4-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libgcc-12.3.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libgomp-12.3.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libgpg-error-1.46-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libgusb-0.4.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libhandy-1.8.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libidn2-2.3.4-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libisoburn-1.5.6-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libisofs-1.5.6-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libjxl-0.7.0-5.fc37.x86_64.rpm
│   │   │   │   │   ├── libksba-1.6.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libmodulemd-2.15.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libnghttp2-1.51.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libpwquality-1.4.5-3.fc37.x86_64.rpm
│   │   │   │   │   ├── librepo-1.17.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libreport-2.17.11-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libreport-anaconda-2.17.11-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libreport-cli-2.17.11-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libreport-filesystem-2.17.11-1.fc37.noarch.rpm
│   │   │   │   │   ├── libreport-gtk-2.17.11-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libreport-plugin-bugzilla-2.17.11-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libreport-plugin-reportuploader-2.17.11-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libreport-web-2.17.11-1.fc37.x86_64.rpm
│   │   │   │   │   ├── librsvg2-2.54.6-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libselinux-3.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libselinux-utils-3.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libsemanage-3.5-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libsepol-3.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libsolv-0.7.25-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libsoup3-3.2.2-3.fc37.x86_64.rpm
│   │   │   │   │   ├── libssh-0.10.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libssh-config-0.10.5-1.fc37.noarch.rpm
│   │   │   │   │   ├── libsss_idmap-2.9.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libsss_nss_idmap-2.9.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libstdc++-12.3.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libtasn1-4.19.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libtirpc-1.3.3-1.rc1.fc37.x86_64.rpm
│   │   │   │   │   ├── libtracker-sparql-3.4.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libunwind-1.6.2-5.fc37.x86_64.rpm
│   │   │   │   │   ├── liburing-2.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libva-2.16.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libwebp-1.3.2-2.fc37.x86_64.rpm
│   │   │   │   │   ├── libxcrypt-4.4.36-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libxml2-2.10.4-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libxslt-1.1.39-1.fc37.x86_64.rpm
│   │   │   │   │   ├── libzstd-1.5.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── llvm-libs-15.0.7-2.fc37.x86_64.rpm
│   │   │   │   │   ├── lua-libs-5.4.4-9.fc37.x86_64.rpm
│   │   │   │   │   ├── lz4-libs-1.9.4-1.fc37.x86_64.rpm
│   │   │   │   │   ├── mesa-dri-drivers-23.0.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── mesa-filesystem-23.0.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── mesa-libEGL-23.0.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── mesa-libGL-23.0.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── mesa-libgbm-23.0.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── mesa-libglapi-23.0.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── mpg123-libs-1.31.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── mtools-4.0.43-1.fc37.x86_64.rpm
│   │   │   │   │   ├── ncurses-base-6.4-3.20230114.fc37.noarch.rpm
│   │   │   │   │   ├── ncurses-libs-6.4-3.20230114.fc37.x86_64.rpm
│   │   │   │   │   ├── nspr-4.35.0-11.fc37.x86_64.rpm
│   │   │   │   │   ├── nss-3.94.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── nss-softokn-3.94.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── nss-softokn-freebl-3.94.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── nss-sysinit-3.94.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── nss-util-3.94.0-2.fc37.x86_64.rpm
│   │   │   │   │   ├── ntfs-3g-2022.10.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── ntfs-3g-libs-2022.10.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── openjpeg2-2.5.0-5.fc37.x86_64.rpm
│   │   │   │   │   ├── openldap-2.6.6-1.fc37.x86_64.rpm
│   │   │   │   │   ├── openssl-libs-3.0.9-1.fc37.x86_64.rpm
│   │   │   │   │   ├── ostree-2022.7-2.fc37.x86_64.rpm
│   │   │   │   │   ├── ostree-libs-2022.7-2.fc37.x86_64.rpm
│   │   │   │   │   ├── p11-kit-0.25.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── p11-kit-trust-0.25.3-1.fc37.x86_64.rpm
│   │   │   │   │   ├── package-notes-srpm-macros-0.5-7.fc37.noarch.rpm
│   │   │   │   │   ├── pango-1.50.14-1.fc37.x86_64.rpm
│   │   │   │   │   ├── policycoreutils-3.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── polkit-libs-121-4.fc37.2.x86_64.rpm
│   │   │   │   │   ├── procps-ng-3.3.17-6.fc37.3.x86_64.rpm
│   │   │   │   │   ├── publicsuffix-list-dafsa-20230812-1.fc37.noarch.rpm
│   │   │   │   │   ├── pyproject-srpm-macros-1.10.0-1.fc37.noarch.rpm
│   │   │   │   │   ├── python-pip-wheel-22.2.2-3.fc37.noarch.rpm
│   │   │   │   │   ├── python-setuptools-wheel-62.6.0-3.fc37.noarch.rpm
│   │   │   │   │   ├── python-srpm-macros-3.11-6.fc37.noarch.rpm
│   │   │   │   │   ├── python3-3.11.6-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-bytesize-2.10-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-dbus-1.3.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-dnf-4.18.0-2.fc37.noarch.rpm
│   │   │   │   │   ├── python3-hawkey-0.72.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-langtable-0.0.64-1.fc37.noarch.rpm
│   │   │   │   │   ├── python3-libcomps-0.1.20-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-libdnf-0.72.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-librepo-1.17.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-libreport-2.17.11-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-libs-3.11.6-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-libselinux-3.5-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-productmd-1.37-1.fc37.noarch.rpm
│   │   │   │   │   ├── python3-pwquality-1.4.5-3.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-requests-2.28.1-3.fc37.noarch.rpm
│   │   │   │   │   ├── python3-rpm-4.18.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── python3-setuptools-62.6.0-3.fc37.noarch.rpm
│   │   │   │   │   ├── python3-urllib3+socks-1.26.18-1.fc37.noarch.rpm
│   │   │   │   │   ├── python3-urllib3-1.26.18-1.fc37.noarch.rpm
│   │   │   │   │   ├── qemu-img-7.0.0-15.fc37.x86_64.rpm
│   │   │   │   │   ├── qt5-srpm-macros-5.15.10-1.fc37.noarch.rpm
│   │   │   │   │   ├── qt6-srpm-macros-6.5.1-2.fc37.noarch.rpm
│   │   │   │   │   ├── rav1e-libs-0.6.6-3.fc37.x86_64.rpm
│   │   │   │   │   ├── readline-8.2-2.fc37.x86_64.rpm
│   │   │   │   │   ├── redhat-rpm-config-230-1.fc37.noarch.rpm
│   │   │   │   │   ├── rpm-4.18.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── rpm-build-4.18.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── rpm-build-libs-4.18.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── rpm-libs-4.18.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── rpm-plugin-selinux-4.18.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── rpm-sign-libs-4.18.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── rpmautospec-rpm-macros-0.3.8-1.fc37.noarch.rpm
│   │   │   │   │   ├── rsync-3.2.7-1.fc37.x86_64.rpm
│   │   │   │   │   ├── rust-srpm-macros-25.2-2.fc37.noarch.rpm
│   │   │   │   │   ├── satyr-0.42-1.fc37.x86_64.rpm
│   │   │   │   │   ├── selinux-policy-37.23-1.fc37.noarch.rpm
│   │   │   │   │   ├── selinux-policy-targeted-37.23-1.fc37.noarch.rpm
│   │   │   │   │   ├── shadow-utils-4.12.3-6.fc37.x86_64.rpm
│   │   │   │   │   ├── sord-0.16.10-3.fc37.x86_64.rpm
│   │   │   │   │   ├── sqlite-libs-3.40.0-1.fc37.x86_64.rpm
│   │   │   │   │   ├── sssd-client-2.9.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── systemd-251.19-1.fc37.x86_64.rpm
│   │   │   │   │   ├── systemd-boot-unsigned-251.19-1.fc37.x86_64.rpm
│   │   │   │   │   ├── systemd-libs-251.19-1.fc37.x86_64.rpm
│   │   │   │   │   ├── systemd-pam-251.19-1.fc37.x86_64.rpm
│   │   │   │   │   ├── systemd-resolved-251.19-1.fc37.x86_64.rpm
│   │   │   │   │   ├── systemd-rpm-macros-251.19-1.fc37.noarch.rpm
│   │   │   │   │   ├── systemd-udev-251.19-1.fc37.x86_64.rpm
│   │   │   │   │   ├── tar-1.34-6.fc37.x86_64.rpm
│   │   │   │   │   ├── tigervnc-license-1.13.1-6.fc37.noarch.rpm
│   │   │   │   │   ├── tigervnc-server-minimal-1.13.1-6.fc37.x86_64.rpm
│   │   │   │   │   ├── tpm2-tss-3.2.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── tzdata-2023c-1.fc37.noarch.rpm
│   │   │   │   │   ├── webkit2gtk4.1-2.42.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── which-2.21-39.fc37.x86_64.rpm
│   │   │   │   │   ├── wpebackend-fdo-1.14.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── xdg-dbus-proxy-0.1.4-2.fc37.x86_64.rpm
│   │   │   │   │   ├── xkeyboard-config-2.36-3.fc37.noarch.rpm
│   │   │   │   │   ├── xmlrpc-c-1.51.08-1.fc37.x86_64.rpm
│   │   │   │   │   ├── xmlrpc-c-client-1.51.08-1.fc37.x86_64.rpm
│   │   │   │   │   ├── xorriso-1.5.6-1.fc37.x86_64.rpm
│   │   │   │   │   ├── xxhash-libs-0.8.2-1.fc37.x86_64.rpm
│   │   │   │   │   ├── xz-5.4.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── xz-libs-5.4.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── xz-lzma-compat-5.4.1-1.fc37.x86_64.rpm
│   │   │   │   │   ├── yajl-2.1.0-21.fc37.x86_64.rpm
│   │   │   │   │   ├── zchunk-libs-1.3.2-1.fc37.x86_64.rpm
│   │   │   │   │   └── zstd-1.5.5-1.fc37.x86_64.rpm
│   │   │   │   └── repodata
│   │   │   │   ├── 3a72af5d1120b6adc68c06e2c4eeafdfeaa23cb8dd7765fba533b5f7ac7ae76b-comps-Everything.x86_64.xml.gz
│   │   │   │   ├── 687bb473a8403e32ef7e023f0b32b894b6e6297ef649e76afc00ee96d032093b-prestodelta.xml.zck
│   │   │   │   ├── 7580dffaa133fad14bb8e8f27f959a16855ffb77f334cba639aac553d9763490-filelists.xml.zck
│   │   │   │   ├── 961cf374cee4102b74f413bea2259411ef8a9c6d8ac69e76803d5857472894ce-primary.xml.zck
│   │   │   │   ├── 96a90c3b769f5f60e375063bb855ceadafe7a75390511ce83d8e517b6defe18b-updateinfo.xml.zck
│   │   │   │   ├── gen
│   │   │   │   │   └── groups.xml
│   │   │   │   └── repomd.xml
│   │   │   ├── updates-filenames.solvx
│   │   │   ├── updates-updateinfo.solvx
│   │   │   └── updates.solv
│   │   ├── root_cache
│   │   │   ├── cache.log
│   │   │   ├── cache.tar.gz
│   │   │   └── rootcache.lock
│   │   ├── yum_cache
│   │   └── yumcache.lock
│   └── templates
│   ├── qubes-template-debian-12-xfce-4.2.0-202406250220.noarch.rpm
│   ├── qubes-template-fedora-40-xfce-4.2.0-202406250220.noarch.rpm
│   ├── qubes-template-whonix-gateway-17-4.2.0-202406201542.noarch.rpm
│   └── qubes-template-whonix-workstation-17-4.2.0-202406201542.noarch.rpm
├── components
│   ├── qubes-release
│   │   └── noversion
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   └── release-configs
│   ├── 20220626-1
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   └── noversion
│   └── nodist
│   └── fetch
│   └── source.fetch.yml
├── distfiles
│   ├── qubes-release
│   └── release-configs
├── installer
│   ├── fc37_Qubes-4.2.202303211339-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202303281235-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202304081519-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202304231913-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202304291601-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202305060901-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202305221524-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202305291837-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202306240624-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202306252230-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202306261037-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202307010631-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202307090821-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202307091441-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202307170636-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202307232032-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202307291832-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202308051647-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202308072249-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202308081030-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202308260643-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202308270121-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202309021755-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202309160752-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202309231123-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202310011732-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202310132059-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202310202051-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202310220209-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202311042119-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202311102039-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202311182004-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202311242242-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202312012210-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202312021506-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202312090735-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202312152151-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202312161209-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202312230936-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202312292236-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202401041304-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202401122155-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202402022144-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202402101108-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202402240833-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202403091511-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202403300842-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202404060837-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202404130942-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202404281121-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202405110844-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202406141353-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202406221114-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202406290920-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202407052200-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202407122200-x86_64.build.yml
│   ├── fc37_Qubes-4.2.202407262200-x86_64.build.yml
│   └── latest_fc37_iso_timestamp
├── iso
│   ├── Qubes-4.2.202303211339-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202303211339-x86_64.iso.asc
│   ├── Qubes-4.2.202303211339-x86_64.torrent
│   ├── Qubes-4.2.202303281235-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202303281235-x86_64.iso.asc
│   ├── Qubes-4.2.202303281235-x86_64.torrent
│   ├── Qubes-4.2.202304081519-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202304081519-x86_64.iso.asc
│   ├── Qubes-4.2.202304081519-x86_64.torrent
│   ├── Qubes-4.2.202304231913-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202304231913-x86_64.iso.asc
│   ├── Qubes-4.2.202304231913-x86_64.torrent
│   ├── Qubes-4.2.202304291601-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202304291601-x86_64.iso.asc
│   ├── Qubes-4.2.202304291601-x86_64.torrent
│   ├── Qubes-4.2.202305060901-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202305060901-x86_64.iso.asc
│   ├── Qubes-4.2.202305060901-x86_64.torrent
│   ├── Qubes-4.2.202305221524-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202305221524-x86_64.iso.asc
│   ├── Qubes-4.2.202305221524-x86_64.torrent
│   ├── Qubes-4.2.202305291837-x86_64.iso.asc
│   ├── Qubes-4.2.202306240624-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202306240624-x86_64.iso.asc
│   ├── Qubes-4.2.202306240624-x86_64.torrent
│   ├── Qubes-4.2.202306261037-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202306261037-x86_64.iso.asc
│   ├── Qubes-4.2.202306261037-x86_64.torrent
│   ├── Qubes-4.2.202307010631-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202307010631-x86_64.iso.asc
│   ├── Qubes-4.2.202307010631-x86_64.torrent
│   ├── Qubes-4.2.202307090821-x86_64.iso.asc
│   ├── Qubes-4.2.202307091441-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202307091441-x86_64.iso.asc
│   ├── Qubes-4.2.202307091441-x86_64.torrent
│   ├── Qubes-4.2.202307170636-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202307170636-x86_64.iso.asc
│   ├── Qubes-4.2.202307170636-x86_64.torrent
│   ├── Qubes-4.2.202307232032-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202307232032-x86_64.iso.asc
│   ├── Qubes-4.2.202307232032-x86_64.torrent
│   ├── Qubes-4.2.202307291832-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202307291832-x86_64.iso.asc
│   ├── Qubes-4.2.202307291832-x86_64.torrent
│   ├── Qubes-4.2.202308051647-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202308051647-x86_64.iso.asc
│   ├── Qubes-4.2.202308051647-x86_64.torrent
│   ├── Qubes-4.2.202308072249-x86_64.iso.asc
│   ├── Qubes-4.2.202308081030-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202308081030-x86_64.iso.asc
│   ├── Qubes-4.2.202308081030-x86_64.torrent
│   ├── Qubes-4.2.202308260643-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202308260643-x86_64.iso.asc
│   ├── Qubes-4.2.202308260643-x86_64.torrent
│   ├── Qubes-4.2.202308270121-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202308270121-x86_64.iso.asc
│   ├── Qubes-4.2.202308270121-x86_64.torrent
│   ├── Qubes-4.2.202309021755-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202309021755-x86_64.iso.asc
│   ├── Qubes-4.2.202309021755-x86_64.torrent
│   ├── Qubes-4.2.202309160752-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202309160752-x86_64.iso.asc
│   ├── Qubes-4.2.202309160752-x86_64.torrent
│   ├── Qubes-4.2.202309231123-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202309231123-x86_64.iso.asc
│   ├── Qubes-4.2.202309231123-x86_64.torrent
│   ├── Qubes-4.2.202310011732-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202310011732-x86_64.iso.asc
│   ├── Qubes-4.2.202310011732-x86_64.torrent
│   ├── Qubes-4.2.202310132059-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202310132059-x86_64.iso.asc
│   ├── Qubes-4.2.202310132059-x86_64.torrent
│   ├── Qubes-4.2.202310202051-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202310202051-x86_64.iso.asc
│   ├── Qubes-4.2.202310202051-x86_64.torrent
│   ├── Qubes-4.2.202310220209-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202310220209-x86_64.iso.asc
│   ├── Qubes-4.2.202310220209-x86_64.torrent
│   ├── Qubes-4.2.202311042119-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202311042119-x86_64.iso.asc
│   ├── Qubes-4.2.202311042119-x86_64.torrent
│   ├── Qubes-4.2.202311102039-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202311102039-x86_64.iso.asc
│   ├── Qubes-4.2.202311102039-x86_64.torrent
│   ├── Qubes-4.2.202311182004-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202311182004-x86_64.iso.asc
│   ├── Qubes-4.2.202311182004-x86_64.torrent
│   ├── Qubes-4.2.202311242242-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202311242242-x86_64.iso.asc
│   ├── Qubes-4.2.202311242242-x86_64.torrent
│   ├── Qubes-4.2.202312012210-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202312012210-x86_64.iso.asc
│   ├── Qubes-4.2.202312012210-x86_64.torrent
│   ├── Qubes-4.2.202312021506-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202312021506-x86_64.iso.asc
│   ├── Qubes-4.2.202312021506-x86_64.torrent
│   ├── Qubes-4.2.202312090735-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202312090735-x86_64.iso.asc
│   ├── Qubes-4.2.202312090735-x86_64.torrent
│   ├── Qubes-4.2.202312152151-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202312152151-x86_64.iso.asc
│   ├── Qubes-4.2.202312152151-x86_64.torrent
│   ├── Qubes-4.2.202312161209-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202312161209-x86_64.iso.asc
│   ├── Qubes-4.2.202312161209-x86_64.torrent
│   ├── Qubes-4.2.202312230936-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202312230936-x86_64.iso.asc
│   ├── Qubes-4.2.202312230936-x86_64.torrent
│   ├── Qubes-4.2.202312292236-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202312292236-x86_64.iso.asc
│   ├── Qubes-4.2.202312292236-x86_64.torrent
│   ├── Qubes-4.2.202401041304-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202401041304-x86_64.iso.asc
│   ├── Qubes-4.2.202401041304-x86_64.torrent
│   ├── Qubes-4.2.202401122155-x86_64.iso.asc
│   ├── Qubes-4.2.202402022144-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202402022144-x86_64.iso.asc
│   ├── Qubes-4.2.202402022144-x86_64.torrent
│   ├── Qubes-4.2.202402101108-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202402101108-x86_64.iso.asc
│   ├── Qubes-4.2.202402101108-x86_64.torrent
│   ├── Qubes-4.2.202402240833-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202402240833-x86_64.iso.asc
│   ├── Qubes-4.2.202402240833-x86_64.torrent
│   ├── Qubes-4.2.202403091511-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202403091511-x86_64.iso.asc
│   ├── Qubes-4.2.202403091511-x86_64.torrent
│   ├── Qubes-4.2.202403300842-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202403300842-x86_64.iso.asc
│   ├── Qubes-4.2.202403300842-x86_64.torrent
│   ├── Qubes-4.2.202404060837-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202404060837-x86_64.iso.asc
│   ├── Qubes-4.2.202404060837-x86_64.torrent
│   ├── Qubes-4.2.202404130942-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202404130942-x86_64.iso.asc
│   ├── Qubes-4.2.202404130942-x86_64.torrent
│   ├── Qubes-4.2.202404281121-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202404281121-x86_64.iso.asc
│   ├── Qubes-4.2.202404281121-x86_64.torrent
│   ├── Qubes-4.2.202405110844-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202405110844-x86_64.iso.asc
│   ├── Qubes-4.2.202405110844-x86_64.torrent
│   ├── Qubes-4.2.202406141353-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202406141353-x86_64.iso.asc
│   ├── Qubes-4.2.202406141353-x86_64.torrent
│   ├── Qubes-4.2.202406221114-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202406221114-x86_64.iso.asc
│   ├── Qubes-4.2.202406221114-x86_64.torrent
│   ├── Qubes-4.2.202406290920-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202406290920-x86_64.iso.asc
│   ├── Qubes-4.2.202406290920-x86_64.torrent
│   ├── Qubes-4.2.202407052200-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202407052200-x86_64.iso.asc
│   ├── Qubes-4.2.202407052200-x86_64.torrent
│   ├── Qubes-4.2.202407122200-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202407122200-x86_64.iso.asc
│   ├── Qubes-4.2.202407122200-x86_64.torrent
│   ├── Qubes-4.2.202407262200-x86_64.iso
│   ├── Qubes-4.2.202407262200-x86_64.iso.DIGESTS
│   ├── Qubes-4.2.202407262200-x86_64.iso.asc
│   └── Qubes-4.2.202407262200-x86_64.torrent
├── logs
│   ├── 202303151041.log
│   ├── 202303151517.log
│   ├── 202303181653.log
│   ├── 202303181716.log
│   ├── 202303190847.log
│   ├── 202303190901.log
│   ├── 202303190947.log
│   ├── 202303211308.log
│   ├── 202303211310.log
│   ├── 202303211316.log
│   ├── 202303211332.log
│   ├── 202303211602.log
│   ├── 202303211604.log
│   ├── 202303211708.log
│   ├── 202303281625.log
│   ├── 202304081519.log
│   ├── 202304091707.log
│   ├── 202309021649.log
│   ├── 202405250815.log
│   ├── 202406141920.log
│   ├── 202406141922.log
│   ├── 202406142043.log
│   ├── 202406142044.log
│   ├── 202406142046.log
│   ├── 202406142051.log
│   ├── 202406142103.log
│   ├── 202406142105.log
│   ├── 202406142106.log
│   └── 202406142113.log
├── sources
│   ├── qubes-release
│   │   ├── GPL
│   │   ├── Makefile.builder
│   │   ├── README.Qubes-Release-Notes
│   │   ├── RPM-GPG-KEY-fedora-37-primary
│   │   ├── RPM-GPG-KEY-qubes-4.2-primary
│   │   ├── RPM-GPG-KEY-qubes-4.2-templates-community
│   │   ├── RPM-GPG-KEY-qubes-4.2-unstable
│   │   ├── RPM-GPG-KEY-qubes-4.3-primary
│   │   ├── comps
│   │   │   ├── comps-dom0.xml
│   │   │   ├── comps-host.xml -> comps-dom0.xml
│   │   │   └── comps-vm.xml
│   │   ├── conf
│   │   │   ├── iso-online-testing-no-templates.ks
│   │   │   ├── iso-online-testing.ks
│   │   │   ├── iso-online.ks
│   │   │   ├── iso-unknown-key.ks
│   │   │   ├── iso-unsigned.ks
│   │   │   ├── iso-unsigned2.ks
│   │   │   └── qubes-kickstart.cfg
│   │   ├── fedora-updates.repo.in
│   │   ├── fedora.repo.in
│   │   ├── qubes-dom0.repo.in
│   │   ├── qubes-release.spec.in
│   │   ├── qubes-templates.repo
│   │   ├── rel
│   │   ├── sysusers-qubes.conf
│   │   └── version
│   └── release-configs
│   ├── Makefile.builder
│   ├── R3.0
│   │   ├── qubes-os-R3.0-rc1-template-debian.conf
│   │   ├── qubes-os-R3.0-rc1-template-fedora.conf
│   │   ├── qubes-os-R3.0-rc1.conf
│   │   ├── qubes-os-R3.0-rc3-template-debian.conf
│   │   ├── qubes-os-R3.0-rc3-template-fedora.conf
│   │   └── qubes-os-R3.0-rc3.conf
│   ├── R3.2
│   │   ├── qubes-os-r3.2-centos.conf
│   │   ├── qubes-os-r3.2-debian.conf
│   │   ├── qubes-os-r3.2-dom0.conf
│   │   ├── qubes-os-r3.2-fedora.conf
│   │   ├── qubes-os-r3.2-templates-community.conf
│   │   └── qubes-os-r3.2-templates-itl.conf
│   ├── R4.0
│   │   ├── qubes-os-iso-full-online.conf
│   │   ├── qubes-os-r4.0-archlinux.conf
│   │   ├── qubes-os-r4.0-centos.conf
│   │   ├── qubes-os-r4.0-debian.conf
│   │   ├── qubes-os-r4.0-dom0.conf
│   │   ├── qubes-os-r4.0-fedora.conf
│   │   ├── qubes-os-r4.0-templates-community.conf
│   │   └── qubes-os-r4.0-templates-itl.conf
│   ├── R4.1
│   │   ├── qubes-os-iso-full-online.conf
│   │   ├── qubes-os-r4.1-archlinux.conf
│   │   ├── qubes-os-r4.1-centos.conf
│   │   ├── qubes-os-r4.1-debian.conf
│   │   ├── qubes-os-r4.1-dom0-update-from-r4.0.conf
│   │   ├── qubes-os-r4.1-dom0.conf
│   │   ├── qubes-os-r4.1-fedora.conf
│   │   ├── qubes-os-r4.1-templates-community.conf
│   │   └── qubes-os-r4.1-templates-itl.conf
│   ├── R4.2
│   │   ├── qubes-os-iso-full-online.conf
│   │   ├── qubes-os-r4.2-archlinux.yml
│   │   ├── qubes-os-r4.2-centos.yml
│   │   ├── qubes-os-r4.2-debian.yml
│   │   ├── qubes-os-r4.2-dom0.yml
│   │   ├── qubes-os-r4.2-fedora.yml
│   │   ├── qubes-os-r4.2-iso-online-testing.yml
│   │   ├── qubes-os-r4.2-templates-community.yml
│   │   ├── qubes-os-r4.2-templates-itl.yml
│   │   └── qubes-os-r4.2-ubuntu.yml
│   ├── R4.3
│   │   ├── qubes-os-r4.3-archlinux.yml
│   │   ├── qubes-os-r4.3-centos.yml
│   │   ├── qubes-os-r4.3-debian.yml
│   │   ├── qubes-os-r4.3-dom0.yml
│   │   ├── qubes-os-r4.3-fedora.yml
│   │   ├── qubes-os-r4.3-iso-online-testing.yml
│   │   ├── qubes-os-r4.3-templates-community.yml
│   │   ├── qubes-os-r4.3-templates-itl.yml
│   │   └── qubes-os-r4.3-ubuntu.yml
│   └── README.md
└── tmp
├── tmp3k7ccid0
├── tmp42zahkse
├── tmp_87o_dcc
│   └── templates
│   └── qubes-template-debian-12-xfce-4.2.0-202312171103.noarch.rpm
├── tmpam04_4lq
├── tmpawifkhbb
├── tmpazia6p_4
├── tmpeks5aqct
├── tmpho_6tpnf
├── tmpi0_shfw1
├── tmpidern77v
├── tmpjlvfawym
├── tmpkxpu3g_e
├── tmpnba1rb0o
├── tmppjcoep8n
├── tmpqeoitxdj
├── tmpronljt46
└── tmpsqqauewu
85 directories, 2982 files
builder-r4.2/
├── builder-config.yml
├── builder.yml
├── cache
│   └── chroot
│   └── fc37
│   └── mock
│   └── fedora-37-x86_64
│   ├── dnf_cache
│   │   ├── expired_repos.json
│   │   ├── fedora-a3256cee7c7d69ad
│   │   │   ├── metalink.xml
│   │   │   ├── packages
│   │   │   │   ├── basesystem-11-14.fc37.noarch.rpm
│   │   │   │   ├── bzip2-1.0.8-12.fc37.x86_64.rpm
│   │   │   │   ├── bzip2-libs-1.0.8-12.fc37.x86_64.rpm
│   │   │   │   ├── cpio-2.13-13.fc37.x86_64.rpm
│   │   │   │   ├── cracklib-2.9.7-30.fc37.x86_64.rpm
│   │   │   │   ├── crypto-policies-20220815-1.gite4ed860.fc37.noarch.rpm
│   │   │   │   ├── cyrus-sasl-lib-2.1.28-8.fc37.x86_64.rpm
│   │   │   │   ├── diffutils-3.8-3.fc37.x86_64.rpm
│   │   │   │   ├── dwz-0.14-7.fc37.x86_64.rpm
│   │   │   │   ├── ed-1.18-2.fc37.x86_64.rpm
│   │   │   │   ├── efi-srpm-macros-5-6.fc37.noarch.rpm
│   │   │   │   ├── file-5.42-4.fc37.x86_64.rpm
│   │   │   │   ├── file-libs-5.42-4.fc37.x86_64.rpm
│   │   │   │   ├── filesystem-3.18-2.fc37.x86_64.rpm
│   │   │   │   ├── findutils-4.9.0-2.fc37.x86_64.rpm
│   │   │   │   ├── fonts-srpm-macros-2.0.5-9.fc37.noarch.rpm
│   │   │   │   ├── fpc-srpm-macros-1.3-6.fc37.noarch.rpm
│   │   │   │   ├── gawk-5.1.1-4.fc37.x86_64.rpm
│   │   │   │   ├── gdbm-libs-1.23-2.fc37.x86_64.rpm
│   │   │   │   ├── gmp-6.2.1-3.fc37.x86_64.rpm
│   │   │   │   ├── go-srpm-macros-3.2.0-1.fc37.noarch.rpm
│   │   │   │   ├── grep-3.7-4.fc37.x86_64.rpm
│   │   │   │   ├── gzip-1.12-2.fc37.x86_64.rpm
│   │   │   │   ├── info-6.8-4.fc37.x86_64.rpm
│   │   │   │   ├── kernel-srpm-macros-1.0-15.fc37.noarch.rpm
│   │   │   │   ├── keyutils-libs-1.6.1-5.fc37.x86_64.rpm
│   │   │   │   ├── libacl-2.3.1-4.fc37.x86_64.rpm
│   │   │   │   ├── libattr-2.5.1-5.fc37.x86_64.rpm
│   │   │   │   ├── libblkid-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   ├── libbrotli-1.0.9-9.fc37.x86_64.rpm
│   │   │   │   ├── libcap-2.48-5.fc37.x86_64.rpm
│   │   │   │   ├── libcap-ng-0.8.3-3.fc37.x86_64.rpm
│   │   │   │   ├── libcom_err-1.46.5-3.fc37.x86_64.rpm
│   │   │   │   ├── libdb-5.3.28-53.fc37.x86_64.rpm
│   │   │   │   ├── libeconf-0.4.0-4.fc37.x86_64.rpm
│   │   │   │   ├── libevent-2.1.12-7.fc37.x86_64.rpm
│   │   │   │   ├── libfdisk-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   ├── libmount-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   ├── libnsl2-2.0.0-4.fc37.x86_64.rpm
│   │   │   │   ├── libpkgconf-1.8.0-3.fc37.x86_64.rpm
│   │   │   │   ├── libpsl-0.21.1-6.fc37.x86_64.rpm
│   │   │   │   ├── libsigsegv-2.14-3.fc37.x86_64.rpm
│   │   │   │   ├── libsmartcols-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   ├── libunistring-1.0-2.fc37.x86_64.rpm
│   │   │   │   ├── libutempter-1.2.1-7.fc37.x86_64.rpm
│   │   │   │   ├── libuuid-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   ├── libverto-0.3.2-4.fc37.x86_64.rpm
│   │   │   │   ├── lua-srpm-macros-1-7.fc37.noarch.rpm
│   │   │   │   ├── mpfr-4.1.0-10.fc37.x86_64.rpm
│   │   │   │   ├── nim-srpm-macros-3-7.fc37.noarch.rpm
│   │   │   │   ├── ocaml-srpm-macros-7-2.fc37.noarch.rpm
│   │   │   │   ├── openblas-srpm-macros-2-12.fc37.noarch.rpm
│   │   │   │   ├── p11-kit-0.24.1-3.fc37.x86_64.rpm
│   │   │   │   ├── p11-kit-trust-0.24.1-3.fc37.x86_64.rpm
│   │   │   │   ├── pam-1.5.2-14.fc37.x86_64.rpm
│   │   │   │   ├── pam-libs-1.5.2-14.fc37.x86_64.rpm
│   │   │   │   ├── patch-2.7.6-17.fc37.x86_64.rpm
│   │   │   │   ├── pcre-8.45-1.fc37.2.x86_64.rpm
│   │   │   │   ├── pcre2-10.40-1.fc37.1.x86_64.rpm
│   │   │   │   ├── pcre2-syntax-10.40-1.fc37.1.noarch.rpm
│   │   │   │   ├── perl-srpm-macros-1-46.fc37.noarch.rpm
│   │   │   │   ├── pkgconf-1.8.0-3.fc37.x86_64.rpm
│   │   │   │   ├── pkgconf-m4-1.8.0-3.fc37.noarch.rpm
│   │   │   │   ├── pkgconf-pkg-config-1.8.0-3.fc37.x86_64.rpm
│   │   │   │   ├── popt-1.19-1.fc37.x86_64.rpm
│   │   │   │   ├── sed-4.8-11.fc37.x86_64.rpm
│   │   │   │   ├── setup-2.14.1-2.fc37.noarch.rpm
│   │   │   │   ├── unzip-6.0-58.fc37.x86_64.rpm
│   │   │   │   ├── util-linux-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   ├── util-linux-core-2.38.1-1.fc37.x86_64.rpm
│   │   │   │   ├── xxhash-libs-0.8.1-3.fc37.x86_64.rpm
│   │   │   │   ├── zip-3.0-33.fc37.x86_64.rpm
│   │   │   │   └── zlib-1.2.12-5.fc37.x86_64.rpm
│   │   │   └── repodata
│   │   │   ├── 721f55ca56291adc1d1a566c06716b12c2373e57b213c6da778a9349e17e312a-comps-Everything.x86_64.xml
│   │   │   ├── 72c5f1d9a2866f4975c46f79ddc144e41a96992f842b8522e97603c0650a4d03-primary.xml.zck
│   │   │   ├── 817f980753a2031de30d066e009ffda338bad185a7dc7c617e5e6c33f869455c-filelists.xml.zck
│   │   │   ├── gen
│   │   │   │   └── groups.xml
│   │   │   └── repomd.xml
│   │   ├── fedora-filenames.solvx
│   │   ├── fedora.solv
│   │   ├── updates-fd4d3d0d1c34d49a
│   │   │   ├── metalink.xml
│   │   │   ├── packages
│   │   │   │   ├── alternatives-1.24-1.fc37.x86_64.rpm
│   │   │   │   ├── ansible-srpm-macros-1-10.fc37.noarch.rpm
│   │   │   │   ├── audit-libs-3.1.1-1.fc37.x86_64.rpm
│   │   │   │   ├── authselect-1.4.2-1.fc37.x86_64.rpm
│   │   │   │   ├── authselect-libs-1.4.2-1.fc37.x86_64.rpm
│   │   │   │   ├── bash-5.2.15-1.fc37.x86_64.rpm
│   │   │   │   ├── binutils-2.38-27.fc37.x86_64.rpm
│   │   │   │   ├── binutils-gold-2.38-27.fc37.x86_64.rpm
│   │   │   │   ├── ca-certificates-2023.2.60-1.0.fc37.noarch.rpm
│   │   │   │   ├── coreutils-9.1-8.fc37.x86_64.rpm
│   │   │   │   ├── coreutils-common-9.1-8.fc37.x86_64.rpm
│   │   │   │   ├── curl-7.85.0-10.fc37.x86_64.rpm
│   │   │   │   ├── debugedit-5.0-7.fc37.x86_64.rpm
│   │   │   │   ├── elfutils-0.189-3.fc37.x86_64.rpm
│   │   │   │   ├── elfutils-debuginfod-client-0.189-3.fc37.x86_64.rpm
│   │   │   │   ├── elfutils-default-yama-scope-0.189-3.fc37.noarch.rpm
│   │   │   │   ├── elfutils-libelf-0.189-3.fc37.x86_64.rpm
│   │   │   │   ├── elfutils-libs-0.189-3.fc37.x86_64.rpm
│   │   │   │   ├── fedora-gpg-keys-37-2.noarch.rpm
│   │   │   │   ├── fedora-release-37-16.noarch.rpm
│   │   │   │   ├── fedora-release-common-37-16.noarch.rpm
│   │   │   │   ├── fedora-release-identity-basic-37-16.noarch.rpm
│   │   │   │   ├── fedora-repos-37-2.noarch.rpm
│   │   │   │   ├── gdb-minimal-13.2-2.fc37.x86_64.rpm
│   │   │   │   ├── ghc-srpm-macros-1.6.1-1.fc37.noarch.rpm
│   │   │   │   ├── glibc-2.36-9.fc37.x86_64.rpm
│   │   │   │   ├── glibc-common-2.36-9.fc37.x86_64.rpm
│   │   │   │   ├── glibc-gconv-extra-2.36-9.fc37.x86_64.rpm
│   │   │   │   ├── glibc-minimal-langpack-2.36-9.fc37.x86_64.rpm
│   │   │   │   ├── gnat-srpm-macros-5-1.fc37.noarch.rpm
│   │   │   │   ├── krb5-libs-1.19.2-13.fc37.x86_64.rpm
│   │   │   │   ├── libarchive-3.6.1-3.fc37.x86_64.rpm
│   │   │   │   ├── libcurl-7.85.0-10.fc37.x86_64.rpm
│   │   │   │   ├── libffi-3.4.4-1.fc37.x86_64.rpm
│   │   │   │   ├── libgcc-12.3.1-1.fc37.x86_64.rpm
│   │   │   │   ├── libgomp-12.3.1-1.fc37.x86_64.rpm
│   │   │   │   ├── libidn2-2.3.4-1.fc37.x86_64.rpm
│   │   │   │   ├── libnghttp2-1.51.0-1.fc37.x86_64.rpm
│   │   │   │   ├── libpwquality-1.4.5-3.fc37.x86_64.rpm
│   │   │   │   ├── libselinux-3.5-1.fc37.x86_64.rpm
│   │   │   │   ├── libsemanage-3.5-2.fc37.x86_64.rpm
│   │   │   │   ├── libsepol-3.5-1.fc37.x86_64.rpm
│   │   │   │   ├── libssh-0.10.5-1.fc37.x86_64.rpm
│   │   │   │   ├── libssh-config-0.10.5-1.fc37.noarch.rpm
│   │   │   │   ├── libstdc++-12.3.1-1.fc37.x86_64.rpm
│   │   │   │   ├── libtasn1-4.19.0-1.fc37.x86_64.rpm
│   │   │   │   ├── libtirpc-1.3.3-1.rc1.fc37.x86_64.rpm
│   │   │   │   ├── libxcrypt-4.4.36-1.fc37.x86_64.rpm
│   │   │   │   ├── libxml2-2.10.4-1.fc37.x86_64.rpm
│   │   │   │   ├── libzstd-1.5.5-1.fc37.x86_64.rpm
│   │   │   │   ├── lua-libs-5.4.4-9.fc37.x86_64.rpm
│   │   │   │   ├── lz4-libs-1.9.4-1.fc37.x86_64.rpm
│   │   │   │   ├── ncurses-base-6.4-3.20230114.fc37.noarch.rpm
│   │   │   │   ├── ncurses-libs-6.4-3.20230114.fc37.x86_64.rpm
│   │   │   │   ├── openldap-2.6.4-1.fc37.x86_64.rpm
│   │   │   │   ├── openssl-libs-3.0.9-1.fc37.x86_64.rpm
│   │   │   │   ├── package-notes-srpm-macros-0.5-7.fc37.noarch.rpm
│   │   │   │   ├── publicsuffix-list-dafsa-20230614-1.fc37.noarch.rpm
│   │   │   │   ├── pyproject-srpm-macros-1.9.0-1.fc37.noarch.rpm
│   │   │   │   ├── python-srpm-macros-3.11-6.fc37.noarch.rpm
│   │   │   │   ├── qt5-srpm-macros-5.15.9-1.fc37.noarch.rpm
│   │   │   │   ├── readline-8.2-2.fc37.x86_64.rpm
│   │   │   │   ├── redhat-rpm-config-229-1.fc37.noarch.rpm
│   │   │   │   ├── rpm-4.18.1-2.fc37.x86_64.rpm
│   │   │   │   ├── rpm-build-4.18.1-2.fc37.x86_64.rpm
│   │   │   │   ├── rpm-build-libs-4.18.1-2.fc37.x86_64.rpm
│   │   │   │   ├── rpm-libs-4.18.1-2.fc37.x86_64.rpm
│   │   │   │   ├── rpmautospec-rpm-macros-0.3.5-1.fc37.noarch.rpm
│   │   │   │   ├── rust-srpm-macros-24-2.fc37.noarch.rpm
│   │   │   │   ├── shadow-utils-4.12.3-6.fc37.x86_64.rpm
│   │   │   │   ├── sqlite-libs-3.40.0-1.fc37.x86_64.rpm
│   │   │   │   ├── systemd-libs-251.14-2.fc37.x86_64.rpm
│   │   │   │   ├── tar-1.34-6.fc37.x86_64.rpm
│   │   │   │   ├── tzdata-2023c-1.fc37.noarch.rpm
│   │   │   │   ├── which-2.21-39.fc37.x86_64.rpm
│   │   │   │   ├── xz-5.4.1-1.fc37.x86_64.rpm
│   │   │   │   ├── xz-libs-5.4.1-1.fc37.x86_64.rpm
│   │   │   │   └── zstd-1.5.5-1.fc37.x86_64.rpm
│   │   │   └── repodata
│   │   │   ├── 06c7390bd80644819e706590b52e0a6d0a006a63859e3acc1228fbd082b366bf-comps-Everything.x86_64.xml.gz
│   │   │   ├── 1a275695cb9fdbfb61ba395acddc57e95a7fbe6c5984b9cfeb09de96cfebb17f-prestodelta.xml.zck
│   │   │   ├── 6e9bb1a5c47e06b0d3cf2ed99379b93c1d806a11b284fc5b973e9526dd97741c-primary.xml.zck
│   │   │   ├── 95e52197a9ba5b2191b04946e73bef8f00759bc8ff0e33cd39d0d662e568b5a2-filelists.xml.zck
│   │   │   ├── c074cede10cadee2502287c673e691300e3ad4e393a48f7acfc7b4c9f86714da-updateinfo.xml.zck
│   │   │   ├── gen
│   │   │   │   └── groups.xml
│   │   │   └── repomd.xml
│   │   ├── updates-filenames.solvx
│   │   ├── updates-updateinfo.solvx
│   │   └── updates.solv
│   ├── root_cache
│   │   ├── cache.log
│   │   ├── cache.tar.gz
│   │   └── rootcache.lock
│   ├── yum_cache
│   └── yumcache.lock
├── components
│   ├── app-split-browser
│   │   ├── 0.16.1-1
│   │   │   └── nodist
│   │   │   └── fetch
│   │   │   └── source.fetch.yml
│   │   ├── 0.16.2-1
│   │   │   └── nodist
│   │   │   └── fetch
│   │   │   └── source.fetch.yml
│   │   ├── 0.16.3-1
│   │   │   └── nodist
│   │   │   └── fetch
│   │   │   └── source.fetch.yml
│   │   └── 0.16.4-1
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   ├── app-split-git
│   │   └── 1.0.1-3
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   ├── builder-rpm
│   │   └── noversion
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   ├── contrib-configs
│   │   ├── -
│   │   │   └── nodist
│   │   │   └── fetch
│   │   │   └── source.fetch.yml
│   │   └── noversion
│   │   └── nodist
│   │   └── fetch
│   │   └── source.fetch.yml
│   └── tunnel
│   └── 1.4.6-1
│   └── nodist
│   └── fetch
│   └── source.fetch.yml
├── distfiles
│   ├── app-split-browser
│   ├── app-split-git
│   ├── builder-rpm
│   ├── contrib-configs
│   └── tunnel
├── logs
│   ├── 202307260809.log
│   ├── 202307260941.log
│   ├── 202308061421.log
│   ├── 202310160926.log
│   ├── 202310160927.log
│   ├── 202310160930.log
│   ├── 202404091416.log
│   ├── 202404091428.log
│   ├── 202404091454.log
│   └── 202404091502.log
├── repository-publish
│   └── rpm
│   └── r4.2
│   ├── comps-host.xml
│   ├── current
│   │   └── host
│   │   └── fc37
│   │   ├── comps.xml -> ../../../comps-host.xml
│   │   ├── repodata
│   │   │   ├── 1cb61ea996355add02b1426ed4c1780ea75ce0c04c5d1107c025c3fbd7d8bcae-primary.xml.gz
│   │   │   ├── 294df3b370143e5439157631d07b270830aebfd0815e1d7784464f46e04e4ddd-primary.sqlite.bz2
│   │   │   ├── 2c99751bdfac705eaffde1fd08f228d23cefcf8b29324e7ac35e128fa532254a-filelists.sqlite.bz2
│   │   │   ├── 2d0d845c9a4e9dfc803d94d10204bc2271886e744b5f920768235f59202e19b8-comps.xml.gz
│   │   │   ├── 746b08c2bd1985d43f395baf2cdc4dd07e5a789a22e2b4b07e36429a8743970a-other.sqlite.bz2
│   │   │   ├── 8aa6cb239a93e2e4b21aef834b12e590b0086c2c487efc7bf44175d46121515f-comps.xml
│   │   │   ├── 95a4415d859d7120efb6b3cf964c07bebbff9a5275ca673e6e74a97bcbfb2a5f-filelists.xml.gz
│   │   │   ├── ef3e20691954c3d1318ec3071a982da339f4ed76967ded668b795c9e070aaab6-other.xml.gz
│   │   │   ├── repomd.xml
│   │   │   ├── repomd.xml.asc
│   │   │   └── repomd.xml.metalink
│   │   └── rpm
│   ├── current-testing
│   │   └── host
│   │   └── fc37
│   │   ├── comps.xml -> ../../../comps-host.xml
│   │   ├── repodata
│   │   └── rpm
│   ├── security-testing
│   │   └── host
│   │   └── fc37
│   │   ├── comps.xml -> ../../../comps-host.xml
│   │   ├── repodata
│   │   └── rpm
│   ├── templates-community
│   │   ├── repodata
│   │   └── rpm
│   ├── templates-community-testing
│   │   ├── repodata
│   │   └── rpm
│   ├── templates-itl
│   │   ├── repodata
│   │   └── rpm
│   ├── templates-itl-testing
│   │   ├── repodata
│   │   └── rpm
│   └── unstable
│   └── host
│   └── fc37
│   ├── comps.xml -> ../../../comps-host.xml
│   ├── repodata
│   └── rpm
├── sources
│   ├── app-split-browser
│   │   ├── LICENSE-0BSD
│   │   ├── Makefile.builder
│   │   ├── README.md
│   │   ├── archlinux
│   │   │   └── PKGBUILD.in
│   │   ├── debian
│   │   │   ├── changelog
│   │   │   ├── control
│   │   │   ├── copyright -> ../LICENSE-0BSD
│   │   │   ├── docs
│   │   │   ├── patches
│   │   │   │   ├── esr.diff
│   │   │   │   └── series
│   │   │   ├── qubes-split-browser.maintscript
│   │   │   ├── rules
│   │   │   └── source
│   │   │   └── format
│   │   ├── rpm_spec
│   │   │   ├── lib64.diff
│   │   │   └── qubes-split-browser.spec.in
│   │   ├── scripts
│   │   │   ├── run-eslint
│   │   │   ├── run-pylint
│   │   │   └── run-shellcheck
│   │   ├── version
│   │   └── vm
│   │   ├── GNUmakefile
│   │   ├── qubes-split-browser
│   │   │   ├── etc
│   │   │   │   └── split-browser
│   │   │   │   ├── 10-defaults.bash
│   │   │   │   ├── 20-utf-8.bash.EXAMPLE
│   │   │   │   └── prefs
│   │   │   │   ├── 11-no-updates.js
│   │   │   │   ├── 12-no-tor-checks.js
│   │   │   │   ├── 14-no-nags.js
│   │   │   │   ├── 15-downloads-directory.js
│   │   │   │   └── 32-ui-tweaks.js.EXAMPLE
│   │   │   └── usr
│   │   │   ├── bin
│   │   │   │   ├── split-browser
│   │   │   │   ├── split-browser-bookmark
│   │   │   │   ├── split-browser-bookmark-pretty
│   │   │   │   ├── split-browser-bookmark-pretty2url
│   │   │   │   ├── split-browser-cmd
│   │   │   │   ├── split-browser-login
│   │   │   │   ├── split-browser-login-fields
│   │   │   │   └── x11-unoverride-redirect
│   │   │   ├── lib
│   │   │   │   └── tmpfiles.d
│   │   │   │   └── split-browser.conf
│   │   │   └── share
│   │   │   └── applications
│   │   │   ├── split-browser-safest.desktop
│   │   │   └── split-browser.desktop
│   │   └── qubes-split-browser-disp
│   │   ├── etc
│   │   │   ├── qubes-rpc
│   │   │   │   └── split-browser-disp
│   │   │   └── split-browser-disp
│   │   │   ├── 21-tor-browser.bash
│   │   │   ├── 22-firefox.bash.EXAMPLE
│   │   │   └── 23-mullvad-browser.bash.EXAMPLE
│   │   └── usr
│   │   ├── lib
│   │   │   └── tmpfiles.d
│   │   │   └── split-browser-disp.conf
│   │   └── share
│   │   └── split-browser-disp
│   │   └── firefox
│   │   ├── sb-load.js
│   │   └── sb.js
│   ├── app-split-git
│   │   ├── COPYING
│   │   ├── Makefile
│   │   ├── Makefile.builder
│   │   ├── README.markdown
│   │   ├── git-remote-qrexec
│   │   ├── qubes-rpc
│   │   │   ├── git.Fetch
│   │   │   ├── git.List
│   │   │   └── git.ListHeadOnly -> git.List
│   │   ├── rel
│   │   ├── rpm_spec
│   │   │   └── qubes-split-git.spec.in
│   │   └── version
│   ├── builder-rpm
│   │   ├── Makefile-legacy.rpmbuilder
│   │   ├── Makefile-mock.rpmbuilder
│   │   ├── Makefile.builder
│   │   ├── Makefile.rpmbuilder
│   │   ├── builder.conf
│   │   ├── dnf
│   │   │   ├── bootstrap-dnf-centos-stream.conf
│   │   │   ├── bootstrap-dnf-fedora.conf
│   │   │   ├── build-pkgs-base-centos-stream.list
│   │   │   ├── build-pkgs-base-fedora.list
│   │   │   └── dnf.conf
│   │   ├── keys
│   │   │   ├── RPM-GPG-KEY-CentOS-8
│   │   │   ├── RPM-GPG-KEY-CentOS-SIG-Virtualization
│   │   │   ├── RPM-GPG-KEY-EPEL-8
│   │   │   ├── RPM-GPG-KEY-copr-epel-8
│   │   │   ├── RPM-GPG-KEY-copr-epel-8-python38
│   │   │   ├── RPM-GPG-KEY-fedora-32-primary
│   │   │   ├── RPM-GPG-KEY-fedora-36-primary
│   │   │   ├── RPM-GPG-KEY-fedora-37-primary
│   │   │   ├── RPM-GPG-KEY-fedora-38-primary
│   │   │   ├── RPM-GPG-KEY-fedora-39-primary
│   │   │   ├── RPM-GPG-KEY-fedora-40-primary
│   │   │   ├── RPM-GPG-KEY-qubes-4-centos
│   │   │   ├── RPM-GPG-KEY-qubes-4-primary
│   │   │   ├── RPM-GPG-KEY-qubes-4.1-centos -> RPM-GPG-KEY-qubes-4-centos
│   │   │   ├── RPM-GPG-KEY-qubes-4.1-primary -> RPM-GPG-KEY-qubes-4-primary
│   │   │   ├── RPM-GPG-KEY-qubes-4.2-centos
│   │   │   ├── RPM-GPG-KEY-qubes-4.2-primary
│   │   │   ├── qubes-release-4-signing-key.asc
│   │   │   ├── qubes-release-4.1-signing-key.asc
│   │   │   └── qubes-release-4.2-signing-key.asc
│   │   ├── mock
│   │   │   ├── mock-centos-stream.cfg
│   │   │   ├── mock-centos-stream.cfg.cfg -> mock-centos-stream.cfg
│   │   │   ├── mock-centos.cfg
│   │   │   ├── mock-centos.cfg.cfg -> mock-centos.cfg
│   │   │   ├── mock-fedora.cfg
│   │   │   └── mock-fedora.cfg.cfg -> mock-fedora.cfg
│   │   ├── repos
│   │   │   ├── builder-local.repo
│   │   │   ├── qubes-repo-dom0-fedora.repo
│   │   │   ├── qubes-repo-vm-centos-stream.repo
│   │   │   ├── qubes-repo-vm-centos.repo
│   │   │   └── qubes-repo-vm-fedora.repo
│   │   ├── scripts
│   │   │   ├── functions.sh
│   │   │   ├── generate-changelog
│   │   │   ├── generate-hashes-from-sources
│   │   │   ├── generate-spec
│   │   │   ├── get_sources_from_srpm
│   │   │   ├── prepare-chroot-base
│   │   │   ├── prepare-chroot-builder
│   │   │   ├── query-spec
│   │   │   ├── rpmbuildinfo
│   │   │   ├── update-local-repo.sh
│   │   │   └── update-rpmbuildinfo
│   │   ├── template_rpm
│   │   │   ├── 00_prepare.sh
│   │   │   ├── 01_install_core.sh
│   │   │   ├── 02_install_groups.sh
│   │   │   ├── 02_install_groups_centos-stream8.sh
│   │   │   ├── 04_install_qubes.sh
│   │   │   ├── 09_cleanup.sh
│   │   │   ├── 3rd_party_software
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-32
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-33 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-34 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-35 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-36 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-37 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-38
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-39 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-free-fedora-40 -> RPM-GPG-KEY-rpmfusion-free-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-32
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-33 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-34 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-35 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-36 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-37 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-38
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-39 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── RPM-GPG-KEY-rpmfusion-nonfree-fedora-40 -> RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020
│   │   │   │   ├── adobe-release-x86_64.noarch.rpm -> adobe-release-x86_64-1.0-1.noarch.rpm
│   │   │   │   ├── google-linux_signing_key.pub
│   │   │   │   ├── rpmfusion-free-release-32.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-33.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-34-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-34.noarch.rpm -> rpmfusion-free-release-34-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-35-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-35.noarch.rpm -> rpmfusion-free-release-35-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-36-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-36.noarch.rpm -> rpmfusion-free-release-36-1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-37-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-37.noarch.rpm -> rpmfusion-free-release-37-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-38-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-38.noarch.rpm -> rpmfusion-free-release-38-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-39-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-39.noarch.rpm -> rpmfusion-free-release-39-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-40-0.1.noarch.rpm
│   │   │   │   ├── rpmfusion-free-release-40.noarch.rpm -> rpmfusion-free-release-40-0.1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-32.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-33.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-34-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-34.noarch.rpm -> rpmfusion-nonfree-release-34-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-35-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-35.noarch.rpm -> rpmfusion-nonfree-release-35-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-36-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-36.noarch.rpm -> rpmfusion-nonfree-release-36-1.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-37-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-37.noarch.rpm -> rpmfusion-nonfree-release-37-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-38-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-38.noarch.rpm -> rpmfusion-nonfree-release-38-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-39-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-39.noarch.rpm -> rpmfusion-nonfree-release-39-0.2.noarch.rpm
│   │   │   │   ├── rpmfusion-nonfree-release-40-0.1.noarch.rpm
│   │   │   │   └── rpmfusion-nonfree-release-40.noarch.rpm -> rpmfusion-nonfree-release-40-0.1.noarch.rpm
│   │   │   ├── README.md
│   │   │   ├── add_3rd_party_software.sh
│   │   │   ├── appmenus_centos-stream
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_centos-stream_minimal
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_centos-stream_xfce
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_fc -> appmenus_fedora
│   │   │   ├── appmenus_fedora
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_fedora_minimal
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── appmenus_fedora_xfce
│   │   │   │   ├── netvm-whitelisted-appmenus.list
│   │   │   │   ├── vm-whitelisted-appmenus.list
│   │   │   │   └── whitelisted-appmenus.list
│   │   │   ├── comps-qubes-template.xml
│   │   │   ├── distribution.sh
│   │   │   ├── network
│   │   │   ├── packages.list
│   │   │   ├── packages_centos-stream.list
│   │   │   ├── packages_centos-stream_minimal.list
│   │   │   ├── packages_centos-stream_xfce.list
│   │   │   ├── packages_fedora.list
│   │   │   ├── packages_fedora_minimal.list
│   │   │   ├── packages_fedora_xfce.list
│   │   │   ├── packages_qubes.list
│   │   │   ├── packages_qubes_minimal.list
│   │   │   ├── packages_qubes_xfce.list
│   │   │   ├── resolv.conf
│   │   │   ├── template-builder-repo-centos-stream.repo
│   │   │   └── template-builder-repo-fedora.repo
│   │   └── tools
│   │   └── spectool
│   ├── contrib-configs
│   │   ├── R4.0
│   │   │   ├── qubes-os-contrib-r4.0-centos.conf
│   │   │   ├── qubes-os-contrib-r4.0-debian.conf
│   │   │   ├── qubes-os-contrib-r4.0-dom0.conf
│   │   │   └── qubes-os-contrib-r4.0-fedora.conf
│   │   ├── R4.1
│   │   │   ├── qubes-os-contrib-r4.1-centos.conf
│   │   │   ├── qubes-os-contrib-r4.1-debian.conf
│   │   │   ├── qubes-os-contrib-r4.1-dom0.conf
│   │   │   └── qubes-os-contrib-r4.1-fedora.conf
│   │   ├── R4.2
│   │   │   ├── qubes-os-contrib-r4.2-centos.yml
│   │   │   ├── qubes-os-contrib-r4.2-debian.yml
│   │   │   ├── qubes-os-contrib-r4.2-fedora.yml
│   │   │   └── qubes-os-contrib-r4.2-host.yml
│   │   ├── README.md
│   │   ├── example-configs
│   │   │   ├── qubes-os-contrib-r4.0.conf
│   │   │   ├── qubes-os-contrib-r4.1.conf
│   │   │   └── qubes-os-contrib-r4.2.yml
│   │   └── packages.json
│   └── tunnel
│   ├── 00_generic.example
│   ├── 10_wg.example
│   ├── 20-qubes-tunnel.sh
│   ├── CHANGELOG
│   ├── LICENSE
│   ├── Makefile
│   ├── Makefile.builder
│   ├── README.md
│   ├── debian
│   │   ├── changelog
│   │   ├── compat
│   │   ├── control
│   │   ├── copyright
│   │   ├── install
│   │   ├── postinst
│   │   ├── rules
│   │   └── source
│   │   └── format
│   ├── qtunnel-connect
│   ├── qtunnel-setup
│   ├── qubes-tunnel-example.md
│   ├── qubes-tunnel-example.png
│   ├── qubes-tunnel.service
│   ├── rel
│   ├── rpm_spec
│   │   └── qubes-tunnel.spec.in
│   ├── tunnel-restrict-firewall
│   └── version
└── tmp
├── tmp2rnzlb9e
├── tmp573dpzy5
├── tmp5_6_c7q7
├── tmp6zp3q2nl
├── tmp75hl8m0x
├── tmp7vf091p7
├── tmp8dud_31b
├── tmp8uw7ymi1
├── tmp8y9asx5_
├── tmp_pqiwlyh
├── tmpbbmbt6s4
├── tmpbiaq0me8
├── tmpexf7yy2i
├── tmpffq6oxt8
├── tmpfmce1mje
├── tmpfsly6t4w
├── tmpglfh7kiv
├── tmphf5abcaj
├── tmphjaoibbi
├── tmphqenzcwx
├── tmpiq2moa4j
├── tmpjdrgb8xc
├── tmpjhu6ncbg
├── tmpjm0ktbib
├── tmpk7u0xwuf
├── tmpkeu8jbz7
├── tmpkwhsom6k
├── tmpmo7s_mxo
├── tmpog9t3x1v
├── tmpoptrera6
├── tmpoy4okoxc
├── tmpp474jl90
├── tmpp5b49sow
├── tmpppis66aa
├── tmpqp_gnvjk
├── tmpr0pqg8if
├── tmpr6k0s28r
├── tmps6ekyv2q
├── tmpsn38enk6
├── tmpsqxtdeci
├── tmpudd5hqjm
├── tmpv2qqazwq
├── tmpv5zvo7q2
├── tmpvl8rfkrj
├── tmpvuhgwdql
└── tmpz1ueafcb
196 directories, 459 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment