Difference between revisions of "SMEOnffLine: Ubah file /etc/apt/sources.list"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
Isi agar menggunakan [[Membuat Repository Ubuntu Lokal dari hasil Download Repository | repository lokal]] di jaringan kita, misalnya, | Isi agar menggunakan [[Membuat Repository Ubuntu Lokal dari hasil Download Repository | repository lokal]] di jaringan kita, misalnya, | ||
− | + | deb http://192.168.0.1/ubuntu/ lucid main multiverse restricted universe | |
− | + | deb http://192.168.0.1/ubuntu/ lucid-updates main multiverse restricted universe | |
− | + | deb http://192.168.0.1/ubuntu/ lucid-security main multiverse restricted universe | |
− | + | deb http://192.168.0.1/ubuntu/ lucid-backports main multiverse restricted universe | |
− | + | deb http://192.168.0.1/ubuntu/ lucid-proposed main multiverse restricted universe | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | deb http://192.168.0.1/ubuntu/ | ||
− | deb http://192.168.0.1/ubuntu/ | ||
− | deb http://192.168.0.1/ubuntu/ | ||
− | deb http://192.168.0.1/ubuntu/ | ||
− | deb http://192.168.0.1/ubuntu/ | ||
Sebaiknya buat beberapa contoh isi file /etc/apt/sources.list untuk memudahkan pengguna distro di kemudian hari | Sebaiknya buat beberapa contoh isi file /etc/apt/sources.list untuk memudahkan pengguna distro di kemudian hari | ||
Line 34: | Line 20: | ||
vi /etc/apt/sources.list.untuk-web-ke-mesin-01 | vi /etc/apt/sources.list.untuk-web-ke-mesin-01 | ||
− | deb http://192.168.0.1/ubuntu/ | + | deb http://192.168.0.1/ubuntu/ lucid main multiverse restricted universe |
− | deb http://192.168.0.1/ubuntu/ | + | deb http://192.168.0.1/ubuntu/ lucid-updates main multiverse restricted universe |
− | deb http://192.168.0.1/ubuntu/ | + | deb http://192.168.0.1/ubuntu/ lucid-security main multiverse restricted universe |
− | deb http://192.168.0.1/ubuntu/ | + | deb http://192.168.0.1/ubuntu/ lucid-backports main multiverse restricted universe |
− | deb http://192.168.0.1/ubuntu/ | + | deb http://192.168.0.1/ubuntu/ lucid-proposed main multiverse restricted universe |
===/etc/apt/sources.list.untuk-ftp-ke-mesin-01=== | ===/etc/apt/sources.list.untuk-ftp-ke-mesin-01=== | ||
Line 44: | Line 30: | ||
vi /etc/apt/sources.list.untuk-ftp-ke-mesin-01 | vi /etc/apt/sources.list.untuk-ftp-ke-mesin-01 | ||
− | deb ftp://192.168.0.1/pub/repo- | + | deb ftp://192.168.0.1/pub/repo-10.04/ lucid main multiverse restricted universe |
− | deb ftp://192.168.0.1/pub/repo- | + | deb ftp://192.168.0.1/pub/repo-10.04/ lucid-updates main multiverse restricted universe |
− | deb ftp://192.168.0.1/pub/repo- | + | deb ftp://192.168.0.1/pub/repo-10.04/ lucid-security main multiverse restricted universe |
− | deb ftp://192.168.0.1/pub/repo- | + | deb ftp://192.168.0.1/pub/repo-10.04/ lucid-backports main multiverse restricted universe |
− | deb ftp://192.168.0.1/pub/repo- | + | deb ftp://192.168.0.1/pub/repo-10.04/ lucid-proposed main multiverse restricted universe |
===/etc/apt/sources.list.untuk-ke-usb-harddisk=== | ===/etc/apt/sources.list.untuk-ke-usb-harddisk=== | ||
Line 54: | Line 40: | ||
vi /etc/apt/sources.list.untuk-ke-usb-harddisk | vi /etc/apt/sources.list.untuk-ke-usb-harddisk | ||
− | deb file:///media/usbharddisk/repo- | + | deb file:///media/usbharddisk/repo-10.04/ lucid main multiverse restricted universe |
− | deb file:///media/usbharddisk/repo- | + | deb file:///media/usbharddisk/repo-10.04/ lucid-updates main multiverse restricted universe |
− | deb file:///media/usbharddisk/repo- | + | deb file:///media/usbharddisk/repo-10.04/ lucid-security main multiverse restricted universe |
− | deb file:///media/usbharddisk/repo- | + | deb file:///media/usbharddisk/repo-10.04/ lucid-backports main multiverse restricted universe |
− | deb file:///media/usbharddisk/repo- | + | deb file:///media/usbharddisk/repo-10.04/ lucid-proposed main multiverse restricted universe |
+ | |||
+ | ===/etc/apt/sources.list.untuk-var-data-repo=== | ||
+ | vi /etc/apt/sources.list.untuk-var-data-repo | ||
+ | deb file:///var/data/repo/ lucid main multiverse restricted universe | ||
+ | deb file:///var/data/repo/ lucid-updates main multiverse restricted universe | ||
+ | deb file:///var/data/repo/ lucid-security main multiverse restricted universe | ||
+ | deb file:///var/data/repo/ lucid-backports main multiverse restricted universe | ||
+ | deb file:///var/data/repo/ lucid-proposed main multiverse restricted universe | ||
==Update repository== | ==Update repository== |
Latest revision as of 18:24, 5 May 2010
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
cp /etc/apt/sources.list /etc/apt/sources.list.original vi /etc/apt/sources.list
Isi agar menggunakan repository lokal di jaringan kita, misalnya,
deb http://192.168.0.1/ubuntu/ lucid main multiverse restricted universe deb http://192.168.0.1/ubuntu/ lucid-updates main multiverse restricted universe deb http://192.168.0.1/ubuntu/ lucid-security main multiverse restricted universe deb http://192.168.0.1/ubuntu/ lucid-backports main multiverse restricted universe deb http://192.168.0.1/ubuntu/ lucid-proposed main multiverse restricted universe
Sebaiknya buat beberapa contoh isi file /etc/apt/sources.list untuk memudahkan pengguna distro di kemudian hari
/etc/apt/sources.list.untuk-web-ke-mesin-01
vi /etc/apt/sources.list.untuk-web-ke-mesin-01
deb http://192.168.0.1/ubuntu/ lucid main multiverse restricted universe deb http://192.168.0.1/ubuntu/ lucid-updates main multiverse restricted universe deb http://192.168.0.1/ubuntu/ lucid-security main multiverse restricted universe deb http://192.168.0.1/ubuntu/ lucid-backports main multiverse restricted universe deb http://192.168.0.1/ubuntu/ lucid-proposed main multiverse restricted universe
/etc/apt/sources.list.untuk-ftp-ke-mesin-01
vi /etc/apt/sources.list.untuk-ftp-ke-mesin-01
deb ftp://192.168.0.1/pub/repo-10.04/ lucid main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-10.04/ lucid-updates main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-10.04/ lucid-security main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-10.04/ lucid-backports main multiverse restricted universe deb ftp://192.168.0.1/pub/repo-10.04/ lucid-proposed main multiverse restricted universe
/etc/apt/sources.list.untuk-ke-usb-harddisk
vi /etc/apt/sources.list.untuk-ke-usb-harddisk
deb file:///media/usbharddisk/repo-10.04/ lucid main multiverse restricted universe deb file:///media/usbharddisk/repo-10.04/ lucid-updates main multiverse restricted universe deb file:///media/usbharddisk/repo-10.04/ lucid-security main multiverse restricted universe deb file:///media/usbharddisk/repo-10.04/ lucid-backports main multiverse restricted universe deb file:///media/usbharddisk/repo-10.04/ lucid-proposed main multiverse restricted universe
/etc/apt/sources.list.untuk-var-data-repo
vi /etc/apt/sources.list.untuk-var-data-repo
deb file:///var/data/repo/ lucid main multiverse restricted universe deb file:///var/data/repo/ lucid-updates main multiverse restricted universe deb file:///var/data/repo/ lucid-security main multiverse restricted universe deb file:///var/data/repo/ lucid-backports main multiverse restricted universe deb file:///var/data/repo/ lucid-proposed main multiverse restricted universe
Update repository
# apt-get update