Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
titleupdate existing packages:
dpkg --add-architecture amd64


And update the data:


Code Block
languagebash
titleupdate existing packages:
apt-get update

...