Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Help to update a community app (Read 464 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Help to update a community app

Help to update this app. as it failed in
Code: [Select]
$ sudo pacman -S --needed --noconfirm  telegram-desktop
resolving dependencies...
looking for conflicting packages...

Packages (4) glibmm-2.68-2.74.0-1  libsigc++-3.0-3.2.0-1  openssl-1.1-1.1.1.s-2
             telegram-desktop-4.3.1-2

Total Installed Size:  89.66 MiB
Net Upgrade Size:       9.81 MiB

:: Proceed with installation? [Y/n]
(4/4) checking keys in keyring                                  [##################################] 100%
(4/4) checking package integrity                                [##################################] 100%
(4/4) loading package files                                     [##################################] 100%
(4/4) checking for file conflicts                               [##################################] 100%
error: failed to commit transaction (conflicting files)
openssl-1.1: /usr/lib/libcrypto.so.1.1 exists in filesystem
openssl-1.1: /usr/lib/libssl.so.1.1 exists in filesystem
Errors occurred, no packages were upgraded.

Gist is 2 lines from the last 3 ones

Re: Help to update a community app

Reply #1
Did you do a google search?

Re: Help to update a community app

Reply #2
On a topic earlier today you caused partial upgrades by running pacman -Sy. First upgrade your system correctly by running pacman -Syu. Then check if the issue persists.

If it stays after a full upgrade, use the --overwrite option (documented in the pacman manual).

 

Re: Help to update a community app

Reply #3
On a topic earlier today you caused partial upgrades by running pacman -Sy. First upgrade your system correctly by running pacman -Syu. Then check if the issue persists.

If it stays after a full upgrade, use the --overwrite option (documented in the pacman manual).
Yes --overwrite works