Ломает зависимость Pacman

Всем привет!
С Arc опыта нету, только поставил систему, и немогу ничего абсолютно установить, как я понимаю проблема в конфликте зависимостей pacman , такая ошибка выходит при например установке yaourt

[vladimir@mpc ~]$ sudo pacman -S yaourt
разрешение зависимостей...
проверка конфликтов...
ошибка: не удалось подготовить транзакцию (не удалось удовлетворить зависимости)
:: pamac: установка pacman (5.1.0-2) ломает зависимость 'pacman<5.1'
[vladimir@mpc ~]$ sudo pacman -S pkgbrowser
разрешение зависимостей...
проверка конфликтов...
ошибка: не удалось подготовить транзакцию (не удалось удовлетворить зависимости)
:: pamac: установка pacman (5.1.0-2) ломает зависимость 'pacman<5.1'

Система Majaro 17 XFCE, 32 bit для I686 процессоров!
Расскажите пожё на пальцах как решить проблему!
vlad_komissarov
Система Majaro 17 XFCE, 32 bit для I686 процессоров!
А тут что делаете? Вам сюда.
Сейчас рекомендуют использовать aurman
в /etc/pacman.conf вбей

[archlinuxcn]

Server = https://cdn.repo.archlinuxcn.org/$arch

и обнови репы. После этого можешь устанавливать aurman или егурт.

Если конечно прокатит с твоим дистром.
Вам же пишет pamac: установка pacman (5.1.0-2) ломает зависимость 'pacman<5.1'
То есть pamac требует старую версию pacman.
В аур pamac обновили с новой версией pacman.
Значит или у вас не обновлена система или прописан репозиторий с не обновленной версией pamac.
Для начала обновитесь
sudo pacman -Syu
если будет опять ругаться на зависимость 'pacman<5.1'
смотрите что у вас прописано в /etc/pacman.conf и /etc/pacman.d/mirrorlist

Можете вообще удалить pamac если графическая оболочка к пакману не нужна
файл конфига pacman

# /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/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg      = pacman glibc manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst    = manjaro-system archlinux-keyring manjaro-keyring
#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
# We cannot check disk space from within a chroot environment
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    = Required DatabaseOptional
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 Manjaro Linux
# packagers with `pacman-key --populate archlinux manjaro`.

#
# 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.

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

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

[community]
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
попробовал обновить pacman
sudo pacman -Sy pacman-5.1.0-2
:: Обновление баз данных пакетов...
core не устарел
extra не устарел
community не устарел
ошибка: не найдена цель: pacman-5.1.0-2
Сначала почитай про pacman wiki
Текст ссылки...
Особенно вдумчиво того момента который касается его обновления (update)
vlad_komissarov
файл конфига pacman

/etc/pacman.d/mirrorlist
покажите что за репы вписаны

vlad_komissarov
попробовал обновить pacman
частичные обновления не поддерживаются обновлять надо все
sudo pacman -Syu
##
## Manjaro Linux default mirrorlist
## Generated on 2018-03-22 14:57
##
## Please use 'pacman-mirrors -f [NUMBER] NUMBER' to modify mirrorlist
## (Use 0 for all mirrors)
##

## Country : United_Kingdom
Server = http://manjaro.mirrors.uk2.net/x32-stable/$repo/$arch

## Country : Russia
Server = http://mirror.truenetwork.ru/manjaro/x32-stable/$repo/$arch

## Country : France
Server = http://mirror.lignux.com/manjaro/x32-stable/$repo/$arch

## Country : Belarus
Server = http://mirror.datacenter.by/pub/mirrors/manjaro/x32-stable/$repo/$arch

## Country : Italy
Server = https://ct.mirror.garr.it/mirrors/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = https://repo.rhindon.net/manjaro/x32-stable/$repo/$arch

## Country : Greece
Server = https://ftp.cc.uoc.gr/mirrors/linux/manjaro/x32-stable/$repo/$arch

## Country : China
Server = https://mirrors.ustc.edu.cn/manjaro/x32-stable/$repo/$arch

## Country : Russia
Server = https://mirror.yandex.ru/mirrors/manjaro/x32-stable/$repo/$arch

