How to edit Ubuntu Sources List

When i installed drivel for the first time last night, it was dissapointed since default ubuntu repositoriy for Indonesia is down. I then tried to use local mirror from kambing.vlsm. Here are steps what i did last night:

  1. Execute
     $sudo gedit /etc/apt/sources.list
  2. Add “#” character in front of each existing text line
  3. Add new line from the new repository, such as
     deb http://kambing.vlsm.org/ubuntu feisty main restricted universe multiverse
     deb http://kambing.vlsm.org/ubuntu feisty-updates main restricted universe multiverse
     deb http://kambing.vlsm.org/ubuntu feisty-security main restricted universe multiverse
  4. Update the source.list by executing
    $sudo apt-get update
  5. Okay, i can install drivel already by
    $sudo apt-get install drivel

Tinggalkan Balasan