PDA

View Full Version : How to upgrade Breezy to Dapper


bdb51
March 4th, 2006, 03:33 PM
Do this at YOUR OWN RISK! Your computer may break and become unusable. Ubuntuforums.org is NOT LIABLE for any damages that may occur. Again, please do this AT YOUR OWN RISK!

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup

sudo gedit /etc/apt/sources.list

Replace everything in your sources.list with:

deb http://us.archive.ubuntu.com/ubuntu dapper main restricted
deb-src http://us.archive.ubuntu.com/ubuntu dapper main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted

## Uncomment the following two lines to add software from the ‘universe’
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu dapper universe
deb-src http://us.archive.ubuntu.com/ubuntu dapper universe

## Uncomment the following two lines to add software from the ‘backports’
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted

deb http://security.ubuntu.com/ubuntu dapper-security universe
deb-src http://security.ubuntu.com/ubuntu dapper-security universe

deb http://archive.ubuntu.com/ubuntu dapper multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper multiverse

## Backports
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse





sudo apt-get update.

sudo apt-get dist-upgrade


I got everything here from
http://www.macewan.org/2006/02/23/upgrading-breezy-to-dapper/

aysiu
March 5th, 2006, 12:47 AM
Any reason you're using the us.archive repositories instead of just archive?

darrenrxm
March 5th, 2006, 04:05 AM
You can already find this at the Unofficial Ubuntu 5.10 (Breezy Badger) Starter Guide. Please post orginal howto's that you made yourself. Do not copy from someone else. Or at least make a better howto from someone else work.

http://easylinux.info/wiki/Ubuntu

majikstreet
March 5th, 2006, 01:47 PM
This needs a HUGE warning plastered at the top:
WARNING: Do this at YOUR OWN RISK! Your computer may break and become unusable. Ubuntuforums.org is NOT LIABLE for any damages that may occur. Again, please do this AT YOUR OWN RISK!

bdb51
March 5th, 2006, 04:04 PM
This needs a HUGE warning plastered at the top:
WARNING: Do this at YOUR OWN RISK! Your computer may break and become unusable. Ubuntuforums.org is NOT LIABLE for any damages that may occur. Again, please do this AT YOUR OWN RISK!



Thanks for the heads up

bdb51
March 5th, 2006, 04:07 PM
You can already find this at the Unofficial Ubuntu 5.10 (Breezy Badger) Starter Guide. Please post orginal howto's that you made yourself. Do not copy from someone else. Or at least make a better howto from someone else work.

http://easylinux.info/wiki/Ubuntu


I did this because not everybody know about that site, but many newbies know about this site.

darrenrxm
March 5th, 2006, 11:47 PM
Newbies should *not* be upgrading from breezy to dapper. It is a unstable version of ubuntu. Wait a month or so and you will have a stable working version that you can upgrade to.

easyease
March 6th, 2006, 01:34 PM
not so newbies should be very wary of doing this to......i followed the instuctions and something screwed up along the way. spent today trying to find my hard drive againn and just made a fresh install of breezy again. dapper testing is out of my league at the mo.

arikato
March 6th, 2006, 06:15 PM
i did that and first problems i got was with 'libssl' which wouldnt overwrite
'libopenssl' so i had to install it with 'dpkg --force-overwrite' etc...
and ******** of problems with x after reboot
but everything works fine now
so im using dapper now

and thanks for good how to


-arikato

stalefries
March 6th, 2006, 09:48 PM
Actually, I would try to hold off on any of these postings from now on (including future releases) UNTIL AFTER THE OFFICIAL RELEASE. This is the second (maybe third) time I have seen a pre-emptive upgrade guide for $NEXT-UBUNTU-RELEASE-WHICH-IS-ACTUALLY-STILL-IN-TESTING, and people always have horrible problems.

clemcat
March 7th, 2006, 05:10 AM
All of my friends tell me that if they were to look up the meaning of "loose-cannon" in the dictionary, they would see a picture of me. (To those of you non-military-nonseafaring types, a cannon that is not tightly tied to the wall of the ship, can actually induce more damage to the ship than to the enemy)

I have to admit, that I am a complete newb to this distro, but the way that the community works, and the way that the distro is set up, I took the risk and did this the first night it was posted. I actaully have been runing this now for a few days, and to my untrained newbish eye, it seems to be running fine. I know that there is a potential for the insides of my computer to go spewing out of the floppy drive door (or not, but it would be cool to see!), but if he had not posted it, I would have never learned about the site he got it from, and half of the other sites I have found have come from that site. I understand that "newbs" should not neccesarily be doing this, but imo, something new that I learned, so thanks for posting (even thouhg i saw the first day that you credited the other site at the bottom).


Chris