Giter Site home page Giter Site logo

Comments (5)

Kunzol avatar Kunzol commented on September 23, 2024 3

You need to configure the "deb-lines" accordingly:

deb-amd64 http://....
deb-i386 http://....

from apt-mirror.

missuor avatar missuor commented on September 23, 2024 2

@Kunzol I use the following lines to solve it.

dev@bbt:~$ cat /etc/apt/mirror.list|grep -v ^# |grep -v ^$
set base_path   /home/dev/mirrors/apt-mirror 
set nthreads     20
set _tilde 0
deb [arch=i386] http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main
deb [arch=amd64] http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main
deb-src http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main
clean http://ubuntu-cloud.archive.canonical.com/ubuntu

But I still wander if there are any choices to solve it via set defaultarch :)
thx all the same.

from apt-mirror.

evandrix avatar evandrix commented on September 23, 2024

is deb [arch=i386] equivalent to deb-i386?

from apt-mirror.

akurach avatar akurach commented on September 23, 2024

is deb [arch=i386] equivalent to deb-i386?

just use this

sed -Ei 's@^deb (.*)@deb-i386  \1\ndeb-amd64 \1@' /etc/apt/mirror.list

from apt-mirror.

attiqmscs004 avatar attiqmscs004 commented on September 23, 2024

is deb [arch=i386] equivalent to deb-i386?

No. you have to specify the 32 and 64 version by
deb-amd64 http://x.x.x.x/ubuntu xenial main
deb-i386 http://x.x.x.x/ubuntu xenial main

from apt-mirror.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.