您尚未登录。

#1 2013-08-14 17:21:47

tdifg
会员
注册时间: 2013-08-14
帖子: 17

关于splashy的安装

我这两天刚装上的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

离线

#2 2013-08-14 18:05:54

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,953
个人网站

Re: 关于splashy的安装

你用浏览器访问那个仓库地址试试。

离线

#3 2013-08-14 18:06:16

phoenixlzx
晩ご飯だよー
注册时间: 2011-08-19
帖子: 1,789
个人网站

Re: 关于splashy的安装

这个仓库似乎不能用了。地址DNS解析失败。

离线

#4 2013-08-14 18:12:59

tdifg
会员
注册时间: 2013-08-14
帖子: 17

Re: 关于splashy的安装

额,那像这样的软件只能手动编译吗?
还有就是我在软件包仓库里搜到了splashy,这个软件包不是还有人维护吗?


Hello,World

离线

#5 2013-08-14 18:30:21

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,953
个人网站

Re: 关于splashy的安装

tdifg 说:

额,那像这样的软件只能手动编译吗?
还有就是我在软件包仓库里搜到了splashy,这个软件包不是还有人维护吗?

https://wiki.archlinux.org/index.php/AUR

离线

#6 2013-08-16 12:08:02

tdifg
会员
注册时间: 2013-08-14
帖子: 17

Re: 关于splashy的安装

好吧,实在没找到库,我用makepkg安装的。但是现在不会启用啊……
Wiki上第一步就要使用rc.local,可是我不想再启用rc.local,后面的修改都按照步骤做了,但是没有什么变化。
请问有哪个前辈用过吗?


Hello,World

离线

#7 2013-08-16 14:51:03

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,953
个人网站

Re: 关于splashy的安装

tdifg 说:

好吧,实在没找到库,我用makepkg安装的。但是现在不会启用啊……
Wiki上第一步就要使用rc.local,可是我不想再启用rc.local,后面的修改都按照步骤做了,但是没有什么变化。
请问有哪个前辈用过吗?

不想用 rc.local 的话就写 service 文件?或者手动启动应该也行的吧?

离线

#8 2013-08-18 08:41:10

tdifg
会员
注册时间: 2013-08-14
帖子: 17

Re: 关于splashy的安装

嗯,终于知道了yaourt工具,并且用它解决了安装问题,但是还是不能用。
话说难道各位都不觉得开机时候黑黑的屏幕上就出一行fsck的检查很难看吗?


Hello,World

离线

#9 2013-08-18 09:24:31

phoenixlzx
晩ご飯だよー
注册时间: 2011-08-19
帖子: 1,789
个人网站

Re: 关于splashy的安装

那里难看?

在我这从引导内核到启动KDM一共2秒,fsck 闪一下就过去了,想看还看不到呢。

离线

#10 2013-08-18 21:36:39

tdifg
会员
注册时间: 2013-08-14
帖子: 17

Re: 关于splashy的安装

单单是GDM就要4.989s……伤不起……


Hello,World

离线

页脚