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

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
Onnowpurbo (talk | contribs)
No edit summary
Line 19: Line 19:
  deb http://192.168.0.1/ubuntu/ jaunty-security 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
  deb http://192.168.0.1/ubuntu/ jaunty-backports main multiverse restricted universe
Untuk Ubuntu 9.10
deb http://192.168.0.1/ubuntu/ karmic main multiverse restricted universe
deb http://192.168.0.1/ubuntu/ karmic-updates main multiverse restricted universe
deb http://192.168.0.1/ubuntu/ karmic-security main multiverse restricted universe
deb http://192.168.0.1/ubuntu/ karmic-backports main multiverse restricted universe
deb http://192.168.0.1/ubuntu/ karmic-proposed main multiverse restricted universe





Revision as of 06:19, 10 November 2009

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 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

Untuk Ubuntu 9.10

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


Update repository

# apt-get update

Pranala Menarik