mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Update qubes-builder.md
PyYAML has been renamed to python3-pyyaml in newer versions of Fedora.
This commit is contained in:
parent
067368ea70
commit
ded05b0260
@ -32,14 +32,14 @@ In order to use it, you should use an rpm-based distro, like Fedora :), and shou
|
|||||||
- rpm-sign
|
- rpm-sign
|
||||||
- dpkg-dev
|
- dpkg-dev
|
||||||
- debootstrap
|
- debootstrap
|
||||||
- PyYAML
|
- python3-pyyaml
|
||||||
- devscripts
|
- devscripts
|
||||||
- perl-Digest-MD5
|
- perl-Digest-MD5
|
||||||
- perl-Digest-SHA
|
- perl-Digest-SHA
|
||||||
|
|
||||||
Usually you can install those packages by just issuing:
|
Usually you can install those packages by just issuing:
|
||||||
|
|
||||||
sudo dnf install gnupg git createrepo rpm-build make wget rpmdevtools python3-sh dialog rpm-sign dpkg-dev debootstrap PyYAML devscripts perl-Digest-MD5 perl-Digest-SHA
|
sudo dnf install gnupg git createrepo rpm-build make wget rpmdevtools python3-sh dialog rpm-sign dpkg-dev debootstrap python3-pyyaml devscripts perl-Digest-MD5 perl-Digest-SHA
|
||||||
|
|
||||||
The build system creates build environments in chroots and so no other packages are needed on the host.
|
The build system creates build environments in chroots and so no other packages are needed on the host.
|
||||||
All files created by the build system are contained within the qubes-builder directory.
|
All files created by the build system are contained within the qubes-builder directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user