Cara Mengatasi Debian 8 Tidak Mau Di Update



Bagi anda yang sering menggunakan repository local untuk update maupun install packet software debian 8 kadang muncul beberapa dilema ibarat tidak mau di update dan muncul pesan ibarat di bawah ini.
E: Release file for http://kambing.ui.ac.id/debian/dists/jessie-updates/InRelease is expired (invalid since 5d 13h 35min 24s). Updates for this repository will not be applied.
Ganti repository dengan default dari Debian, silahkan buka file /etc/apt/sources.list ganti isinya dengan
deb http://httpredir.debian.org/debian jessie main
deb-src http://httpredir.debian.org/debian jessie main
deb http://httpredir.debian.org/debian jessie-updates main
deb-src http://httpredir.debian.org/debian jessie-updates main
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
Setelah itu jalankan perintah update
apt-get clean all
apt-get update
Mengatasi Masalah There is no public key available for the following key IDs
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEY_ID 1397BC53640DB551
apt-get update
Untuk server linux ubuntu 
There is no public key available for the following key IDs: 1397BC53640DB551
Jalankan perintah berikut ini
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEY_ID 1397BC53640DB551
apt-get update

Subscribe to receive free email updates:

0 Response to "Cara Mengatasi Debian 8 Tidak Mau Di Update"

Posting Komentar