Ubuntu mirror server change to kakao
주의
저장소에 따라 설치가 되고 안되는게 존재함.
속도 차이가 매우크지 않으니 굳이 저장소 변경하지 않는걸 추천함
Setting[1]
sudo vi /etc/apt/sources.list
# Change every context to next line
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://mirror.kakao.com/ubuntu focal main restricted
# deb-src http://mirror.kakao.com/ubuntu focal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://mirror.kakao.com/ubuntu focal-updates main restricted
# deb-src http://mirror.kakao.com/ubuntu focal-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://mirror.kakao.com/ubuntu focal universe
# deb-src http://mirror.kakao.com/ubuntu focal universe
deb http://mirror.kakao.com/ubuntu focal-updates universe
# deb-src http://mirror.kakao.com/ubuntu focal-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://mirror.kakao.com/ubuntu focal multiverse
# deb-src http://mirror.kakao.com/ubuntu focal multiverse
deb http://mirror.kakao.com/ubuntu focal-updates multiverse
# deb-src http://mirror.kakao.com/ubuntu focal-updates multiverse
## N.B. software from this repository may not have been tested as
Reference
1. 까먹으면 적어두자, whiteglass, Write:2021.03.25, attach:2022.07.18 방문, https://whiteglass.tistory.com/12