Difference between revisions of "ORARINux: Ubah file /etc/apt/sources.list"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 41: | Line 41: | ||
* [[ORARINux: Desktop Berbasis Ubuntu tanpa Wiki & Webmin]] | * [[ORARINux: Desktop Berbasis Ubuntu tanpa Wiki & Webmin]] | ||
* [[ORARINux: Desktop Berbasis Xubuntu]] | * [[ORARINux: Desktop Berbasis Xubuntu]] | ||
+ | |||
+ | [[Category: ORARI]] | ||
+ | [[Category: ORARINux]] | ||
+ | [[Category: Distro]] | ||
+ | [[Category: Linux]] |
Revision as of 11:46, 12 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
Jika sudah di siapkan
cp /usr/local/src/etc/apt/sources.list* /etc/apt/
Update repository
# apt-get update