mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-10-01 01:05:51 -04:00
[Kali] re-word the dependency issue workaround step
This commit is contained in:
parent
3f2e9f6b6e
commit
7a27e84e5b
@ -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