mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Merge branch 'python2-sh' of https://github.com/jpouellet/qubes-doc into jpouellet-python2-sh
This commit is contained in:
commit
cb044d5b9e
@ -59,7 +59,7 @@ redirect_from:
|
|||||||
|
|
||||||
* rpmdevtools
|
* rpmdevtools
|
||||||
|
|
||||||
* python-sh
|
* python2-sh
|
||||||
|
|
||||||
* dialog
|
* dialog
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ redirect_from:
|
|||||||
|
|
||||||
* The tools can usually be installed all together with the following terminal command string:
|
* The tools can usually be installed all together with the following terminal command string:
|
||||||
|
|
||||||
* **$ sudo dnf install git createrepo rpm-build make wget rpmdevtools python-sh dialog rpm-sign gnupg**
|
* **$ sudo dnf install git createrepo rpm-build make wget rpmdevtools python2-sh dialog rpm-sign gnupg**
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
![arch-template-04](/attachment/wiki/ArchlinuxTemplate/arch-template-04.png)
|
![arch-template-04](/attachment/wiki/ArchlinuxTemplate/arch-template-04.png)
|
||||||
|
@ -27,7 +27,7 @@ In order to use it, one should use an rpm-based distro, like Fedora :), and shou
|
|||||||
- make
|
- make
|
||||||
- wget
|
- wget
|
||||||
- rpmdevtools
|
- rpmdevtools
|
||||||
- python-sh
|
- python2-sh
|
||||||
- dialog
|
- dialog
|
||||||
- rpm-sign
|
- rpm-sign
|
||||||
- dpkg-dev
|
- dpkg-dev
|
||||||
@ -36,7 +36,7 @@ In order to use it, one should use an rpm-based distro, like Fedora :), and shou
|
|||||||
|
|
||||||
Usually one can install those packages by just issuing:
|
Usually one can install those packages by just issuing:
|
||||||
|
|
||||||
sudo dnf install gpg git createrepo rpm-build make wget rpmdevtools python-sh dialog rpm-sign dpkg-dev debootstrap PyYAML
|
sudo dnf install gpg git createrepo rpm-build make wget rpmdevtools python2-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