Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i resolve N: Skipping acquire of configured file '.. doesn't support architecture 'i386' [closed]

Tags:

ubuntu-16.04

How can I resolve issue xenial InRelease' doesn't support architecture 'i386'

N: Skipping acquire of configured file 'universe/binary-i386/Packages' as repository 'http://repo.sawtooth.me/ubuntu/1.0/stable xenial InRelease' doesn't support architecture 'i386'

like image 861
Ahmed Anees Avatar asked Jan 29 '18 18:01

Ahmed Anees


1 Answers

I got same error,Solved by adding [arch=amd64]  to 

deb [arch=amd64] http://repo.sawtooth.me/ubuntu/1.0/stable xenial universe

Just locate etc/apt/sources.list Edit file & just add above line

or

Edit existing line by adding [arch=amd64] after deb as per your current version

like image 79
Vishal Dalve Avatar answered Sep 28 '22 02:09

Vishal Dalve