mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-27 08:19:24 -05:00
Update required packages
This commit is contained in:
parent
8a25e5f7a9
commit
9a1f01903c
@ -17,6 +17,8 @@ installation ISO.
|
|||||||
|
|
||||||
In order to use it one should use an rpm-based distro, like Fedora :) and should ensure the following packages are installed:
|
In order to use it one should use an rpm-based distro, like Fedora :) and should ensure the following packages are installed:
|
||||||
|
|
||||||
|
- sudo
|
||||||
|
- gpg
|
||||||
- git
|
- git
|
||||||
- createrepo
|
- createrepo
|
||||||
- rpm-build
|
- rpm-build
|
||||||
@ -26,10 +28,13 @@ In order to use it one should use an rpm-based distro, like Fedora :) and should
|
|||||||
- python-sh
|
- python-sh
|
||||||
- dialog
|
- dialog
|
||||||
- rpm-sign
|
- rpm-sign
|
||||||
|
- dpkg-dev
|
||||||
|
- debootstrap
|
||||||
|
- PyYAML
|
||||||
|
|
||||||
Unusually one can install those packages by just issuing:
|
Unusually one can install those packages by just issuing:
|
||||||
|
|
||||||
sudo yum install git createrepo rpm-build make wget rpmdevtools python-sh dialog rpm-sign
|
sudo dnf install gpg git createrepo rpm-build make wget rpmdevtools python-sh dialog rpm-sign dpkg-dev debootstrap PyYAML
|
||||||
|
|
||||||
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. The full build requires some 25GB of free space, so keep that in mind when deciding where to place this directory.
|
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. The full build requires some 25GB of free space, so keep that in mind when deciding where to place this directory.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user