[Kali] re-word the dependency issue workaround step

This commit is contained in:
Neowutran 2020-07-29 10:19:58 +02:00
parent 3f2e9f6b6e
commit 7a27e84e5b

View File

@ -122,13 +122,15 @@ $ qvm-copy kali-key.asc
# echo 'deb https://http.kali.org/kali kali-rolling main non-free contrib' > /etc/apt/sources.list
```
8. Replace `gcc8`
8. Replace `gcc8` to work around a dependency issue
```shell_session
# apt-get remove libgcc-8-dev && apt-get install libc6-dev
```
**Note:** This step is currently needed. But it will not always be the case.
**Note:** This kind of dependency issues will pop up and disappear without notice.
It depends on the differences of dependencies between the Kali repository, the testing Qubes repository and the dependency issues related to the upgrade from stable Debian to testing Debian/Kali.
So this step [step 8] is currently needed. But it will not always be the case.
9. Update the template