apt error doesn’t support architecture ‘i386’

Ubuntu

On an Ubuntu server, when running “apt update” command, I got the following error message root@s196379:~# apt update Hit:1 http://mirror.fcix.net/ubuntu focal InRelease Hit:2 http://mirror.fcix.net/ubuntu focal-updates InRelease Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease Hit:4 https://mirror.rackspace.com/mariadb/repo/10.5/ubuntu focal InRelease Reading package lists… Done Building dependency tree Reading state information… Done All packages are up to date. N: Skipping acquire of … Read more

apt error after MariaDB to MySQL change

I have install MariaDB on a Ubuntu 16.04 server. Then installed Virtualmin, that require MySQL, so it removed MariaDB and installed MySQL, this caused apt stop working. When i run “apt update”, it failed with root@ok-vm:~# apt upgrade Reading package lists… Done Building dependency tree Reading state information… Done You might want to run ‘apt-get … Read more

apt doesn’t support architecture i386

After adding facebook hhvm repository on Ubuntu 16.04, i get following error when running “apt update” command. root@backup:~# apt-get update Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB] Hit:4 http://ftp.osuosl.org/pub/mariadb/repo/10.1/ubuntu xenial InRelease Ign:5 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 InRelease Get:6 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB] Hit:7 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease Hit:8 … Read more