Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Error trying to install pycharm-community-edition (Read 1104 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[SOLVED] Error trying to install pycharm-community-edition

Hi everybody:
I'm having a issue installing pycharm-community-edition-2021.1.1-1-x86_64.

I get  this message:

error: pycharm-community-edition: signature from "Orhun Parmaksız <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/pycharm-community-edition-2021.1.1-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.

I have retried the download, and even cleared pacman cache.
I didnt find any *.part in /var/cache/pacman/pkg.

Hope someone could help, please.
Thanks in advance!!!

Re: Error trying to install pycharm-community-edition

Reply #1
1. this is package from archlinux, not our package ------>>>> Orhun Parmaksız <[email protected]>
2. pacman -S pycharm-community-edition give me no error (my fully up-to-date updated system)
Code: [Select]
pacman -Sdd pycharm-community-edition
kontrola konfliktních balíčků...

Balíčky  (1) pycharm-community-edition-2021.1.1-1

Celková velikost ke stažení:   159,97 MiB
Celková velikost po instalaci:   517,71 MiB

:: Pokračovat v instalaci? [A/n]
:: Stahují se balíčky...
 pycharm-community-edition-2021.1.1-1-x...   160,0 MiB  2,85 MiB/s 00:56 [########################################] 100%
(1/1) kontrola klíčů v klíčence                                          [########################################] 100%
(1/1) kontrola integrity balíčků                                         [########################################] 100%
(1/1) načítání balíčku                                                   [########################################] 100%
(1/1) kontrola konfliktů souborů                                         [########################################] 100%
(1/1) kontrola volného místa na disku                                    [########################################] 100%
:: Zpracovávání změn balíčku...
(1/1) instalace pycharm-community-edition                                [########################################] 100%
Volitelné závislosti pro pycharm-community-edition
    ipython: IPython integration for Python 3
    python2: Python 2 support
:: Probíhá potransakční hook...
(1/1) Updating the desktop file MIME type cache..
so problem is on your side, not archlinux or artixlinux issue.

try use another mirror or
Code: [Select]
pacman-key  --populate
read https://wiki.archlinux.org/index.php/Pacman/Package_signing

as i wrote above, problem is somewhere in your system....

Re: Error trying to install pycharm-community-edition

Reply #2
Thanks a lot Alium!!!!

Code: [Select]
pacman-key  --populate

Make It!!!!!
Thanks again