You are not logged in.

#1 2022-11-05 09:01:44

light9876
Member
Registered: 2020-01-05
Posts: 137

[RESOLVED] error while loading shared libraries:cannot open shared

Hi everyone,

I recently tried building this package
https://aur.archlinux.org/ungoogled-chromium-bin.git
from source.

In the beginning it asked me to install some dependencies. I installed them. Immediately after, I stopped being able to launch many applications, for example:

nautilus: error while loading shared libraries: libgnome-desktop-3.so.19: cannot open shared object file: No such file or directory

e2guardian: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

What should I do?

Last edited by light9876 (2022-11-07 09:42:18)

Offline

#2 2022-11-05 09:11:31

light9876
Member
Registered: 2020-01-05
Posts: 137

Re: [RESOLVED] error while loading shared libraries:cannot open shared

Update: I managed to run e2guardian by installing

 sudo pacman -S openssl-1.1 

And nautilus by:

sudo ln -s /usr/lib/libgnome-desktop-3.so.20 /usr/lib/libgnome-desktop-3.so.19

What I am wondering is what caused it?
And is there a way to revert what I did? (I fear that some other applications might have broken..)

Update 2: Oops, the nautilus-open-terminal option in nautilus is gone! This is what I feared..

Last edited by light9876 (2022-11-05 09:37:14)

Offline

#3 2022-11-05 09:36:55

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,146

Re: [RESOLVED] error while loading shared libraries:cannot open shared

light9876 wrote:

What should I do?

Fully update your system and revert all hacks you have done to "fix" it.

Offline

#4 2022-11-05 09:38:06

light9876
Member
Registered: 2020-01-05
Posts: 137

Re: [RESOLVED] error while loading shared libraries:cannot open shared

arojas wrote:

Fully update your system and revert all hacks you have done to "fix" it.

Thanks. Updating the system gives "there is nothing to do". How can I revert what I did?

All I did was:

git clone https://github.com/ungoogled-software/ungoogled-chromium-archlinux
cd ungoogled-chromium-archlinux
git checkout $(git describe --abbrev=0 --tags)
makepkg -s

Following the instructions here
https://github.com/ungoogled-software/u … -archlinux

Last edited by light9876 (2022-11-05 09:41:54)

Offline

#5 2022-11-06 00:09:09

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,144

Re: [RESOLVED] error while loading shared libraries:cannot open shared

Refresh your mirrorlist. Run pacman -Syu again.

If you still have problems, post /var/log/pacman.log.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#6 2022-11-06 00:10:39

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,337
Website

Re: [RESOLVED] error while loading shared libraries:cannot open shared

Mod note: moving to NC.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#7 2022-11-06 20:27:43

light9876
Member
Registered: 2020-01-05
Posts: 137

Re: [RESOLVED] error while loading shared libraries:cannot open shared

Thank you.

cfr wrote:

post /var/log/pacman.log.

Here is my pacman log starting from the day I made the changes (yesterday):

