Difference between revisions of "SchoolOnffLine: Ubah file /etc/apt/sources.list"

From OnnoWiki
Jump to navigation Jump to search
Line 30: Line 30:
  
 
* [[Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK]]
 
* [[Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK]]
 +
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]]
 +
* [[SchoolOnffLine: Server Berbasis Ubuntu 9.04]]
 +
* [[SchoolOnffLine: Server Wikipedia for School]]
 
* [[Remastering Ubuntu]]
 
* [[Remastering Ubuntu]]
 
* [[Ubuntu Repository di Speedy]]
 
* [[Ubuntu Repository di Speedy]]

Revision as of 14:54, 2 August 2009

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

# cd /etc/apt
# cp sources.list sources.list.original
# vi /etc/apt/sources.list

Isi agar menggunakan repository lokal di jaringan kita, misalnya,

deb ftp://192.168.0.1/pub/repo-9.04/ jaunty main multiverse restricted universe
deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-updates main multiverse restricted universe
deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-security main multiverse restricted universe
deb ftp://192.168.0.1/pub/repo-9.04/ jaunty-backports main multiverse restricted universe

atau jika menggunakan Web

deb http://192.168.0.1/ubuntu/ jaunty main multiverse restricted universe
deb http://192.168.0.1/ubuntu/ jaunty-updates main multiverse restricted universe
deb http://192.168.0.1/ubuntu/ jaunty-security main multiverse restricted universe
deb http://192.168.0.1/ubuntu/ jaunty-backports main multiverse restricted universe


Update repository

# apt-get update

Pranala Menarik