页次: 1
我这两天刚装上的arch,对pacman管理方式还不熟悉。找了下WIKI,有一篇文章里有个splashy的软件仓库(是这个叫法?):
[archlinuxve]
Server = http://repo.archlinux.com.ve/x86_64
但是我加到pacman.conf后,执行
pacman -Syy;pacman -S splashy-full
有如下错误:
错误:数据库 'archlinuxve' 无效 (无效或已损坏的数据库 (PGP 签名))
错误:GPGME error: 无数据
错误:数据库 'archlinuxve' 无效 (无效或已损坏的数据库 (PGP 签名))
此时,我的/etc/pacman.conf是这样的:
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Optional TrustAll
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
#[multilib]
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
[archlinuxve]
Server = http://repo.archlinux.com.ve/x86_64
[archlinuxcn]
#The Chinese Arch Linux communities packages.
SigLevel = Optional TrustAll
Server = http://repo.archlinuxcn.org/$arch
我也试过在[archlinuxve]后面加上SigLevel = Optional TrustAll,但是貌似没什么变化。难道是这个服务器不再使用了?
最近编辑记录 tdifg (2013-08-14 17:30:07)
Hello,World
离线
你用浏览器访问那个仓库地址试试。
离线
离线
离线
好吧,实在没找到库,我用makepkg安装的。但是现在不会启用啊……
Wiki上第一步就要使用rc.local,可是我不想再启用rc.local,后面的修改都按照步骤做了,但是没有什么变化。
请问有哪个前辈用过吗?
Hello,World
离线
嗯,终于知道了yaourt工具,并且用它解决了安装问题,但是还是不能用。
话说难道各位都不觉得开机时候黑黑的屏幕上就出一行fsck的检查很难看吗?
Hello,World
离线
离线
单单是GDM就要4.989s……伤不起……
Hello,World
离线
页次: 1