Difference between revisions of "SchoolOnffLine: Mengubah sources.list repository"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ===Ubah sources.list=== | |
− | + | <!-- | |
− | + | Untuk instalasi KnowledgeTree kita butuh menambahkan | |
− | |||
− | + | cd /etc/apt/sources.list.d | |
+ | vi knowledgetree.list | ||
+ | |||
+ | # KnowledgeTree | ||
+ | deb http://repos.knowledgetree.com/deb/knowledgetree knowledgetree-ce main | ||
+ | # Zend | ||
+ | deb http://repos.zend.com/zend-server/deb server non-free | ||
+ | --> | ||
+ | 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 [[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/ 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=== | ===/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=== | ===/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=== | ===/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=== | ===/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== | ==Pranala Menarik== | ||
− | * [[ | + | * [[Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK]] |
− | * [[SchoolOnffLine: | + | * [[SchoolOnffLine: Server Berbasis Sabily 9.04]] |
+ | * [[SchoolOnffLine: Server Berbasis Ubuntu 9.04]] | ||
* [[SchoolOnffLine: Server Berbasis Ubuntu]] | * [[SchoolOnffLine: Server Berbasis Ubuntu]] | ||
+ | * [[SchoolOnffLine: Server Berbasis Ubuntu 9.04 Server]] | ||
+ | * [[SchoolOnffLine: Server Wikipedia for School]] | ||
+ | * [[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]] | ||
[[Category: Linux]] | [[Category: Linux]] | ||
[[Category: Distro Linux]] | [[Category: Distro Linux]] | ||
[[Category: SchoolOnffLine]] | [[Category: SchoolOnffLine]] |
Latest revision as of 08:50, 11 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
- Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK
- SchoolOnffLine: Server Berbasis Sabily 9.04
- SchoolOnffLine: Server Berbasis Ubuntu 9.04
- SchoolOnffLine: Server Berbasis Ubuntu
- SchoolOnffLine: Server Berbasis Ubuntu 9.04 Server
- SchoolOnffLine: Server Wikipedia for School
- 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