[2022-11-05T12:56:24+0000] [PACMAN] Running 'pacman -R chromium'
[2022-11-05T12:56:26+0000] [ALPM] transaction started
[2022-11-05T12:56:26+0000] [ALPM] removed chromium (107.0.5304.87-1)
[2022-11-05T12:56:26+0000] [ALPM] transaction completed
[2022-11-05T12:56:26+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-05T12:56:26+0000] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-11-05T12:56:26+0000] [ALPM] running 'update-desktop-database.hook'...
[2022-11-05T12:56:40+0000] [PACMAN] Running '/usr/bin/pacman -S --asdeps gn clang lld gperf nodejs java-runtime-headless'
[2022-11-05T12:57:21+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-05T12:57:21+0000] [PACMAN] synchronizing package lists
[2022-11-05T12:58:11+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-05T12:58:11+0000] [PACMAN] synchronizing package lists
[2022-11-05T12:58:27+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-05T12:58:27+0000] [PACMAN] synchronizing package lists
[2022-11-05T12:58:46+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-05T12:58:46+0000] [PACMAN] synchronizing package lists
[2022-11-05T12:59:33+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-05T12:59:33+0000] [PACMAN] synchronizing package lists
[2022-11-05T13:00:47+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-05T13:00:47+0000] [PACMAN] synchronizing package lists
[2022-11-05T13:00:51+0000] [PACMAN] Running 'pacman -Syyu'
[2022-11-05T13:00:51+0000] [PACMAN] synchronizing package lists
[2022-11-05T13:01:15+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-05T13:01:15+0000] [PACMAN] synchronizing package lists
[2022-11-05T13:01:25+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-05T13:01:25+0000] [PACMAN] synchronizing package lists
[2022-11-05T13:01:26+0000] [PACMAN] starting full system upgrade
[2022-11-05T13:02:47+0000] [ALPM] running '60-mkinitcpio-remove.hook'...
[2022-11-05T13:02:47+0000] [ALPM] transaction started
[2022-11-05T13:02:47+0000] [ALPM] upgraded tzdata (2022e-1 -> 2022f-1)
[2022-11-05T13:02:47+0000] [ALPM] upgraded readline (8.1.002-1 -> 8.2.001-1)
[2022-11-05T13:02:47+0000] [ALPM] upgraded libsysprof-capture (3.44.0-2 -> 3.46.0-1)
[2022-11-05T13:02:47+0000] [ALPM] upgraded pixman (0.42.0-1 -> 0.42.2-1)
[2022-11-05T13:02:48+0000] [ALPM] upgraded adwaita-icon-theme (42.0+r1+gc144c3d75-1 -> 43-1)
[2022-11-05T13:02:48+0000] [ALPM] upgraded qt5-translations (5.15.6+kde+r2-1 -> 5.15.7-1)
[2022-11-05T13:02:48+0000] [ALPM] upgraded openssl (1.1.1.q-1 -> 3.0.7-2)
[2022-11-05T13:02:48+0000] [ALPM] upgraded libsasl (2.1.28-1 -> 2.1.28-3)
[2022-11-05T13:02:48+0000] [ALPM] upgraded libldap (2.6.3-1 -> 2.6.3-2)
[2022-11-05T13:02:48+0000] [ALPM] upgraded libevent (2.1.12-2 -> 2.1.12-4)
[2022-11-05T13:02:48+0000] [ALPM] upgraded krb5 (1.20-1 -> 1.20-3)
[2022-11-05T13:02:48+0000] [ALPM] upgraded libxcrypt (4.4.28-2 -> 4.4.30-1)
[2022-11-05T13:02:48+0000] [ALPM] upgraded systemd-libs (251.7-1 -> 251.7-4)
[2022-11-05T13:02:48+0000] [ALPM] upgraded libidn2 (2.3.3-1 -> 2.3.4-1)
[2022-11-05T13:02:48+0000] [ALPM] upgraded coreutils (9.1-1 -> 9.1-3)
[2022-11-05T13:02:48+0000] [ALPM] upgraded libdrm (2.4.113-3 -> 2.4.114-1)
[2022-11-05T13:02:48+0000] [ALPM] upgraded libssh2 (1.10.0-1 -> 1.10.0-3)
[2022-11-05T13:02:48+0000] [ALPM] upgraded curl (7.86.0-1 -> 7.86.0-3)
[2022-11-05T13:02:48+0000] [ALPM] upgraded cryptsetup (2.5.0-1 -> 2.5.0-3)
[2022-11-05T13:02:48+0000] [ALPM] upgraded kmod (30-1 -> 30-3)
[2022-11-05T13:02:48+0000] [ALPM] upgraded systemd (251.7-1 -> 251.7-4)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qt5-base (5.15.6+kde+r181-1 -> 5.15.7+kde+r168-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qca-qt5 (2.3.5-1 -> 2.3.5-2)
[2022-11-05T13:02:49+0000] [ALPM] upgraded tpm2-tss (3.2.0-1 -> 3.2.0-3)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qt5-svg (5.15.6+kde+r9-1 -> 5.15.7+kde+r9-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qt5-declarative (5.15.6+kde+r20-1 -> 5.15.7+kde+r18-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded polkit (121-1 -> 122-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qt5-x11extras (5.15.6+kde+r0-1 -> 5.15.7-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qt5-wayland (5.15.6+kde+r50-1 -> 5.15.7+kde+r49-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded libasyncns (1:0.8+r3+g68cd5af-1 -> 1:0.8+r3+g68cd5af-2)
[2022-11-05T13:02:49+0000] [ALPM] upgraded libpulse (16.1-1 -> 16.1-3)
[2022-11-05T13:02:49+0000] [ALPM] upgraded libcanberra (1:0.30+r2+gc0620e4-1 -> 1:0.30+r2+gc0620e4-2)
[2022-11-05T13:02:49+0000] [ALPM] upgraded gstreamer (1.20.4-1 -> 1.20.4-3)
[2022-11-05T13:02:49+0000] [ALPM] upgraded orc (0.4.32-2 -> 0.4.33-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded gst-plugins-base-libs (1.20.4-1 -> 1.20.4-3)
[2022-11-05T13:02:49+0000] [ALPM] upgraded gst-plugins-base (1.20.4-1 -> 1.20.4-3)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qt5-multimedia (5.15.6+kde+r1-1 -> 5.15.7+kde+r1-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qt5-speech (5.15.6+kde+r1-1 -> 5.15.7+kde+r1-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded signon-kwallet-extension (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qt5-webchannel (5.15.6+kde+r3-1 -> 5.15.7+kde+r3-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded qt5-location (5.15.6+kde+r3-1 -> 5.15.7+kde+r3-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded libssh (0.10.4-1 -> 0.10.4-3)
[2022-11-05T13:02:49+0000] [ALPM] upgraded sdl2 (2.24.1-1 -> 2.24.2-1)
[2022-11-05T13:02:49+0000] [ALPM] upgraded srt (1.5.1-1 -> 1.5.1-3)
[2022-11-05T13:02:49+0000] [ALPM] upgraded lcms2 (2.13.1-1 -> 2.14-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded qt5-webengine (5.15.11-1 -> 5.15.11-2)
[2022-11-05T13:02:50+0000] [ALPM] upgraded kaccounts-integration (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded libakonadi (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded kmime (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded grantleetheme (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded akonadi-contacts (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded libarchive (3.6.1-2 -> 3.6.1-5)
[2022-11-05T13:02:50+0000] [ALPM] upgraded pacman (6.0.1-8 -> 6.0.2-5)
[2022-11-05T13:02:50+0000] [ALPM] upgraded libcloudproviders (0.3.1-2 -> 0.3.1+r8+g3a229ee-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded gsettings-desktop-schemas (42.0-1 -> 43.0-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded libsoup3 (3.2.1-1 -> 3.2.2-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded appstream-glib (0.8.1-1 -> 0.8.2-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded podofo (0.9.8-1 -> 0.9.8-2)
[2022-11-05T13:02:50+0000] [ALPM] upgraded python (3.10.8-2 -> 3.10.8-3)
[2022-11-05T13:02:50+0000] [ALPM] upgraded python-cssselect (1.1.0-9 -> 1.2.0-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded python-pillow (9.2.0-1 -> 9.3.0-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded python-py7zr (0.19.0-1 -> 0.20.0-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded python-setuptools (1:63.4.3-1 -> 1:64.0.0-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded poppler (22.10.0-1 -> 22.11.0-1)
[2022-11-05T13:02:50+0000] [ALPM] upgraded qt6-base (6.4.0-2 -> 6.4.0-3)
[2022-11-05T13:02:51+0000] [ALPM] upgraded calibre (6.7.1-2 -> 6.8.0-2)
[2022-11-05T13:02:51+0000] [ALPM] upgraded rhash (1.4.2-1 -> 1.4.3-1)
[2022-11-05T13:02:51+0000] [ALPM] upgraded cmake (3.24.2-1 -> 3.24.3-1)
[2022-11-05T13:02:51+0000] [ALPM] upgraded easytag (2.4.3-5 -> 2.4.3-6)
[2022-11-05T13:02:51+0000] [ALPM] upgraded gnome-desktop-common (1:42.4-1 -> 1:43-1)
[2022-11-05T13:02:51+0000] [ALPM] upgraded gnome-desktop (1:42.4-1 -> 1:43-1)
[2022-11-05T13:02:51+0000] [ALPM] installed webp-pixbuf-loader (0.0.6-1)
[2022-11-05T13:02:51+0000] [ALPM] upgraded eog (42.3-1 -> 43.1-1)
[2022-11-05T13:02:51+0000] [ALPM] upgraded poppler-data (0.4.11-1 -> 0.4.11-2)
[2022-11-05T13:02:51+0000] [ALPM] upgraded ghostscript (10.0.0-1 -> 10.0.0-2)
[2022-11-05T13:02:51+0000] [ALPM] upgraded libspectre (0.2.10-2 -> 0.2.11-1)
[2022-11-05T13:02:51+0000] [ALPM] upgraded poppler-glib (22.10.0-1 -> 22.11.0-1)
[2022-11-05T13:02:51+0000] [ALPM] upgraded ldns (1.8.3-1 -> 1.8.3-2)
[2022-11-05T13:02:51+0000] [ALPM] upgraded openssh (9.1p1-1 -> 9.1p1-3)
[2022-11-05T13:02:51+0000] [ALPM-SCRIPTLET] Removed "/etc/systemd/user/sockets.target.wants/gcr-ssh-agent.socket".
[2022-11-05T13:02:51+0000] [ALPM] upgraded gcr (3.41.1-2 -> 3.41.1-3)
[2022-11-05T13:02:52+0000] [ALPM] upgraded evince (42.3-2 -> 43.1-1)
[2022-11-05T13:02:52+0000] [ALPM] installed webkit2gtk-4.1 (2.38.2-1)
[2022-11-05T13:02:52+0000] [ALPM] installed librest (0.9.1-1)
[2022-11-05T13:02:52+0000] [ALPM] upgraded gnome-online-accounts (3.44.0-1 -> 3.46.0-1)
[2022-11-05T13:02:52+0000] [ALPM] installed geocode-glib-common (3.26.4-2)
[2022-11-05T13:02:52+0000] [ALPM] installed geocode-glib-2 (3.26.4-2)
[2022-11-05T13:02:52+0000] [ALPM] upgraded libgweather-4 (4.0.0-1 -> 4.2.0-1)
[2022-11-05T13:02:52+0000] [ALPM] installed gcr-4 (4.0.0-1)
[2022-11-05T13:02:52+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/gcr-ssh-agent.socket → /usr/lib/systemd/user/gcr-ssh-agent.socket.
[2022-11-05T13:02:52+0000] [ALPM] upgraded gst-plugins-bad-libs (1.20.4-1 -> 1.20.4-3)
[2022-11-05T13:02:53+0000] [ALPM] installed webkit2gtk-5.0 (2.38.2-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded protobuf (21.7-1 -> 21.9-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded evolution-data-server (3.44.4-2 -> 3.46.1-2)
[2022-11-05T13:02:53+0000] [ALPM] upgraded fakeroot (1.29-1 -> 1.30.1-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gtksourceview4 (4.8.3-1 -> 4.8.4-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gedit (42.2-1 -> 42.2-2)
[2022-11-05T13:02:53+0000] [ALPM] upgraded geocode-glib (3.26.4-1 -> 3.26.4-2)
[2022-11-05T13:02:53+0000] [ALPM] upgraded git (2.38.1-1 -> 2.38.1-2)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gnome-calculator (42.2-1 -> 43.0.1-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gnome-desktop-4 (1:42.4-1 -> 1:43-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded openpmix (4.2.1-1 -> 4.2.2-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded pulseaudio (16.1-1 -> 16.1-3)
[2022-11-05T13:02:53+0000] [ALPM] upgraded libmm-glib (1.18.12-1 -> 1.20.0-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gnome-settings-daemon (42.2-1 -> 43.0-2)
[2022-11-05T13:02:53+0000] [ALPM] upgraded libnma-common (1.10.2-1 -> 1.10.2-2)
[2022-11-05T13:02:53+0000] [ALPM] upgraded libnma-gtk4 (1.10.2-1 -> 1.10.2-2)
[2022-11-05T13:02:53+0000] [ALPM] upgraded libmalcontent (0.10.5-1 -> 0.11.0-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded pulseaudio-bluetooth (16.1-1 -> 16.1-3)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gnome-control-center (42.3-2 -> 43.1-2)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gnome-calendar (42.2-1 -> 43.1-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gnome-disk-utility (42.0-1 -> 43.0-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gnome-font-viewer (42.0-1 -> 43.0-1)
[2022-11-05T13:02:53+0000] [ALPM] upgraded gnome-keyring (1:42.1-1 -> 1:42.1-2)
[2022-11-05T13:02:54+0000] [ALPM] upgraded gnome-terminal (3.44.1-1 -> 3.46.4-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded gnote (42.1-1 -> 43.0-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded graphviz (6.0.2-1 -> 7.0.0-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded gupnp-dlna (0.12.0-1 -> 0.12.0-2)
[2022-11-05T13:02:54+0000] [ALPM] upgraded kate (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded qt5-networkauth (5.15.6+kde+r0-1 -> 5.15.7-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded mlt (7.8.0-2 -> 7.10.0-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded poppler-qt5 (22.10.0-1 -> 22.11.0-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded qt5-graphicaleffects (5.15.6+kde+r0-1 -> 5.15.7-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded qt5-quickcontrols (5.15.6+kde+r0-1 -> 5.15.7-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded qt5-quickcontrols2 (5.15.6+kde+r5-1 -> 5.15.7+kde+r6-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded kdenlive (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded keepassxc (2.7.1-1 -> 2.7.4-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded net-snmp (5.9.1-4 -> 5.9.1-5)
[2022-11-05T13:02:54+0000] [ALPM] upgraded ksanecore (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded libkexiv2 (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded libksane (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:54+0000] [ALPM] upgraded libmspack (1:0.10.1alpha-3 -> 1:0.10.1alpha-4)
[2022-11-05T13:02:54+0000] [ALPM] upgraded libnma (1.10.2-1 -> 1.10.2-2)
[2022-11-05T13:02:54+0000] [ALPM] upgraded libosinfo (1.10.0-1 -> 1.10.0-2)
[2022-11-05T13:02:55+0000] [ALPM] upgraded linux (6.0.5.arch1-1 -> 6.0.7.arch1-1)
[2022-11-05T13:02:56+0000] [ALPM] upgraded marble-common (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:56+0000] [ALPM] upgraded mpg123 (1.30.2-1 -> 1.31.1-1)
[2022-11-05T13:02:56+0000] [ALPM] upgraded neon (0.32.4-1 -> 0.32.4-2)
[2022-11-05T13:02:56+0000] [ALPM] upgraded ntp (4.2.8.p15-1 -> 4.2.8.p15-2)
[2022-11-05T13:02:56+0000] [ALPM] upgraded okular (22.08.2-1 -> 22.08.3-1)
[2022-11-05T13:02:56+0000] [ALPM] upgraded perl-http-message (6.41-1 -> 6.42-1)
[2022-11-05T13:02:56+0000] [ALPM] upgraded perl-html-parser (3.79-1 -> 3.80-1)
[2022-11-05T13:02:56+0000] [ALPM] installed libcamera (0.0.1-3)
[2022-11-05T13:02:56+0000] [ALPM] upgraded pipewire (1:0.3.59-2 -> 1:0.3.59-5)
[2022-11-05T13:02:56+0000] [ALPM] upgraded poppler-qt6 (22.10.0-1 -> 22.11.0-1)
[2022-11-05T13:02:56+0000] [ALPM] upgraded qpdf (11.1.1-1 -> 11.1.1-2)
[2022-11-05T13:02:56+0000] [ALPM] upgraded qt5-imageformats (5.15.6+kde+r5-1 -> 5.15.7+kde+r5-1)
[2022-11-05T13:02:56+0000] [ALPM] upgraded qt5-script (5.15.11-1 -> 5.15.11-2)
[2022-11-05T13:02:56+0000] [ALPM] upgraded qt5-websockets (5.15.6+kde+r2-1 -> 5.15.7+kde+r2-1)
[2022-11-05T13:02:56+0000] [ALPM] upgraded qt5-xmlpatterns (5.15.6+kde+r0-1 -> 5.15.7-1)
[2022-11-05T13:02:56+0000] [ALPM] upgraded raptor (2.0.15-20 -> 2.0.15-21)
[2022-11-05T13:02:56+0000] [ALPM] upgraded rsync (3.2.7-1 -> 3.2.7-2)
[2022-11-05T13:02:57+0000] [ALPM] upgraded rust (1:1.64.0-1 -> 1:1.65.0-1)
[2022-11-05T13:02:57+0000] [ALPM] upgraded spice (0.15.0-1 -> 0.15.0-2)
[2022-11-05T13:02:57+0000] [ALPM] upgraded sudo (1.9.12-1 -> 1.9.12-5)
[2022-11-05T13:02:57+0000] [ALPM] upgraded systemd-sysvcompat (251.7-1 -> 251.7-4)
[2022-11-05T13:02:57+0000] [ALPM] upgraded totem-pl-parser (3.26.6-1 -> 3.26.6-2)
[2022-11-05T13:02:58+0000] [ALPM] upgraded vlc (3.0.17.4-10 -> 3.0.17.4-11)
[2022-11-05T13:02:58+0000] [ALPM] upgraded webkit2gtk (2.38.1-1 -> 2.38.2-1)
[2022-11-05T13:02:58+0000] [ALPM] upgraded wpa_supplicant (2:2.10-5 -> 2:2.10-6)
[2022-11-05T13:02:58+0000] [ALPM] upgraded xdg-desktop-portal-gnome (42.3-1 -> 43.1-1)
[2022-11-05T13:02:58+0000] [ALPM] upgraded xf86-video-openchrome (0.6.0.r763.gdc661c5-1 -> 0.6.0.r798.g0c75274-1)
[2022-11-05T13:02:58+0000] [ALPM] upgraded xmlsec (1.2.34-2 -> 1.2.36-2)
[2022-11-05T13:02:58+0000] [ALPM] upgraded xorg-sessreg (1.1.2-3 -> 1.1.3-1)
[2022-11-05T13:02:58+0000] [ALPM] transaction completed
[2022-11-05T13:02:59+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-05T13:02:59+0000] [ALPM] running '30-systemd-catalog.hook'...
[2022-11-05T13:02:59+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-05T13:03:00+0000] [ALPM] running '30-systemd-hwdb.hook'...
[2022-11-05T13:03:00+0000] [ALPM] running '30-systemd-sysctl.hook'...
[2022-11-05T13:03:00+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-05T13:03:00+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-05T13:03:00+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-05T13:03:00+0000] [ALPM] running '30-update-mime-database.hook'...
[2022-11-05T13:03:00+0000] [ALPM] running '60-depmod.hook'...
[2022-11-05T13:03:02+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET] ==> Starting build: 6.0.7-arch1-1
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-05T13:03:02+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET] ==> Starting build: 6.0.7-arch1-1
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2022-11-05T13:03:03+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2022-11-05T13:03:04+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2022-11-05T13:03:04+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2022-11-05T13:03:04+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-11-05T13:03:05+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-05T13:03:05+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-05T13:03:06+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-05T13:03:06+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-05T13:03:06+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2022-11-05T13:03:07+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-05T13:03:07+0000] [ALPM] running 'dbus-reload.hook'...
[2022-11-05T13:03:07+0000] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-11-05T13:03:07+0000] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2022-11-05T13:03:07+0000] [ALPM] running 'glib-compile-schemas.hook'...
[2022-11-05T13:03:07+0000] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-11-05T13:03:07+0000] [ALPM] running 'texinfo-install.hook'...
[2022-11-05T13:03:07+0000] [ALPM] running 'update-desktop-database.hook'...
[2022-11-05T13:03:07+0000] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2022-11-05T13:06:03+0000] [PACMAN] Running '/usr/bin/pacman -S --asdeps gn clang lld gperf nodejs java-runtime-headless'
[2022-11-05T13:06:24+0000] [PACMAN] Running '/usr/bin/pacman -S --asdeps gn clang lld gperf nodejs java-runtime-headless'
[2022-11-05T13:13:37+0000] [PACMAN] Running 'pacman -S base-devel'
[2022-11-05T13:13:54+0000] [ALPM] transaction started
[2022-11-05T13:13:54+0000] [ALPM] reinstalled gettext (0.21.1-1)
[2022-11-05T13:13:54+0000] [ALPM] reinstalled gawk (5.2.0-3)
[2022-11-05T13:13:54+0000] [ALPM] reinstalled grep (3.8-2)
[2022-11-05T13:13:54+0000] [ALPM] reinstalled findutils (4.9.0-1)
[2022-11-05T13:13:54+0000] [ALPM] reinstalled pacman (6.0.2-5)
[2022-11-05T13:13:54+0000] [ALPM] reinstalled archlinux-keyring (20220927-1)
[2022-11-05T13:13:54+0000] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2022-11-05T13:13:56+0000] [ALPM-SCRIPTLET] ==> Updating trust database...
[2022-11-05T13:13:56+0000] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2022-11-16
[2022-11-05T13:13:56+0000] [ALPM-SCRIPTLET] ==> Updating trust database...
[2022-11-05T13:13:56+0000] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2022-11-16
[2022-11-05T13:13:56+0000] [ALPM] reinstalled m4 (1.4.19-1)
[2022-11-05T13:13:56+0000] [ALPM] reinstalled autoconf (2.71-1)
[2022-11-05T13:13:56+0000] [ALPM] reinstalled automake (1.16.5-1)
[2022-11-05T13:13:56+0000] [ALPM] reinstalled binutils (2.39-3)
[2022-11-05T13:13:56+0000] [ALPM] reinstalled bison (3.8.2-4)
[2022-11-05T13:13:56+0000] [ALPM] reinstalled debugedit (5.0-4)
[2022-11-05T13:13:56+0000] [ALPM] reinstalled sed (4.8-1)
[2022-11-05T13:13:56+0000] [ALPM] reinstalled file (5.43-1)
[2022-11-05T13:13:56+0000] [ALPM] reinstalled fakeroot (1.30.1-1)
[2022-11-05T13:13:56+0000] [ALPM] reinstalled flex (2.6.4-3)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled gcc (12.2.0-1)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled groff (1.22.4-7)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled gzip (1.12-1)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled libtool (2.4.7-5)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled texinfo (6.8-2)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled make (4.3-3)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled patch (2.7.6-8)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled pkgconf (1.8.0-1)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled sudo (1.9.12-5)
[2022-11-05T13:13:57+0000] [ALPM] reinstalled which (2.21-5)
[2022-11-05T13:13:57+0000] [ALPM] transaction completed
[2022-11-05T13:13:57+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-05T13:13:57+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-05T13:13:57+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-05T13:13:57+0000] [ALPM] running 'texinfo-install.hook'...
[2022-11-05T13:14:21+0000] [PACMAN] Running '/usr/bin/pacman -S --asdeps gn clang lld gperf nodejs java-runtime-headless'
[2022-11-05T13:15:35+0000] [PACMAN] Running '/usr/bin/pacman -S --asdeps gn clang lld gperf nodejs java-runtime-headless'
[2022-11-05T13:15:46+0000] [PACMAN] Running '/usr/bin/pacman -S --asdeps gn clang lld gperf nodejs java-runtime-headless'
[2022-11-05T13:15:55+0000] [ALPM] transaction started
[2022-11-05T13:15:55+0000] [ALPM] installed gn (0.2050.9ef32177-1)
[2022-11-05T13:15:55+0000] [ALPM] installed compiler-rt (14.0.6-1)
[2022-11-05T13:15:56+0000] [ALPM] installed clang (14.0.6-3)
[2022-11-05T13:15:56+0000] [ALPM] installed lld (14.0.6-1)
[2022-11-05T13:15:56+0000] [ALPM] installed gperf (3.1-3)
[2022-11-05T13:15:56+0000] [ALPM] installed c-ares (1.18.1-1)
[2022-11-05T13:15:56+0000] [ALPM] installed nodejs (19.0.1-1)
[2022-11-05T13:15:56+0000] [ALPM] installed java-runtime-common (3-3)
[2022-11-05T13:15:56+0000] [ALPM-SCRIPTLET] For the complete set of Java binaries to be available in your PATH,
[2022-11-05T13:15:56+0000] [ALPM-SCRIPTLET] you need to re-login or source /etc/profile.d/jre.sh
[2022-11-05T13:15:56+0000] [ALPM-SCRIPTLET] Please note that this package does not support forcing JAVA_HOME as former package java-common did
[2022-11-05T13:15:56+0000] [ALPM] installed libnet (1:1.1.6-1)
[2022-11-05T13:15:56+0000] [ALPM] installed jre-openjdk-headless (19.0.1.u10-3)
[2022-11-05T13:15:56+0000] [ALPM] transaction completed
[2022-11-05T13:15:56+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-05T13:15:56+0000] [ALPM] running 'texinfo-install.hook'...
[2022-11-05T14:09:33+0000] [PACMAN] Running 'pacman -Syy'
[2022-11-05T14:09:33+0000] [PACMAN] synchronizing package lists
[2022-11-05T14:09:45+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-05T14:09:45+0000] [PACMAN] synchronizing package lists
[2022-11-05T14:09:51+0000] [PACMAN] starting full system upgrade
[2022-11-05T14:12:13+0000] [PACMAN] Running 'pacman -S libssl'
[2022-11-05T14:12:22+0000] [PACMAN] Running 'pacman -S libssl1.1'
[2022-11-05T14:12:38+0000] [PACMAN] Running 'pacman -S openssl'
[2022-11-05T14:12:48+0000] [PACMAN] Running 'pacman -S openssl'
[2022-11-05T14:12:49+0000] [ALPM] transaction started
[2022-11-05T14:12:50+0000] [ALPM] reinstalled openssl (3.0.7-2)
[2022-11-05T14:12:50+0000] [ALPM] transaction completed
[2022-11-05T14:12:51+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-06T08:39:03+0000] [PACMAN] Running '/usr/bin/pacman -U /home/elias/Documents/workspace/configs/aaa/bbb/ungoogled-chromium-bin/ungoogled-chromium-bin-107.0.5304.87-1-x86_64.pkg.tar.zst'
[2022-11-06T08:39:05+0000] [ALPM] transaction started
[2022-11-06T08:39:06+0000] [ALPM] installed ungoogled-chromium-bin (107.0.5304.87-1)
[2022-11-06T08:39:06+0000] [ALPM] transaction completed
[2022-11-06T08:39:06+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-06T08:39:06+0000] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-11-06T08:39:06+0000] [ALPM] running 'update-desktop-database.hook'...
[2022-11-06T08:45:57+0000] [PACMAN] Running 'pacman -S libssl'
[2022-11-06T08:46:00+0000] [PACMAN] Running 'pacman -S libssl-dev'
[2022-11-06T08:46:05+0000] [PACMAN] Running 'pacman -S libssl1.1'
[2022-11-06T08:54:33+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-06T08:54:33+0000] [PACMAN] synchronizing package lists
[2022-11-06T08:54:34+0000] [PACMAN] starting full system upgrade
[2022-11-06T09:05:26+0000] [PACMAN] Running 'pacman -S openssl-1.1'
[2022-11-06T09:05:29+0000] [ALPM] transaction started
[2022-11-06T09:05:29+0000] [ALPM] installed openssl-1.1 (1.1.1.s-2)
[2022-11-06T09:05:29+0000] [ALPM] transaction completed
[2022-11-06T09:05:29+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-06T09:06:08+0000] [PACMAN] Running 'pacman -S libgnome-desktop-3'
[2022-11-06T09:09:14+0000] [PACMAN] Running 'pacman -S libgnome-desktop'
[2022-11-06T09:09:16+0000] [PACMAN] Running 'pacman -S libgnome'
[2022-11-06T09:14:03+0000] [PACMAN] Running 'pacman -S libgnome-desktop-3'
[2022-11-06T09:14:05+0000] [PACMAN] Running 'pacman -S libgnome-desktop'
[2022-11-06T09:14:07+0000] [PACMAN] Running 'pacman -S libgnome-desktop-dev'
[2022-11-06T09:14:44+0000] [PACMAN] Running 'pacman -S gnome-desktop'
[2022-11-06T09:14:52+0000] [ALPM] transaction started
[2022-11-06T09:14:52+0000] [ALPM] reinstalled gnome-desktop (1:43-1)
[2022-11-06T09:14:52+0000] [ALPM] transaction completed
[2022-11-06T09:14:52+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-06T09:14:58+0000] [PACMAN] Running 'pacman -S gnome-desktop3'
[2022-11-06T09:15:00+0000] [PACMAN] Running 'pacman -S gnome-desktop-3'
[2022-11-06T09:15:10+0000] [PACMAN] Running 'pacman -S gnome-desktop-4'
[2022-11-06T09:15:12+0000] [ALPM] transaction started
[2022-11-06T09:15:12+0000] [ALPM] reinstalled gnome-desktop-4 (1:43-1)
[2022-11-06T09:15:12+0000] [ALPM] transaction completed
[2022-11-06T09:15:12+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-06T09:15:25+0000] [PACMAN] Running 'pacman -S libgnome-desktop-3'
[2022-11-06T09:15:28+0000] [PACMAN] Running 'pacman -S gnome-desktop-dev'
[2022-11-06T09:23:39+0000] [PACMAN] Running 'pacman -S gnome-desktop'
[2022-11-06T09:24:06+0000] [PACMAN] Running 'pacman -S gnome-desktop-common'
[2022-11-06T09:24:09+0000] [ALPM] transaction started
[2022-11-06T09:24:09+0000] [ALPM] reinstalled gnome-desktop-common (1:43-1)
[2022-11-06T09:24:10+0000] [ALPM] transaction completed
[2022-11-06T09:24:10+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-06T09:34:40+0000] [PACMAN] Running 'pacman -S nautilus-open-terminal'
[2022-11-06T09:37:30+0000] [PACMAN] Running 'pacman -Syu'
[2022-11-06T09:37:30+0000] [PACMAN] synchronizing package lists
[2022-11-06T09:37:31+0000] [PACMAN] starting full system upgrade
[2022-11-06T09:51:24+0000] [PACMAN] Running 'pacman -S adb fastboot'
[2022-11-06T09:51:28+0000] [PACMAN] Running 'pacman -S adb'
[2022-11-06T09:51:30+0000] [PACMAN] Running 'pacman -S android-adb'
[2022-11-06T09:51:36+0000] [PACMAN] Running 'pacman -S android-tools'
[2022-11-06T09:51:52+0000] [PACMAN] Running 'pacman -S android-tools'
[2022-11-06T09:51:55+0000] [ALPM] transaction started
[2022-11-06T09:51:55+0000] [ALPM] installed android-udev (20220903-1)
[2022-11-06T09:51:55+0000] [ALPM] installed android-tools (33.0.3-1)
[2022-11-06T09:51:55+0000] [ALPM] transaction completed
[2022-11-06T09:51:55+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-06T09:51:55+0000] [ALPM-SCRIPTLET] Creating group 'adbusers' with GID 967.
[2022-11-06T09:51:55+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-06T09:51:55+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-06T09:52:16+0000] [PACMAN] Running 'pacman -S fastboot'
[2022-11-06T10:00:31+0000] [PACMAN] Running 'pacman -S python-nautilus'
[2022-11-06T10:00:37+0000] [ALPM] transaction started
[2022-11-06T10:00:37+0000] [ALPM] installed python-nautilus (4.0-1)
[2022-11-06T10:00:37+0000] [ALPM] transaction completed
[2022-11-06T10:00:37+0000] [ALPM] running '30-systemd-update.hook'...
cfr wrote:

Refresh your mirrorlist.

But what is the command to do that?

$ cat /etc/pacman.d/mirrorlist

################################################################################
################# Arch Linux mirrorlist generated by Reflector #################
################################################################################

# With:       reflector @/etc/xdg/reflector/reflector.conf
# When:       2022-10-16 11:56:31 UTC
# From:       https://archlinux.org/mirrors/status/json/
# Retrieved:  2022-10-16 11:55:03 UTC
# Last Check: 2022-10-16 11:15:36 UTC

Server = https://mirror.theo546.fr/archlinux/$repo/os/$arch
Server = https://mirror.osbeck.com/archlinux/$repo/os/$arch
Server = https://europe.mirror.pkgbuild.com/$repo/os/$arch
Server = https://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch
Server = https://at.arch.mirror.kescher.at/$repo/os/$arch
Server = https://mirror.pseudoform.org/$repo/os/$arch
Server = https://mirror.one.com/archlinux/$repo/os/$arch
Server = https://archmirror.it/repos/$repo/os/$arch
Server = https://arch.mirror.constant.com/$repo/os/$arch
Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
Server = https://mirror.f4st.host/archlinux/$repo/os/$arch
Server = https://archlinux.thaller.ws/$repo/os/$arch
Server = https://archlinux-br.com.br/archlinux/$repo/os/$arch
Server = https://mirror.funami.tech/arch/$repo/os/$arch
Server = https://america.mirror.pkgbuild.com/$repo/os/$arch
Server = https://asia.mirror.pkgbuild.com/$repo/os/$arch
Server = https://seoul.mirror.pkgbuild.com/$repo/os/$arch
Server = https://sydney.mirror.pkgbuild.com/$repo/os/$arch
Server = https://phinau.de/arch/$repo/os/$arch

Last edited by light9876 (2022-11-06 20:32:11)

Offline

#8 2022-11-06 20:55:40

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,144

Re: [RESOLVED] error while loading shared libraries:cannot open shared

Did you revert the hacks? Do you still get errors?  You can use

reflector -l 5 --sort rate --protocol https --save mirrorlist.new

for example, if the timer has not kept your mirrorlist up to date. I did this a couple of days ago because the timer seemed not to have updated my list for over 2 weeks.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#9 2022-11-06 21:24:32

seth
Member
Registered: 2012-09-03
Posts: 57,369

Re: [RESOLVED] error while loading shared libraries:cannot open shared

e2guardian is an AUR package and I don't see nautilus in your pacman updates, but I see gnome moving from 42 to 43

pacman -Qs nautilus

Offline

#10 2022-11-06 22:50:31

light9876
Member
Registered: 2020-01-05
Posts: 137

Re: [RESOLVED] error while loading shared libraries:cannot open shared

seth wrote:

e2guardian is an AUR package and I don't see nautilus in your pacman updates, but I see gnome moving from 42 to 43

Thanks. The nautilus I'm using is nautilus-typeahead: which faces a problem being built with the last version of gnome. It does not look like this will be fixed soon.

Reference: Check last 2 comments here: https://aur.archlinux.org/packages/naut … ent-887769

A solution would be to do away with nautilus-typeahead and to simply install nautilus as you suggested (losing functionality). As it looks like to me there is no easy way to resume the old functionality without doing a series of downgrades and making a mess again. God knows I might break something worse.

Thank you all.

Offline

#11 2022-11-07 07:21:23

seth
Member
Registered: 2012-09-03
Posts: 57,369

Re: [RESOLVED] error while loading shared libraries:cannot open shared

https://wiki.archlinux.org/title/Arch_U … g_packages
See the blue note.

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#12 2022-11-07 09:41:24

light9876
Member
Registered: 2020-01-05
Posts: 137

Re: [RESOLVED] error while loading shared libraries:cannot open shared

This makes perfect sense and it is perfectly fair. Thanks Seth and thanks everyone.

Offline

Board footer

Powered by FluxBB