...
deb-src lines instruct apt where it should get upstream source packages. In our example it is buster (a codebase of debian). Add an architecture:
Code Block | ||||
---|---|---|---|---|
| ||||
dpkg --add-architecture amd64 |
And update the data:
Code Block | ||||
---|---|---|---|---|
| ||||
apt-get update |
...
...
deb-src lines instruct apt where it should get upstream source packages. In our example it is buster (a codebase of debian). Add an architecture:
Code Block | ||||
---|---|---|---|---|
| ||||
dpkg --add-architecture amd64 |
And update the data:
Code Block | ||||
---|---|---|---|---|
| ||||
apt-get update |
...