mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-28 00:39:30 -05:00
[Kali] re-word the dependency issue workaround step
This commit is contained in:
parent
01518ea52a
commit
bb0c2b22f2
6
external/os-guides/pentesting/kali.md
vendored
6
external/os-guides/pentesting/kali.md
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user