Results 1 to 4 of 4

Thread: how to fix:"N: Skipping acquire of configured file 'universe/binary-i386/Packages' "

  1. #1
    Join Date
    Jul 2019
    Beans
    1

    Question how to fix:"N: Skipping acquire of configured file 'universe/binary-i386/Packages' "

    Hello.
    when i run this command "sudo apt-get update" ,i m getting this : "N: Skipping acquire of configured file 'universe/binary-i386/Packages' as repository 'http://miktex.org/download/ubuntu bionic InRelease' doesn't support architecture 'i386' ".
    how to slove this issue?
    Thank you for any help you can provide.


    Code:
    ajit@az-pc:~$ sudo apt-get update
    Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
    Hit:3 http://dl.google.com/linux/chrome/deb stable Release
    Hit:5 http://np.archive.ubuntu.com/ubuntu cosmic InRelease                     
    Hit:6 http://np.archive.ubuntu.com/ubuntu cosmic-updates InRelease             
    Get:7 http://np.archive.ubuntu.com/ubuntu cosmic-backports InRelease [74.6 kB] 
    Hit:2 https://ftp.yz.yamagata-u.ac.jp/pub/...ktex/setup/deb bionic InRelease
    Get:8 http://security.ubuntu.com/ubuntu cosmic-security InRelease [88.7 kB]    
    Fetched 163 kB in 2s (91.1 kB/s)                          
    Reading package lists... Done
    N: Skipping acquire of configured file 'universe/binary-i386/Packages' as repository 'http://miktex.org/download/ubuntu bionic InRelease' doesn't support architecture 'i386'
    Last edited by deadflowr; July 24th, 2019 at 04:50 PM. Reason: code tags

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: how to fix:"N: Skipping acquire of configured file 'universe/binary-i386/Packages

    You add [arch=amd64] to the sources entries for that mirror,
    it'll look something like
    Code:
    deb [arch=amd64] http://miktex,org/download/ubuntu/ bionic something
    You'll need to see which entries need it in the sources.list file.
    (Note, I used something as a generic reference as that last entry can be a number of different things such as main stable unstable testing, and so on,
    you'll need to have whatever the entry you see for it is and not use something. So we're clear on that)

    A quick guide and reference on how to about apt and sources:
    https://help.ubuntu.com/community/Re...es/CommandLine
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: how to fix:"N: Skipping acquire of configured file 'universe/binary-i386/Packages

    So are you running 18.04 or 19.04? It's generally a bad idea to mix repos for different versions.

  4. #4
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: how to fix:"N: Skipping acquire of configured file 'universe/binary-i386/Packages

    Quote Originally Posted by oldos2er View Post
    So are you running 18.04 or 19.04? It's generally a bad idea to mix repos for different versions.
    It's even worse than that: cosmic cuttlefish is 18.10, which is no longer supported as of about a week ago.
    None but ourselves can free our minds

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •