Results 1 to 4 of 4
So I finally said screw it to the last problem I had with my ubuntu a few days ago, where it was trying to upgrade to a brick. I went ...
- 09-20-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 28
After Reinstalling ubuntu, should I upgrade software or distro first?
So I finally said screw it to the last problem I had with my ubuntu a few days ago, where it was trying to upgrade to a brick. I went in, backed up my Home, var, etc, and usr folders to my external harddrive, then formatted the partition and threw ubuntu in there.
Anyways, I just have a quick question, Since I just installed it, which one would be better to do first?
Apt-get upgrade
or
Apt-get dist-upgrade
Thanks!
- 09-20-2010 #2
You'd be dist upgrading to 10.04 which I've done now on three machines and have been satisfied with the results. I'd just do the dist upgrade since that's where you'll ultimately wind up anyway.
- 09-21-2010 #3
I always do dist-upgrade after every fresh installation. You will have stable and up to date system.
Code:sudo apt-get update sudo apt-get dist-upgrade
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-22-2010 #4Just Joined!
- Join Date
- Jul 2010
- Posts
- 3
Hey I believe,
You have to upgrade the distribution first.
Then update the upgraded distribution.
Because, even if you update your distributions and then upgrade it. This upgrade might remove some files from this updated files.
So, upgrade it first, and then update the current system.


Reply With Quote