choosing a repository - not sure what the procedure is

Archived topics about LMDE 1 and LMDE 2
Locked
nicolasdiogo

choosing a repository - not sure what the procedure is

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
zerozero

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

Post by zerozero »

revert again to the original repos and run in the terminal

Code: Select all

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

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

Post 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,
zerozero

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

Post by zerozero »

yeahh the multiarch part is now a must :D good you got it sorted
Locked

Return to “LMDE Archive”