您尚未登录。

#1 2013-03-12 20:46:20

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

[已解决]安装lib32-gcc-libs问题

提示错误,找不到lib32-gcc-libs

我的pcman.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
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#UseDelta
#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 TrustedOnly

# 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]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
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]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist

#[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

最近编辑记录 dxcqcv (2013-03-13 07:54:33)


learning Arch linux

离线

#2 2013-03-12 21:11:35

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

Re: [已解决]安装lib32-gcc-libs问题

#[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

这样的竟然没报错...你 [multilib] 前面的 # 没去掉这个还是被注释的啊

离线

#3 2013-03-12 21:42:01

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

Re: [已解决]安装lib32-gcc-libs问题

phoenixlzx 说:
#[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

这样的竟然没报错...你 [multilib] 前面的 # 没去掉这个还是被注释的啊

归到 community 节去了。

离线

#4 2013-03-13 07:26:41

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

Re: [已解决]安装lib32-gcc-libs问题

phoenixlzx 说:
#[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

这样的竟然没报错...你 [multilib] 前面的 # 没去掉这个还是被注释的啊

去掉后,提示警告,数据库文件multilib不存在


learning Arch linux

离线

#5 2013-03-13 07:44:13

cuihao
所在地: USTC, Hefei
注册时间: 2011-08-19
帖子: 1,222
个人网站

Re: [已解决]安装lib32-gcc-libs问题

先 -Sy 刷新呐。


Site: CVHC.CC   Twitter: @cuihaoleo   Org: LUG@USTC
AD:  ~欢迎参与志愿计算~

离线

#6 2013-03-13 07:54:15

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

Re: [已解决]安装lib32-gcc-libs问题

pacman -Sy就好了,嘿嘿,帖子分类不对是伐,抱歉,以后会注意的,谢谢


learning Arch linux

离线

页脚