顯示具有 APT 標籤的文章。 顯示所有文章
顯示具有 APT 標籤的文章。 顯示所有文章

12月 21, 2009

APT GPG Key 錯誤

使用 apt-get update 發生的錯誤:
W: GPG error: http://security.debian.org lenny/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
W: There is no public key available for the following key IDs:
9AA38DCD55BE302B
W: You may want to run apt-get update to correct these problems
修正方法:
# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 9AA38DCD55BE302B
# apt-key add /root/.gnupg/pubring.gpg
# apt-get update

10月 15, 2009

sources list

Debian Linux 5.0 Lenny 套件庫:
# Packages
deb http://debian.linux.org.tw/debian/ lenny main contrib non-free
deb-src http://debian.linux.org.tw/debian/ lenny main contrib non-free

# Security Update
deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main
Debian 安裝時,可以先取消網路功能,讓安裝過程較為順利。等候 Base System 建置完成再行升級。

個人常用的套件:
# apt-get install sudo yafc lighttpd vsftpd tree \
dnsutils telnet mutt build-essential mc vim less \
screen postfix unrar