07-31-2019 01:41 PM
Ubuntu server LTS 16.04 running on VMWare Workstation Pro 15
After running the repository command:
sudo add-apt-repository "deb http://minemeld-updates.panw.io/ubuntu xenial-minemeld main"
When I run the update:
sudo apt update
I get the following and am unable to proceed as everything after this will fail as well.
*****@ubuntu:/etc/apt$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://minemeld-updates.panw.io/ubuntu xenial-minemeld InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Fetched 325 kB in 0s (471 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://minemeld-updates.panw.io/ubuntu xenial-minemeld InRelease' doesn't support architecture 'i386'
Any ideas on how to get past this?
09-11-2019 04:53 AM
Did you managed to get this resolved?
09-11-2019 04:57 AM
Potato-Soup,
No I havent.
09-30-2019 09:07 AM
I was able to fix this error message (Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://minemeld-updates.panw.io/ubuntu xenial-minemeld InRelease' doesn't support architecture 'i386') by removing multi-arch support in my instance:
sudo dpkg --remove-architecture i386
02-25-2020 11:54 AM
Worked like a charm for me. Thank you!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!