- เปิดไฟล์ sources.list ซะก่อนโดย
sudo nano /etc/apt/sources.list
- ค่าเริ่มต้นที่มากับไฟล์จะได้ประมาณนี้หว่า
#
# deb cdrom:[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 .../ wheezy main
deb cdrom:[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 .../ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
# wheezy-updates, previously known as 'volatile'
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ wheezy-updates main
# deb-src http://ftp.debian.org/debian/ wheezy-updates main
- เราสามารถดู mirror ในประเทศของเราว่ามีที่ใหนบ้างได้ที่ https://www.debian.org/mirror/list
Primary Debian mirror sites
- Secondary mirrors of the Debian archive
- เมื่อเราเพิ่ม repo ใน sources.list แล้ว มันจะได้ประมาณนี้แหละ
- ทำการ update และ อัพเกรดซอร์ฟแวร์ เวอร์ชั่นใหม่ๆ ให้เรียบร้อยซะ
sudo apt-get update
sudo apt-get upgrade
No comments:
Post a Comment