## Country : Portugal
Server = http://manjaro.barata.pt/x32-stable/$repo/$arch

## Country : United_States
Server = https://mirrors.ocf.berkeley.edu/manjaro/x32-stable/$repo/$arch

## Country : Bulgaria
Server = https://manjaro.ipacct.com/manjaro/x32-stable/$repo/$arch

## Country : Czech
Server = https://mirror.dkm.cz/manjaro/x32-stable/$repo/$arch

## Country : Hong_Kong
Server = http://ftp.cuhk.edu.hk/pub/Linux/manjaro/x32-stable/$repo/$arch

## Country : Portugal
Server = http://ftp.dei.uc.pt/pub/linux/manjaro/x32-stable/$repo/$arch

## Country : Japan
Server = http://ftp.riken.jp/Linux/manjaro/x32-stable/$repo/$arch

## Country : Ireland
Server = https://ftp.heanet.ie/mirrors/manjaro/x32-stable/$repo/$arch

## Country : Netherlands
Server = https://mirror.neostrada.nl/manjaro/x32-stable/$repo/$arch

## Country : Belgium
Server = http://ftp.belnet.be/mirrors/manjaro/x32-stable/$repo/$arch

## Country : Netherlands
Server = https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/x32-stable/$repo/$arch

## Country : Australia
Server = http://mirror.ventraip.net.au/Manjaro/x32-stable/$repo/$arch

## Country : Ecuador
Server = https://mirror.espoch.edu.ec/manjaro/x32-stable/$repo/$arch

## Country : Taiwan
Server = http://free.nchc.org.tw/manjaro/x32-stable/$repo/$arch

## Country : Australia
Server = http://manjaro.melbourneitmirror.net/x32-stable/$repo/$arch

## Country : Ecuador
Server = https://mirror.espoch.edu.ec/manjaro/x32-stable/$repo/$arch

## Country : Taiwan
Server = http://free.nchc.org.tw/manjaro/x32-stable/$repo/$arch

## Country : Australia
Server = http://manjaro.melbourneitmirror.net/x32-stable/$repo/$arch

## Country : Japan
Server = http://ftp.tsukuba.wide.ad.jp/Linux/manjaro/x32-stable/$repo/$arch

## Country : Spain
Server = http://ftp.caliu.cat/manjaro/x32-stable/$repo/$arch

## Country : Denmark
Server = https://mirrors.dotsrc.org/manjaro/x32-stable/$repo/$arch

## Country : Indonesia
Server = http://kambing.ui.ac.id/manjaro/x32-stable/$repo/$arch

## Country : United_States
Server = http://distro.ibiblio.org/manjaro/x32-stable/$repo/$arch

## Country : Chile
Server = http://manjaro.dcc.uchile.cl/x32-stable/$repo/$arch

## Country : Iran
Server = https://repo.sadjad.ac.ir/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = https://mirror.netcologne.de/manjaro/x32-stable/$repo/$arch

## Country : Denmark
Server = https://www.uex.dk/public/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = http://ftp.tu-chemnitz.de/pub/linux/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = http://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/x32-stable/$repo/$arch

## Country : United_States
Server = http://mirror.solarvps.com/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = https://mirror.netzspielplatz.de/manjaro/packages/x32-stable/$repo/$arch

## Country : France
Server = http://kibo.remi.lu/x32-stable/$repo/$arch

## Country : Australia
Server = http://manjaro.mirror.serversaustralia.com.au/x32-stable/$repo/$arch

## Country : Netherlands
Server = https://mirror.koddos.net/manjaro/x32-stable/$repo/$arch

## Country : United_States
Server = http://mirror.solarvps.com/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = https://mirror.netzspielplatz.de/manjaro/packages/x32-stable/$repo/$arch

## Country : France
Server = http://kibo.remi.lu/x32-stable/$repo/$arch

## Country : Australia
Server = http://manjaro.mirror.serversaustralia.com.au/x32-stable/$repo/$arch

## Country : Netherlands
Server = https://mirror.koddos.net/manjaro/x32-stable/$repo/$arch

