Page 1 of 1

choosing a repository - not sure what the procedure is

Posted: Wed Dec 19, 2012 6:47 pm
by nicolasdiogo
hello

i am trying to change the default repository for my installation of LMDE.

i figure that we should avoid using the main repo when we can.

and looked at the list of available repositories, and try the source.list below but I can only manage to have the main repo changed the other 'testing' give me error.

Code: Select all

##################
# original repositories
#
# deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free


##################
# new repo
#
deb http://linuxmint.bio.lmu.de/packages/ debian main upstream import
# deb http://linuxmint.bio.lmu.de/packages/latest testing main contrib non-free
# deb http://linuxmint.bio.lmu.de/packages/latest/security testing/updates main contrib non-free
# deb http://linuxmint.bio.lmu.de/packages/latest/multimedia testing main non-free
what should be the correct way for me to use the 'new repo' section?

is there any advantage in using a service such as this:
http://debgen.simplylinux.ch/index.php


thanks,

sources:
http://www.linuxmint.com/mirrors.php

Re: choosing a repository - not sure what the procedure is

Posted: Wed Dec 19, 2012 8:31 pm
by zerozero
revert again to the original repos and run in the terminal

Code: Select all

mint-choose-debian-mirror
that's it :)

Re: choosing a repository - not sure what the procedure is

Posted: Sat Dec 29, 2012 11:05 am
by nicolasdiogo
thanks,

i have followed your suggestions with an addition from this other discussion:
http://forums.linuxmint.com/viewtopic.p ... 9&t=120251

and after reverting back to the original repos, i have run this:

Code: Select all

sudo sed -i 's/deb\ /deb\ [arch=amd64,i386]\ /g' /etc/apt/sources.list

and choose another repo with this:
mint-choose-debian-mirror
and everything is working fine, with my current repo list:

deb [arch=amd64,i386] http://packages.linuxmint.com/ debian main upstream import
deb [arch=amd64,i386] http://www.mirrorservice.org/sites/debi ... ian/latest testing main contrib non-free
deb [arch=amd64,i386] http://www.mirrorservice.org/sites/debi ... t/security testing/updates main contrib non-free
deb [arch=amd64,i386] http://www.mirrorservice.org/sites/debi ... multimedia testing main non-free

thanks very much,

Re: choosing a repository - not sure what the procedure is

Posted: Sat Dec 29, 2012 12:04 pm
by zerozero
yeahh the multiarch part is now a must :D good you got it sorted