[질문] 우분투 5.04 를 쓰는데 5.10으로 업그레이드 하는 방법?

nonots의 이미지

우분투 5.04 를 5.10 으로 재설치가 아니라 업그레이드를
하고 싶습니다.

apt-get dist-upgrade 라고 하면 될줄알았는데
그게 아니더군요..
..
아시는분 답변 부탁드립니다.

golden의 이미지

/etc/apt/sources.list 에서 hyory 인가 하는 것을 breezy 로 고치고
apt-get update
apt-get dist-upgrade
하면 될 겁니다.

warpdory의 이미지

/etc/apt/sources.list 파일을 ..

 #deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release amd64 (20051012)]/ breezy main restricted universe multiverse


deb http://kr.archive.ubuntu.com/ubuntu breezy main restricted universe multiverse
deb-src http://kr.archive.ubuntu.com/ubuntu breezy main restricted universe multiverse
deb http://kubuntu.org/packages/kde35 breezy main


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

## 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://kr.archive.ubuntu.com/ubuntu breezy main restricted universe multiverse
deb-src http://kr.archive.ubuntu.com/ubuntu breezy main restricted universe multiverse

## 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://kr.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
deb-src http://kr.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse

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

# deb http://security.ubuntu.com/ubuntu breezy-security universe

로 바꾸시고...

golden 님께서 말씀하신대로...
apt-get update
apt-get dist-upgrade
를 하시면 됩니다.

혹시 몇몇 프로그램들이 설정 파일을 바꿀 수 있기 때문에 /etc 디렉터리를 다른 곳에 복사해 놓고 하세요.


---------
귓가에 햇살을 받으며 석양까지 행복한 여행을...
웃으며 떠나갔던 것처럼 미소를 띠고 돌아와 마침내 평안하기를...
- 엘프의 인사, 드래곤 라자, 이영도

즐겁게 놀아보자.

powereyes의 이미지