From 7a27e84e5b01af907162c204b0189d3163f0fc8d Mon Sep 17 00:00:00 2001 From: Neowutran Date: Wed, 29 Jul 2020 10:19:58 +0200 Subject: [PATCH] [Kali] re-word the dependency issue workaround step --- os-guides/pentesting/kali.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/os-guides/pentesting/kali.md b/os-guides/pentesting/kali.md index 1e7d252..81a2d58 100644 --- a/os-guides/pentesting/kali.md +++ b/os-guides/pentesting/kali.md @@ -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