Monday, March 10, 2014

Old Repository Ubuntu Maverick

Karena dukungan mirror repo ubuntu lokal hanya 1 tahun dan artinya sekarang link sudah tidak berlaku, maka saya ambil repo old-release dari official ubuntu. Berikut langkah-langkahnya :

1. Backup file /etc/apt/sources.list. Open terminal and type command in below:

# cp /etc/apt/sources.list /etc/apt/sources.list.backup

2. Erase list repository and replace with this repository in below:

## EOL upgrade sources.list
# Required
deb http://old-releases.ubuntu.com/ubuntu/ maverick main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ maverick-security main restricted universe multiverse

# Optional
#deb http://old-releases.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
#deb http://old-releases.ubuntu.com/ubuntu/ maverick-proposed main restricted universe multiverse 

3. Save and Finish! Now you type command in below:

# sudo apt-get update

Enjoy!

http://askubuntu.com/questions/82291/installing-packages-to-end-of-lifed-ubuntu-editions

No comments:

Post a Comment