You are not logged in.

#1 2023-05-04 06:09:15

Bluish9992
Member
Registered: 2022-12-14
Posts: 47

[SOLVED]libgpg-error.so.0 is missing?

all my apps aren't working saying they are looking for this missing file even pacman

pacman: error while loading shared libraries: libgpg-error.so.0: cannot open shared object file: No such file or directory

i might have deleted it by accident. is there something i can do to fix this?

Last edited by Bluish9992 (2023-05-26 08:29:39)

Offline

#2 2023-05-04 06:35:43

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,337

Re: [SOLVED]libgpg-error.so.0 is missing?

ls /usr/lib/libgpg-error.so*

libgpg-error.so.0 is a symlink to libgpg-error.so.0.34.0 - if the latter exists, just re-create the symlink.
If it doesn't, you'll have to fix this ofline (eg. from the installation iso using "pacman --sysroot /mnt …" or by downloading the package and extracting the file manually)

Offline

#3 2023-05-04 06:54:11

Bluish9992
Member
Registered: 2022-12-14
Posts: 47

Re: [SOLVED]libgpg-error.so.0 is missing?

ty for replying. yeah i deleted libgpg-error.so.0.34.0 as well, uhm whoops.

where can i find more information about installing about downloading the package and extracting it manually

Offline

#4 2023-05-04 06:56:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,337

Offline

#5 2023-05-04 07:06:07

3beb6e7c46a615a
Member
Registered: 2021-03-27
Posts: 165

Re: [SOLVED]libgpg-error.so.0 is missing?

You can also reinstall libgpg-error with pacman-static.  The pinned comment has a link to binaries which you can download and run directly.

Offline

#6 2023-05-04 08:21:53

Bluish9992
Member
Registered: 2022-12-14
Posts: 47

Re: [SOLVED]libgpg-error.so.0 is missing?

that fixed it ty. i ended up downloading from that link you sent and manually putting back the files i deleted

Offline

#7 2023-05-04 11:49:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,337

Re: [SOLVED]libgpg-error.so.0 is missing?

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

Board footer

Powered by FluxBB