Page 2 of 2

Re: Is MintUpdate the best way to keep LMDE up-to-date?

Posted: Sun Oct 24, 2010 5:37 am
by inktitan
I've never done it because it seems like a bad idea, but what if one was to simply use all of the "upgradeables" in the package manager? I assume it lacks all of the new additions but is it safe to use for just upgrading currently installed items? Using the previously mentioned commands the "sudo" update for me seems to break the terminal during the install. How would I exclude updating "sudo" from the process?

Re: Is MintUpdate the best way to keep LMDE up-to-date?

Posted: Sun Oct 24, 2010 9:21 am
by secipolla
Wrinkly wrote:Thanks for all the comments.

I've now installed secipolla's

Code: Select all

sudo apt-get install debdelta
followed by

Code: Select all

sudo apt-get update && sudo debdelta-upgrade
and I've also run Vincent's

Code: Select all

sudo apt-get update && sudo apt-get dist-upgrade
and both seemed to do things without stuffing up everything else. If I understand things correctly, both commands do the same job, except that debdelta does it a bit more intelligently and will save me time & bandwidth.

But, until now, I had been running MintUpdate, which is apparently not a very good idea.

So the next two questions are:
Have I somehow broken LMDE by using MintUpdate?
Should I do a complete re-install and then update using only either of the terminal commands mentioned above?
Wrinkly, both commands don't do the same thing. debdelta-upgrade is an 'extra' command. It doesn't install packages it just grabs them (actually grabs and builds the deltas).
It can be run before apt-get (upgrade or dist-upgrade), aptitude (safe-upgrade or full-upgrade) or a graphical package manager.
Also you just need to run 'apt-get update' once (it gets the information of which packages are upgradable).

So if you would opt for apt-get to upgrade your system, you wold run

Code: Select all

apt-get update && debdelta-upgrade && apt-get dist-upgrade
Note to emphasize: debdelta-upgrade is useful for people that pay for the amount of bandwidth used (as Ikey's example showed) and for people that have relatively low speed connections (and as such it is definitely useful for you, Wrinkly).

Re: Is MintUpdate the best way to keep LMDE up-to-date?

Posted: Sun Oct 24, 2010 2:49 pm
by Wrinkly
secipolla wrote:Wrinkly, both commands don't do the same thing. debdelta-upgrade is an 'extra' command. It doesn't install packages it just grabs them (actually grabs and builds the deltas).
It can be run before apt-get (upgrade or dist-upgrade), aptitude (safe-upgrade or full-upgrade) or a graphical package manager.
Also you just need to run 'apt-get update' once (it gets the information of which packages are upgradable).

So if you would opt for apt-get to upgrade your system, you wold run

Code: Select all

apt-get update && debdelta-upgrade && apt-get dist-upgrade
Note to emphasize: debdelta-upgrade is useful for people that pay for the amount of bandwidth used (as Ikey's example showed) and for people that have relatively low speed connections (and as such it is definitely useful for you, Wrinkly).
Thank you very much for all of that, which I think I understand. But now I've hit a problem as you'll see from the output I've pasted here:
  • Code: Select all

    aspire@5315-laptop ~ $ apt-get update && debdelta-upgrade && apt-get dist-upgrade
    E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
    E: Unable to lock directory /var/lib/apt/lists/
    E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
    E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
    aspire@5315-laptop ~ $
What did I do wrong?

Re: Is MintUpdate the best way to keep LMDE up-to-date?

Posted: Sun Oct 24, 2010 2:52 pm
by Wrinkly
ikey wrote:I'd also like to take the chance to +1 the debdelta-upgrade choice, I use it too.
Thank you, ikey, for this endorsement. I must say it gives me more confidence.
Cheers

Re: Is MintUpdate the best way to keep LMDE up-to-date?

Posted: Sun Oct 24, 2010 2:53 pm
by rtrev
Try adding sudo before each command. You need root privs to run these things. <g>

Re: Is MintUpdate the best way to keep LMDE up-to-date?

Posted: Sun Oct 24, 2010 3:00 pm
by Wrinkly
rtrev wrote:Try adding sudo before each command. You need root privs to run these things. <g>
Oh yes. Thanks. That's much better now. Please don't let this be a symptom of dementia.

Re: Is MintUpdate the best way to keep LMDE up-to-date?

Posted: Sun Oct 24, 2010 3:03 pm
by rtrev
Wrinkly wrote:
rtrev wrote:Try adding sudo before each command. You need root privs to run these things. <g>
Oh yes. Thanks. That's much better now. Please don't let this be a symptom of dementia.
Oh, don't worry.. dementia only begins when you start trying to figure out GIMP. LOL! You're doing fine!

Bob

Re: Is MintUpdate the best way to keep LMDE up-to-date? [SOL

Posted: Tue Nov 16, 2010 1:17 am
by Tony.B
But, as I've found to my cost, not ALL updates are GOOD updates. Some of them seem to mess up everything. Is their any way of knowing in advance if we would be better leaving things un-updated?

Re: Is MintUpdate the best way to keep LMDE up-to-date? [SOL

Posted: Tue Nov 16, 2010 3:06 am
by msuggs
Tony.B wrote:But, as I've found to my cost, not ALL updates are GOOD updates. Some of them seem to mess up everything. Is their any way of knowing in advance if we would be better leaving things un-updated?
Use apt-get upgrade or Mint update to upgrade your system (instead of apt-get dist-upgrade) and wait for Clem to sort out how LMDE will upgrade safely in the future. He has stated previously that this will be worked on after the release of Mint10.

Re: Is MintUpdate the best way to keep LMDE up-to-date? [SOL

Posted: Tue Nov 16, 2010 2:05 pm
by Tony.B
omns wrote:Use apt-get upgrade or Mint update to upgrade your system (instead of apt-get dist-upgrade) and wait for Clem to sort out how LMDE will upgrade safely in the future. He has stated previously that this will be worked on after the release of Mint10.
Thank you, omns.

Re: Is MintUpdate the best way to keep LMDE up-to-date? [SOL

Posted: Thu Feb 10, 2011 5:32 pm
by Daemons
Hello,

What is the status of MintUpdate? It still has it's strange behaviour of not checking for updates unless clicked upon.

Marc

Ex-ubuntu user, and born again LMDE user.