Page 1 of 1

Upgrade & Dist-upgrade before or after switching repos

Posted: Sat Jul 23, 2011 10:28 am
by madwoollything
I have aa LMDE installation which is a couple of months 'out of date' and is pointing at the original debian testing repo.

I plan to switch to running the “Latest” update pack repo (deb http://debian.linuxmint.com/latest testing main contrib non-free) but don't know whether it is best to 'update and dist-upgrade' BEFORE switching to the linuxmint repos or after switching? Which is best?

Re: Upgrade & Dist-upgrade before or after switching repos

Posted: Sat Jul 23, 2011 12:01 pm
by tdockery97
If it was me I would first update with:

Code: Select all

sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
That will catch you up to date and fix any broken packages/dependencies along the way.

Then I would point my repos to the new Mint repos, either incoming or latest.

Re: Upgrade & Dist-upgrade before or after switching repos

Posted: Sat Jul 23, 2011 12:42 pm
by madwoollything
tdockery97 wrote:If it was me I would first update with:

Code: Select all

sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
That will catch you up to date and fix any broken packages/dependencies along the way.

Then I would point my repos to the new Mint repos, either incoming or latest.
Will do ..... many thanks.