Difference between revisions of "IPTEKNux: Ubah file /etc/apt/sources.list"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 8: | Line 8: | ||
Isi agar menggunakan [[Membuat Repository Ubuntu Lokal dari hasil Download Repository | repository lokal]] di hardisk USB & jaringan dari mesin http://dl2.foss-id.web.id, misalnya, | Isi agar menggunakan [[Membuat Repository Ubuntu Lokal dari hasil Download Repository | repository lokal]] di hardisk USB & jaringan dari mesin http://dl2.foss-id.web.id, misalnya, | ||
− | 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 |
Line 21: | Line 21: | ||
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 31: | Line 31: | ||
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 41: | Line 41: | ||
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=== | ===/etc/apt/sources.list.untuk-var-data-repo=== | ||
Line 51: | Line 51: | ||
vi /etc/apt/sources.list.untuk-var-data-repo | vi /etc/apt/sources.list.untuk-var-data-repo | ||
− | deb file:///var/data/repo/ | + | deb file:///var/data/repo/ lucid main multiverse restricted universe |
− | deb file:///var/data/repo/ | + | deb file:///var/data/repo/ lucid-updates main multiverse restricted universe |
− | deb file:///var/data/repo/ | + | deb file:///var/data/repo/ lucid-security main multiverse restricted universe |
− | deb file:///var/data/repo/ | + | deb file:///var/data/repo/ lucid-backports main multiverse restricted universe |
− | deb file:///var/data/repo/ | + | deb file:///var/data/repo/ lucid-proposed main multiverse restricted universe |
==Update repository== | ==Update repository== |
Revision as of 11:29, 5 May 2010
Ubah sources.list
Kadangkala kita perlu mengubah isi sources.list agar menggunakan repository lokal di harddisk & 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 hardisk USB & jaringan dari mesin http://dl2.foss-id.web.id, 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
Pranala Menarik
- Distro IPTEKNux
- IPTEKNux: Manual Penggunaan
- IPTEKNux: Berbasis Ubuntu
- IPTEKNux: Berbasis Sabily
- Remastering Ubuntu
- Ubuntu Repository di Speedy
- Membuat Repository Ubuntu Lokal
- Membuat Repository Ubuntu Lokal dari hasil Download Repository
- Membuat Repository Ubuntu Lokal menggunakan debmirror
- Mengcompile Ulang Repository Ubuntu