I've recently found out that running
apt list --installed | grep i386 | wc -l
Says that I've got 186 i386 packages. Since my system is 64bit, it is probably better to install 64 bit versions instead. So, how do I automatically install amd64 packages instead of my i386 ones, where possible? If there are any way to automatically build the rest which doesn't have prebuilt binaries? I guess some packages can not really be changed, like wine32 or steam, but I suppose most of them can be changed.
0 Answers