os/Ubuntu

ubuntu update, upgrade, dist-upgrade

C/H 2009. 12. 14. 18:05
* ubuntu update, upgrade, dist-upgrade
시스템 > 관리 > 소프트웨어 소스 > 기타 소프트웨어 에서 아래 uri를 등록하거나 터미널에서 바로 등록
[code bash/shell]
$ deb http://packages.medibuntu.org/karmic free non-free

$ deb-src http://packages.medibuntu.org/karmic free non-free
[/code]
* 저장소 키
[code bash/shell]
$ wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
[/code]

* 업데이트
[code bash/shell]
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get dist-upgrade
[/code]
반응형

'os > Ubuntu' 카테고리의 다른 글

우분투에서 유용한 프로그램들  (0) 2009.12.14
ubuntu SMPlayer  (0) 2009.12.14
ubuntu 압축파일 이미지 보기  (0) 2009.12.14
ubuntu pisaca install  (0) 2009.12.14
ubuntu 크롬 브라우저 설치  (0) 2009.12.13