## Country : China
Server = http://mirrors.tuna.tsinghua.edu.cn/manjaro/x32-stable/$repo/$arch

## Country : Singapore
Server = https://download.nus.edu.sg/mirror/manjaro/x32-stable/$repo/$arch

## Country : United_Kingdom
Server = http://repo.manjaro.org.uk/x32-stable/$repo/$arch

## Country : China
Server = https://mirrors.shu.edu.cn/manjaro/x32-stable/$repo/$arch

## Country : Ecuador
Server = https://mirror.cedia.org.ec/manjaro/x32-stable/$repo/$arch

## Country : South_Africa
Server = http://mirror.is.co.za/mirrors/manjaro.org/x32-stable/$repo/$arch

## Country : Hungary
Server = http://mirror.infotronik.hu/mirrors/pub/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = https://mirror.alpix.eu/manjaro/x32-stable/$repo/$arch

## Country : Poland
Server = http://mirror.chmuri.net/manjaro/x32-stable/$repo/$arch

## Country : Belgium
Server = https://manjaro.cu.be/x32-stable/$repo/$arch

## Country : Indonesia
Server = http://kartolo.sby.datautama.net.id/manjaro/x32-stable/$repo/$arch

## Country : Costa_Rica
Server = https://mirrors.ucr.ac.cr/manjaro/x32-stable/$repo/$arch

## Country : Poland
Server = https://mirror.tuchola-dc.pl/manjaro/x32-stable/$repo/$arch

## Country : United_Kingdom
Server = https://www.mirrorservice.org/sites/repo.manjaro.org/repos/x32-stable/$repo/$arch

## Country : Italy
Server = https://ba.mirror.garr.it/mirrors/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = https://mirror.philpot.de/manjaro/x32-stable/$repo/$arch

## Country : Canada
Server = https://osmirror.org/manjaro/x32-stable/$repo/$arch

## Country : Sweden
Server = https://ftp.lysator.liu.se/pub/manjaro/x32-stable/$repo/$arch

## Country : Sweden
Server = https://mirror.zetup.net/manjaro/x32-stable/$repo/$arch

## Country : Bulgaria
Server = https://mirrors.netix.net/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = https://ftp.halifax.rwth-aachen.de/manjaro/x32-stable/$repo/$arch

## Country : United_States
Server = https://mirror.clarkson.edu/manjaro/x32-stable/$repo/$arch

## Country : United_States
Server = http://mirror.dacentec.com/manjaro/x32-stable/$repo/$arch

## Country : Netherlands
Server = http://ftp.snt.utwente.nl/pub/linux/manjaro/x32-stable/$repo/$arch

## Country : Austria
Server = http://mirror.inode.at/manjaro/x32-stable/$repo/$arch

## Country : France
Server = https://fr.mirror.babylon.network/manjaro/x32-stable/$repo/$arch

## Country : United_Kingdom
Server = http://mirror.catn.com/pub/manjaro/x32-stable/$repo/$arch

## Country : United_States
Server = https://mirror.math.princeton.edu/pub/manjaro/x32-stable/$repo/$arch

## Country : Colombia
Server = http://mirror.edatel.net.co/manjaro/x32-stable/$repo/$arch

## Country : Netherlands
Server = https://nl.mirror.babylon.network/manjaro/x32-stable/$repo/$arch

## Country : Italy
Server = https://manjaro.mirror.garr.it/mirrors/manjaro/x32-stable/$repo/$arch

## Country : Bangladesh
Server = http://mirror.xeonbd.com/manjaro/x32-stable/$repo/$arch

## Country : Germany
Server = http://mirror.ragenetwork.de/manjaro/x32-stable/$repo/$arch

## Country : Philippines
Server = http://mirror.rise.ph/manjaro/x32-stable/$repo/$arch

## Country : Bulgaria
Server = http://manjaro.telecoms.bg/x32-stable/$repo/$arch

## Country : Romania
Server = http://mirrors.serverhost.ro/manjaro/packages/x32-stable/$repo/$arch

## Country : Netherlands
Server = https://manjaro.mirror.wearetriple.com/x32-stable/$repo/$arch
 
Зарегистрироваться или войдите чтобы оставить сообщение.