Pacman 找不到 gnome-system-tools ArchLinux

Pacman 找不到 gnome-system-tools ArchLinux

我尝试使用 pacman 在 ArchLinux 上安装 gnome-system-tools 。

我之前运行过 pacman -Syy 但 pacman 找不到该包。

这是我的 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
# 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

CheckSpace
SigLevel = Never

# REPOSITORIES

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


[community]
Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

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

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

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

[community]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist

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

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

我错过了存储库吗?

感谢您的帮助。

答案1

答案2

尝试安装 gnome-system-tools尿素尿率经过

yaourt -S gnome-system-tools

相关内容