這篇文章主要講解了“如何修改ubuntu的軟件源”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“如何修改ubuntu的軟件源”吧!
創(chuàng)新互聯(lián)是一家專注于成都做網(wǎng)站、成都網(wǎng)站制作和成都西云數(shù)據(jù)中心的網(wǎng)絡(luò)公司,有著豐富的建站經(jīng)驗(yàn)和案例。
1、使用快捷鍵【Ctrl+Alt+T】打開終端。
2、輸入以下命令備份源列表。
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
3、再輸入命令打開sources.list文件進(jìn)行修改。
sudo vim /etc/apt/sources.list
4、使用以下源替換掉文件中所有的內(nèi)容,保存編輯好的文件。
deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
5、最后輸入以下命令更新源列表,使修改生效即可。
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
感謝各位的閱讀,以上就是“如何修改ubuntu的軟件源”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對如何修改ubuntu的軟件源這一問題有了更深刻的體會,具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識點(diǎn)的文章,歡迎關(guān)注!