WHAT IS REPOSITORY ?

Repository is a hundreds even thousands storage for software or aplication in linux. But, it not only can be access on internet. We can use Linux's DVD for us who not have a internet network. We have so much Repository servers, but in this time we add repositories from Indonesian's server with Terminal Emulator. So, let's check this out.







1. Open the Terminal Emulator or press CTRL+ALT+T

2. Type this code to open the source of repositories



sudo gedit /etc/apt/sources.list



3. If done, it show like this.





3. Choose one or all servers, copy and paste into sources.list in bottom of file.


  • Repository Ubuntu 14.04 via Buaya
deb http://buaya.klas.or.id/ubuntu/ trusty main restricted universe multiverse
deb http://buaya.klas.or.id/ubuntu/ trusty-updates main restricted universe multiverse

deb http://buaya.klas.or.id/ubuntu/ trusty-security main restricted universe multiverse

deb http://buaya.klas.or.id/ubuntu/ trusty-backports main restricted universe multiverse

deb http://buaya.klas.or.id/ubuntu/ trusty-proposed main restricted universe multiverse




  • Repository Ubuntu 14.04 via ITB
deb ftp://ftp.itb.ac.id/pub/ubuntu trusty main restricted universe multiverse

deb ftp://ftp.itb.ac.id/pub/ubuntu trusty-updates main restricted universe multiverse

deb ftp://ftp.itb.ac.id/pub/ubuntu trusty-security main restricted universe multiverse

deb ftp://ftp.itb.ac.id/pub/ubuntu trusty-backports main restricted universe multiverse

deb ftp://ftp.itb.ac.id/pub/ubuntu trusty-proposed main restricted universe multiverse 


  • Repository Ubuntu 14.04 via Kambing UI

deb http://kambing.ui.ac.id/ubuntu/ trusty main restricted universe multiverse

deb http://kambing.ui.ac.id/ubuntu/ trusty-updates main restricted universe multiverse

deb http://kambing.ui.ac.id/ubuntu/ trusty-security main restricted universe multiverse

deb http://kambing.ui.ac.id/ubuntu/ trusty-backports main restricted universe multiverse

deb http://kambing.ui.ac.id/ubuntu/ trusty-proposed main restricted universe multiverse 


  • Repository Ubuntu 14.04 via Komo

deb http://komo.padinet.com/ubuntu/ trusty main restricted universe multiverse

deb http://komo.padinet.com/ubuntu/ trusty-updates main restricted universe multiverse

deb http://komo.padinet.com/ubuntu/ trusty-security main restricted universe multiverse

deb http://komo.padinet.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://komo.padinet.com/ubuntu/ trusty-proposed main restricted universe multiverse 


  •  Repository Ubuntu 14.04 via FOSS_ID

deb http://dl2.foss-id.web.id/ubuntu/ trusty main restricted universe multiverse

deb http://dl2.foss-id.web.id/ubuntu/ trusty-updates main restricted universe multiverse

deb http://dl2.foss-id.web.id/ubuntu/ trusty-security main restricted universe multiverse

deb http://dl2.foss-id.web.id/ubuntu/ trusty-backports main restricted universe multiverse

deb http://dl2.foss-id.web.id/ubuntu/ trusty-proposed main restricted universe multiverse 




  • Repository Ubuntu 12.04 via Kambing (UI)

deb http://kambing.ui.ac.id/ubuntu/ precise-proposed main restricted universe multiverse

deb http://kambing.ui.ac.id/ubuntu/ precise-security main restricted universe multiverse

deb http://kambing.ui.ac.id/ubuntu/ precise-updates main restricted universe multiverse

deb http://kambing.ui.ac.id/ubuntu/ precise main restricted universe multiverse


  • Repository Ubuntu 12.04 via Buaya

deb http://buaya.klas.or.id/ubuntu/ precise main restricted universe multiverse

deb http://buaya.klas.or.id/ubuntu/ precise-updates main restricted universe multiverse

deb http://buaya.klas.or.id/ubuntu/ precise-security main restricted universe multiverse


  • Repository Ubuntu 12.04 via ITB

deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise-proposed main restricted universe multiverse

deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise-security main restricted universe multiverse

deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise-updates main restricted universe multiverse

deb ftp://ftp.itb.ac.id/pub/ubuntu/ precise main restricted universe multiverse


  • Repository Ubuntu 12.04 via UGM

deb http://repo.ugm.ac.id/ubuntu/ precise main restricted universe multiverse

deb http://repo.ugm.ac.id/ubuntu/ precise-updates main restricted universe multiverse

deb http://repo.ugm.ac.id/ubuntu/ precise-security main restricted universe multiverse


  • Repository Ubuntu 12.04 via UKDW

deb http://repo.ukdw.ac.id/ubuntu precise main restricted universe multiverse

deb http://repo.ukdw.ac.id/ubuntu precise-updates main restricted universe multiverse

deb http://repo.ukdw.ac.id/ubuntu precise-security main restricted universe multiverse

deb http://repo.ukdw.ac.id/ubuntu precise-backports main restricted universe multiverse

deb http://repo.ukdw.ac.id/ubuntu precise-proposed main restricted universe multiverse


  • Repository Ubuntu 12.04 via Komo

deb http://komo.padinet.com/ubuntu/ precise-proposed main restricted universe multiverse

deb http://komo.padinet.com/ubuntu/ precise-security main restricted universe multiverse

deb http://komo.padinet.com/ubuntu/ precise-updates main restricted universe multiverse

deb http://komo.padinet.com/ubuntu/ precise main restricted universe multiverse


  • Repository Ubuntu 12.04 via Kebo (ITS)

deb http://kebo.eepis-its.edu/ubuntu/ubuntu/ precise main restricted universe multiverse

deb http://kebo.eepis-its.edu/ubuntu/ubuntu/ precise-updates main restricted universe multiverse

deb http://kebo.eepis-its.edu/ubuntu/ubuntu/ precise-security main restricted universe multiverse


  • Repository Ubuntu 12.04 via Unej

deb http://mirror.unej.ac.id/ubuntu/ precise main restricted universe multiverse

deb http://mirror.unej.ac.id/ubuntu/ precise-updates main restricted universe multiverse

deb http://mirror.unej.ac.id/ubuntu/ precise-security main restricted universe multiverse


  • Repository Ubuntu 12.04 via Tawon (AMIKOM)

deb http://tawon.amikom.ac.id/ubuntu/ precise main restricted universe multiverse

deb http://tawon.amikom.ac.id/ubuntu/ precise-updates main restricted universe multiverse

deb http://tawon.amikom.ac.id/ubuntu/ precise-security main restricted universe multiverse


  • Repository Ubuntu 12.04 via Kavalinux

deb http://mirror.kavalinux.com/ubuntu/ precise main restricted universe multiverse

deb http://mirror.kavalinux.com/ubuntu/ precise-updates main restricted universe multiverse

deb http://mirror.kavalinux.com/ubuntu/ precise-security main restricted universe multiverse 


4. If done, save the file and type this code below.
sudo apt-get update



That's all how to add repository for ubuntu, for the result you can try install some application. I'm so sorry if my grammar is bad, thanks for coming.

No comments:

Post a Comment