Difference between revisions of "ORARINux: 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 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 |
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 20: | 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 |
+ | ==Jika sudah di siapkan== | ||
+ | cp /var/data/etc/apt/sources.list* /etc/apt/ | ||
==Update repository== | ==Update repository== | ||
# apt-get update | # apt-get update | ||
− | |||
− | |||
− | |||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[Distro ORARINux]] | * [[Distro ORARINux]] | ||
+ | * [[ORARINux: Manual Administrator]] | ||
* [[ORARINux: Desktop Berbasis Ubuntu]] | * [[ORARINux: Desktop Berbasis Ubuntu]] | ||
+ | * [[ORARINux: Desktop Berbasis Ubuntu tanpa Wiki & Webmin]] | ||
* [[ORARINux: Desktop Berbasis Xubuntu]] | * [[ORARINux: Desktop Berbasis Xubuntu]] | ||
+ | |||
+ | [[Category: ORARI]] | ||
+ | [[Category: ORARINux]] | ||
+ | [[Category: Distro]] | ||
+ | [[Category: Linux]] |
Latest revision as of 11:58, 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 /var/data/etc/apt/sources.list* /etc/apt/
Update repository
# apt-get update