DPKG add and list architectures: ================================= Add arch for dpkg example: sudo dpkg --add-architecture i386 List architectures for dpkg: dpkg --print-foreign-architectures list only one arch for apt list example's: deb [arch=powerpc] http://old-releases.ubuntu.com/ubuntu yakkety main universe multiverse restricted deb [arch=amd64] http://dl.google.com/linux/earth/deb/ stable main Sources: https://branden-g.ca/Notes/Tech_Help/Linux_Repair/Linux_Apps_Setup/Install_Linux_apps_and_drivers/Google-earth-ppa.txt https://askubuntu.com/questions/560636/dpkg-error-unknown-option-add-architecture https://askubuntu.com/questions/852115/how-to-check-if-dpkg-architecture-list-has-all-the-architectures#852120 Date: October 5th 2023.