[yaourt] défaut pacquage-query (RESOLU)

Questions et astuces concernant l'installation et la configuration d'archlinux
eggregor
yeomen
Messages : 217
Inscription : ven. 25 févr. 2011, 11:52

[yaourt] défaut pacquage-query (RESOLU)

Message par eggregor »

Bon dimanche à tous,

Je rame toujours avec mon installation Openbox qui est opérationnelle à 80%.
Obligé d'aller chercher des infos de paramétrage sur Ubuntu, c'est-y pas malheureux ? mais bon Arch c'est un truc de cracks !

Un peu par hasard je tape la commande qui suit, ne me demandez pas pourquoi j'ai choisi pcmanfm, c'est le paquet que j'avais dans la tête :
yaourt pcmanfm
package-query: error while loading shared libraries: libalpm.so.10: cannot open shared object file: No such file or directory
Package-query est bien installé, mais effectivement "libalpam.so.10" n'existe pas :

Code : Tout sélectionner

locate *.so.10
/usr/lib/libdvbpsi.so.10
/usr/lib/libgmp.so.10
/usr/lib/libinput.so.10
/usr/lib/libwpd-0.10.so.10
/usr/lib32/libgmp.so.10
Je bricole pas mal avec openbox, mais je ne pense pas avoir tricoté les librairies genre so.10.
Jusqu'ici l'accès à AUR fonctionnait.
qu'est ce qui peut expliquer çà, et surtout comment réparer, parce que libalpam.so.10 n'est pas évident à reconstituer.

Y'a rien d'urgent.
Dernière modification par eggregor le lun. 18 juin 2018, 16:01, modifié 1 fois.
Avatar de l’utilisateur
waitnsea
Maître du Kyudo
Messages : 2114
Inscription : jeu. 15 mars 2012, 05:08

Re: [yaourt] défaut pacquage-query

Message par waitnsea »

Une suggestion : tu tapes dans la barre d'adresse de ton firefox :

Code : Tout sélectionner

site:https://forums.archlinux.fr/ libalpm
eggregor
yeomen
Messages : 217
Inscription : ven. 25 févr. 2011, 11:52

Re: [yaourt] défaut pacquage-query

Message par eggregor »

C'est une idée en effet merci de me la donner.
Combien de temps faut-il pour connaître toutes les ficelles ?

Toutefois : pas de bol

Information

PAGE_NOT_FOUND
mais je vais essayer gogole
eggregor
yeomen
Messages : 217
Inscription : ven. 25 févr. 2011, 11:52

Re: [yaourt] défaut pacquage-query

Message par eggregor »

La recherche google aboutit davantage, mais sur des pages et des pages d'explication !!
Je n'ai rien bricolé dans /etc/pacman.conf et tout fonctionnait depuis l'install de base alors ? Quelqu'un peut-il me dire ce qui cloche dans ce foutu fichier ?
/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
#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 = 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 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

[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch

# 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
Avatar de l’utilisateur
onyx67
Elfe
Messages : 766
Inscription : dim. 06 nov. 2011, 18:12
Localisation : Alsace

Re: [yaourt] défaut pacquage-query

Message par onyx67 »

Sujet assez abondamment traité. Avec le moteur de recherche du forum: viewtopic.php?f=13&t=20137&p=166510&hil ... pm#p166510
"La complication est un effet de la simplicité mal acquise"

Intel i5-2320; Nvidia GeForce GT 520; ATA Hitachi 2To; ArchLinux-KDE
Avatar de l’utilisateur
waitnsea
Maître du Kyudo
Messages : 2114
Inscription : jeu. 15 mars 2012, 05:08

Re: [yaourt] défaut pacquage-query

Message par waitnsea »

eggregor a écrit : dim. 17 juin 2018, 16:34 PAGE_NOT_FOUND
il faut garder un espace entre le Bang de recherche pour un site et les motifs de recherche si ton moteur est google. Duckduck a mieux : https://duckduckgo.com/bang
eggregor
yeomen
Messages : 217
Inscription : ven. 25 févr. 2011, 11:52

Re: [yaourt] défaut pacquage-query (RESOLU)

Message par eggregor »

OK ok, merci de vos sympathiques interventions.
Il faudra qu'un jour je comprenne l'espace après le BANG !
Répondre