You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packages like makedeb in the Prebuilt-MPR can't be installed, because the sources.list file is set to arch=amd64, thus restricting APT to only find amd64 packages. all architecture packages would require the line to read arch=amd64,all.
The text was updated successfully, but these errors were encountered:
Packages like
makedeb
in the Prebuilt-MPR can't be installed, because thesources.list
file is set toarch=amd64
, thus restricting APT to only findamd64
packages.all
architecture packages would require the line to readarch=amd64,all
.The text was updated successfully, but these errors were encountered: