F5F Stay Refreshed Software Operating Systems Issue with full system upgrade

Issue with full system upgrade

Issue with full system upgrade

S
salt__bucket
Member
56
05-22-2023, 08:16 PM
#1
I executed the full system upgrade after installing certain apps and using Arch within a virtual machine. This issue arose whenever I ran the command, even after restarting the system multiple times.
S
salt__bucket
05-22-2023, 08:16 PM #1

I executed the full system upgrade after installing certain apps and using Arch within a virtual machine. This issue arose whenever I ran the command, even after restarting the system multiple times.

A
Amegahoney
Posting Freak
789
05-22-2023, 10:10 PM
#2
Regenerate the archlinux-keyring package from the provided link.
A
Amegahoney
05-22-2023, 10:10 PM #2

Regenerate the archlinux-keyring package from the provided link.

P
PrincessOwley
Member
52
05-28-2023, 02:46 PM
#3
Restart the installation of Arch Linux keyring or execute pacman-key --populate archlinux pacman-key --refresh-keys
P
PrincessOwley
05-28-2023, 02:46 PM #3

Restart the installation of Arch Linux keyring or execute pacman-key --populate archlinux pacman-key --refresh-keys

B
Breadstonee
Member
220
05-28-2023, 10:13 PM
#4
It's likely you can refresh the keyring using pacman. The keyring isn't secured by a PGP key, so any update would allow everyone to upgrade. Running `sudo pacman -S arch-keyring` usually gets it done automatically before you request changes.
B
Breadstonee
05-28-2023, 10:13 PM #4

It's likely you can refresh the keyring using pacman. The keyring isn't secured by a PGP key, so any update would allow everyone to upgrade. Running `sudo pacman -S arch-keyring` usually gets it done automatically before you request changes.

J
JONNTHENOOB
Member
194
05-30-2023, 03:40 AM
#5
It's typically bundled with your standard distributions, and it doesn't prioritize keeping itself current unless you ensure it's refreshed. Regular updates usually mean the new version will install before the previous one expires. After expiration, you must install it directly. https://wiki.archlinux.org/title/Pacman/..._regularly Also, the package follows the same rules as any other release. If it becomes outdated, you can manually reinstall or bypass verification.
J
JONNTHENOOB
05-30-2023, 03:40 AM #5

It's typically bundled with your standard distributions, and it doesn't prioritize keeping itself current unless you ensure it's refreshed. Regular updates usually mean the new version will install before the previous one expires. After expiration, you must install it directly. https://wiki.archlinux.org/title/Pacman/..._regularly Also, the package follows the same rules as any other release. If it becomes outdated, you can manually reinstall or bypass verification.