I hope i am putting this in the right place. When ever I try to do an update I get a ton of errors maybe some one can tell me what is going on thanks. tried both pamac and pacman as well GUI.
All out of attack vectors for this problem. I am marginally technical but I am rather new to linux sorry if this is a noob question.
[solderstation@Solder ~]$ sudo pamac update
[sudo] password for solderstation:
Preparing...
Synchronizing package databases...
https://us.mirrors.fossho.st/manjaro/stable/core/x86_64/core.db: Could not connect: Socket I/O timed out
https://us.mirrors.fossho.st/manjaro/stable/extra/x86_64/extra.db: Could not connect: Socket I/O timed out
https://us.mirrors.fossho.st/manjaro/stable/community/x86_64/community.db: Could not connect: Socket I/O timed out
https://us.mirrors.fossho.st/manjaro/stable/multilib/x86_64/multilib.db: Could not connect: Socket I/O timed out
Warning: installing lib32-libcanberra (0.30+2+gc0620e4-5) breaks dependency 'lib32-libcanberra=0.30+2+gc0620e4-3' required by lib32-libcanberra-gstreamer
Add lib32-libcanberra-gstreamer to remove
Warning: installing libcanberra (0.30+2+gc0620e4-5) breaks dependency 'libcanberra=0.30+2+gc0620e4-3' required by libcanberra-gstreamer
Add libcanberra-gstreamer to remove
Resolving dependencies...
Checking inter-conflicts...
Warning: dependency cycle detected:
Warning: bashrc-manjaro will be installed before its bash dependency
Warning: dependency cycle detected:
Warning: harfbuzz will be installed before its freetype2 dependency
Warning: dependency cycle detected:
Warning: libglvnd will be installed before its mesa dependency
Warning: dependency cycle detected:
Warning: smbclient will be installed before its cifs-utils dependency
Warning: dependency cycle detected:
Warning: lib32-keyutils will be installed before its lib32-krb5 dependency
Warning: dependency cycle detected:
Warning: lib32-mesa will be installed before its lib32-libglvnd dependency
Warning: dependency cycle detected:
Warning: lib32-harfbuzz will be installed before its lib32-freetype2 dependency
It would seem you’ve not updated in quite some time, according to what I see anyway. It looks like pacman/pamac is unable to find your databases and thus the database files.
Try:
sudo pacman-mirrors --country all --api --protocol all --set-branch stable && sudo pacman -Syyuu
And see if that helps. If not, reply and provide the whole output from the terminal.
Thank you so much that is an excellent explanation I knew most of it but that fills in the blanks. Here is an interesting thing that just happened I ran the command
sudo pacman-mirrors --interactive
and it only returned mirrors in Europe and two global. Odd since I am in North America.
Should i -Rc this thing? What is Manjaro pulse, in terms or its reach? will i have no audio or is this just the mp3 player? Because if it is just the mp3 player i could give a poo. I do use this PC to stream tutorials on how to do things with circuits from Youtube.
Strange… At least on my system manjaro-pulse doesn’t need this package:
$ LANG=C pacman -Qi manjaro-pulse ✔
Name : manjaro-pulse
Version : 20211001-1
Description : Manjaro meta package for complete PulseAudio support
Architecture : any
URL : www.manjaro.org
Licenses : GPL
Groups : None
Provides : None
Depends On : pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-jack pulseaudio-lirc pulseaudio-rtp
pulseaudio-zeroconf
Optional Deps : paprefs: Configuration dialog
pasystray: system tray application
pavucontrol: A GTK volume control tool [installed]
pavucontrol-qt: A Qt volume control tool
pulseaudio-ctl: Control volume from the shell or mapped to keyboard shortcuts [installed]
pulseaudio-equalizer: for equalizer sink (qpaeq) [installed]
pulseaudio-equalizer-ladspa: A GUI equalizer
Required By : None
Optional For : None
Conflicts With : lib32-pipewire-jack manjaro-pipewire pipewire-jack pipewire-pulse pipewire-zeroconf
Replaces : None
Installed Size : 0.00 B
Packager : Mark Wagie <mark@manjaro.org>
Build Date : Fri Oct 1 21:10:46 2021
Install Date : Sun Nov 7 07:34:00 2021
Install Reason : Explicitly installed
Install Script : No
Also include manjaro-pulse for removing… you can reinstall pulse after reinstallation again if needed.