19584
Ошибка вида "не настроено ни одного подходящего репозитория"
Всем добрый день. Только начал использовать Манджаро, поэтому вопросы будут странные. В частности, когда я пытаюсь решить какую-нибудь из возникающих насущных проблем по установке программ, всё время натыкаюсь на сообщение «не настроено ни одного подходящего репозитория». Соответственно, не получается ничего поставить. Более того, не слушается пакман — программы скачиваются, но не запускаются — никакого отклика на запуск через графику. А через терминал выдаёт ошибку вида: «codeblocks: /usr/lib/libc.so.6: version 'GLIBC_2.28'not found (required by /usr/lib/libwx_baseu-3.0.so.0) » Пример приведён для CodeBlocks, понятное дело.
Подскажите, пожалуйста, что мне с этим делать? На просторах интернета ответа не нашёл, а вопрос насущный.
Подскажите, пожалуйста, что мне с этим делать? На просторах интернета ответа не нашёл, а вопрос насущный.
130 комментариев
Вообще любая команда, хоть каким-нибудь боком подразумевающая установку чего либо, сразу же наталкивается на ошибку.
sudo pacman-key --populate archlinux manjaro
и
bash.org
Код пакмана не отправляется — сайт подвисает. Это в порядке вещей, или надо как-то хитро поступить?
bash.org
Вот ссылка на пакман. Сейчас кину ссылку на зеркала.
сделай как в примере
сохрани и сделай
кстати, его вывода я не увидел
и пересоздай список зеркал на всякий случай
bash.org
Может, это всё потому, что я сто лет не обновлялся? Ядро 4.14, при установке обновлений всё время какие-то циклические зависимости, поэтому всё как-то криво идёт.
О чем идет речь? Ведь у тебя на данный момент нет возможности обновиться
ЗЫ. было бы неплохо, если бы @dimonmmk увидел эту ветку, у него могут быть идеи…
bash.org
если не 5.1.3-1 попробуем его обновить внаглую
потом пробуй
пока идеи закончились, хотя есть одна, но она вандальная, поэтому с ней повременим
bash.org
bash.org
bash.org
а так?
bash.org
потом пробуй снова пакман
bash.org
Соответственно, и ошибка осталась по-прежнему.
а так?
bash.org
или так
bash.org
Во втором случае процесс идёт так: После чего без всякого «quit» выбрасывает меня из gpg, после чего на требование обновить выдаёт всё ту же ошибку.
bash.org
pacman -Q pacman теперь версию дает?
bash.org
Так что жду завтрашних инструкций)
Кстати, когда шла команда система занималась исключительно тем, что каждой второй строчкой игнорировала Не знаю, в порядке ли это вещей.
и тд
bash.org
или
и тд
bash.org
то есть
привести pacman.conf к такому виду
bash.org
Попытался почистить кэш. Получил:
Вот так-то.
bash.org
странно
bash.org
и
и повтори
bash.org
Это всё та же ошибка -не настроено ни одного подходящего репозитория.
если там чтото вроде archlinuxcn.gpg archlinuxcn-revoked archlinuxcn-trusted archlinux.gpg archlinux-revoked archlinux-trusted manjaro.gpg manjaro-revoked manjaro-trusted лежит
сделай
и повтори
bash.org
bash.org
pacman -Syy
bash.org
хотя это не наш метод,
как вариант создай тему на ЛОРе со ссылкой сюда, возможно там кто-нибудь подскажет
bash.org
А вот и зеркала.
# /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 -L -C — -f -o %o %u
#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 = 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.
#
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
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]
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.conf
поставил в виртуалке manjaro 17.1.7 и действительно все ваши ошибки появились от этой и т.д
2 sudo pacman -R thunar-archive-plugin
3 sudo pacman -Syu на вопросы ставил Y
только проблема в том, что у него эта команда не выполняется, скорее всего тут что-то еще…
bash.org
sudo pacman -S linux414 к примеру,reboot перейти в grub на установленное ядро и на новом ядре сделать pacman -Syu
bash.org
и повтори
bash.org
и
возможно изменить немного порядок
bash.org
bash.org
если его нет, то тогда верни старый файл на место
замени SigLevel = Never на SigLevel = TrustAll или SigLevel = Optional TrustAll, попробуй и так и эдак, я не уверен как правильно
bash.org
bash.org
pacman -Syy
bash.org
bash.org
bash.org
0 ты сделал
bash.org
bash.org
# /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 -L -C — -f -o %o %u
#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 = Never
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Reguired
# 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.
#
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
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]
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
Кстати, не знаете, случайно, можно на линуксе виндовские программы запускать?
wine в помощь, он умеет запускать около 90%
bash.org
Попробуем…
bash.org
а дальше типа
bash.org
возможно это поможет решить проблему…
если ТС еще не снес систему
bash.org
и не надо, оно подтянет ± 50 мб зависимостей и все, полностью келы ставить не надо
это миф, чистые кеды сейчас кушают меньше чем крыса, здесь есть пользовалели кед, которые это неоднократно доказали, пробегись по тегам или зайди на чатик в телеге, пруфов полно))
bash.org
?
bash.org
и повтори запуск
bash.org
какой вывод дает
что говорит на
и какая версия labplot?
bash.org
labplot 2.5.0-3.0
bash.org
bash.org
bash.org
bash.org
Вот отклик на команду:
на arch тоже ставится без проблем проверте pacman -Q gsl
gsl 2.6-1
На обновление пишет, что ничего не устарело и «делать больше нечего». При переустановке пишет, что загружает тот же объём, что и прежде. На выходе имеем ту же ошибку.
Версия старше, и одной зависимости нет.
Как видно, в конце всё завалилось.