I was able to update python2 with running the following yay command on two systems
$ yay -S python2 --mflags "--nocheck"
Thank you for maintaining this package! I use it for the healing filter in GIMP.
Git Clone URL: | https://aur.archlinux.org/python2.git (read-only, click to copy) |
---|---|
Package Base: | python2 |
Description: | A high-level scripting language |
Upstream URL: | https://www.python.org/ |
Licenses: | PSF-2.0 |
Conflicts: | python |
Submitter: | jelly |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 74 |
Popularity: | 0.33 |
First Submitted: | 2022-09-23 10:01 (UTC) |
Last Updated: | 2025-04-30 23:56 (UTC) |
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 Next › Last »
I was able to update python2 with running the following yay command on two systems
$ yay -S python2 --mflags "--nocheck"
Thank you for maintaining this package! I use it for the healing filter in GIMP.
gpg --keyserver pgp.mit.edu --recv-keys 04C367C218ADD4FF
and
paru
does the trick for me.
Thank you for your work.
In my case "sudo pacman ..." didn't help, but "gpg recv-keys 04C367C218ADD4FF" without sudo or pacman did it.
I did start with makepkg -sirc --asdeps --nocheck but it seems it did not take the --nocheck option. What did I do wrong here?
@zeroconf patches welcome :)
I just uninstalled it as I have also python v3.x. Hoping no one program needs it. There were no dependencies, when uninstalling. Lots of people updating via AUR helper, hard to explain, why suddenly one package is not capable for that. I guess this should be fixed as other packages can be installed via AUR helper, e.g. yay is used here.
I did it with "sudo pacman-key --recv-keys 04C367C218ADD4FF"
I needed to import the key 04C367C218ADD4FF by the way.
@korimitsu read pinned comment. You have 2 solutions.
Can confirm the "makepkg -si --nocheck" worked on 2 of my PCs. Ty
Pinned Comments