mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-21 21:44:53 -04:00
Update qubes-builder dependencies: python2-sh -> python3-sh
This commit is contained in:
parent
73d918b905
commit
12ecfe47f5
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ In order to use it, you should use an rpm-based distro, like Fedora :), and shou
|
||||||
- make
|
- make
|
||||||
- wget
|
- wget
|
||||||
- rpmdevtools
|
- rpmdevtools
|
||||||
- python2-sh
|
- python3-sh
|
||||||
- dialog
|
- dialog
|
||||||
- rpm-sign
|
- rpm-sign
|
||||||
- dpkg-dev
|
- dpkg-dev
|
||||||
|
@ -39,7 +39,7 @@ In order to use it, you should use an rpm-based distro, like Fedora :), and shou
|
||||||
|
|
||||||
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 python2-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 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.
|
||||||
|
|
|
@ -59,7 +59,7 @@ redirect_from:
|
||||||
|
|
||||||
* rpmdevtools
|
* rpmdevtools
|
||||||
|
|
||||||
* python2-sh
|
* python3-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 python2-sh dialog rpm-sign gnupg**
|
* **$ sudo dnf install git createrepo rpm-build make wget rpmdevtools python3-sh dialog rpm-sign gnupg**
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||

|

|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue