Difference between revisions of "SchoolOnffLine: Ubah file /etc/apt/sources.list"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 13: | Line 13: | ||
deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-security main multiverse restricted universe | deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-security main multiverse restricted universe | ||
deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-backports main multiverse restricted universe | deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-backports main multiverse restricted universe | ||
+ | |||
+ | atau jika menggunakan Web | ||
+ | |||
+ | deb http://192.168.0.1/ubuntu/ jaunty main multiverse restricted universe | ||
+ | deb http://192.168.0.1/ubuntu/ jaunty-updates main multiverse restricted universe | ||
+ | deb http://192.168.0.1/ubuntu/ jaunty-security main multiverse restricted universe | ||
+ | deb http://192.168.0.1/ubuntu/ jaunty-backports main multiverse restricted universe | ||
+ | |||
+ | |||
Update repository | Update repository |
Revision as of 09:28, 1 August 2009
Ubah sources.list
Kadangkala kita perlu mengubah isi sources.list agar menggunakan repository lokal di jaringan yang kita managed. Ubah file sources.list dalam lingkungan chroot
# cd /etc/apt # cp sources.list sources.list.original # vi /etc/apt/sources.list
Isi agar menggunakan repository lokal di jaringan kita, misalnya,
deb ftp://192.168.0.1/pub/repo-9.04/ jaunty main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-updates main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-security main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-backports main multiverse restricted universe
atau jika menggunakan Web
deb http://192.168.0.1/ubuntu/ jaunty main multiverse restricted universe deb http://192.168.0.1/ubuntu/ jaunty-updates main multiverse restricted universe deb http://192.168.0.1/ubuntu/ jaunty-security main multiverse restricted universe deb http://192.168.0.1/ubuntu/ jaunty-backports main multiverse restricted universe
Update repository
# apt-get update