Linux/Ubuntu

[Ubuntu] Ubuntu 23.04 default source.list

개발자리 2024. 7. 5. 11:12
반응형

기본 패키지 [백업용]

deb http://mirrors.aliyun.com/ubuntu/ lunar main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ lunar-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ lunar-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ lunar-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ lunar-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar-backports main restricted universe multiverse

[KOR]

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://kr.archive.ubuntu.com/ubunu lunar main restricted
# deb-src http://kr.archive.ubuntu.com/ubuntu lunar main restricted

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

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. 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 lunar universe
# deb-src http://kr.archive.ubuntu.com/ubuntu lunar universe
deb http://kr.archive.ubuntu.com/ubuntu lunar-updates universe
# deb-src http://kr.archive.ubuntu.com/ubuntu lunar-updates universe

## 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
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://kr.archive.ubuntu.com/ubuntu lunar multiverse
# deb-src http://kr.archive.ubuntu.com/ubuntu lunar multiverse
deb http://kr.archive.ubuntu.com/ubuntu lunar-updates multiverse
# deb-src http://kr.archive.ubuntu.com/ubuntu lunar-updates multiverse

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

deb http://kr.archive.ubuntu.com/ubuntu lunar-security main restricted
# deb-src http://kr.archive.ubuntu.com/ubuntu lunar-security main restricted
deb http://kr.archive.ubuntu.com/ubuntu lunar-security universe
# deb-src http://kr.archive.ubuntu.com/ubuntu lunar-security universe
deb http://kr.archive.ubuntu.com/ubuntu lunar-security multiverse
# deb-src http://kr.archive.ubuntu.com/ubuntu lunar-security multiverse
# deb https://ppa.launchpadcontent.net/mc3man/trusty-media/ubuntu lunar main
변경 후
$sudo apt update
반응형