Re: # pacman -Rdd linux-firmware # pacman -Syu linux-firmware
"Arch Linux: Recent news updates: Jan Alexander Steffens" <arch-announce@lists.archlinux.org> wrote:
With `20250613.12fe085f-5`, we split our firmware into several vendor-focused packages. `linux-firmware` is now an empty package depending on our default set of firmware.
Unfortunately, this coincided with upstream reorganizing the symlink layout of the NVIDIA firmware, resulting in a situation that Pacman cannot handle. When attempting to upgrade from `20250508.788aadc8-2` or earlier, you will see the following errors:
linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad103 exists in filesystem linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad104 exists in filesystem linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad106 exists in filesystem linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad107 exists in filesystem
To progress with the system upgrade, first remove `linux-firmware`, then reinstall it as part of the upgrade:
# pacman -Rdd linux-firmware # pacman -Syu linux-firmware
URL: https://archlinux.org/news/linux-firmware-2025061312fe085f-5-upgrade-require...
What I see now in http://archlinux.org , not in https://archlinux.org/news/linux-firmware-2025061312fe085f-5-upgrade-require... , only in arch-linux home page, is # pacman -Rdd linux-firmware # pacman -Syu linux-firmware That is, a concatenation of the two suggested commands into a single line. Should that be fixed? -- u34
On Sun, 22 Jun 2025 at 16:55, <u34@net9.cf> wrote:
What I see now in http://archlinux.org , not in
https://archlinux.org/news/linux-firmware-2025061312fe085f-5-upgrade-require... , only in arch-linux home page, is
# pacman -Rdd linux-firmware # pacman -Syu linux-firmware
That is, a concatenation of the two suggested commands into a single line.
Should that be fixed
It's a server-side issue (archweb is collapsing the line breaks into spaces, but only on the front page). Nothing I can do myself that wouldn't make it look worse in another way.
On 22/06/25 9:34 pm, Jan Alexander Steffens (heftig) wrote:
On Sun, 22 Jun 2025 at 16:55, <u34@net9.cf> wrote:
# pacman -Rdd linux-firmware # pacman -Syu linux-firmware
That is, a concatenation of the two suggested commands into a single line.
Should that be fixed
It's a server-side issue (archweb is collapsing the line breaks into spaces, but only on the front page). Nothing I can do myself that wouldn't make it look worse in another way.
May be make it single line with && in between: pacman -Rdd linux-firmware && pacman -Syu linux-firmware Additional advantage is that second command will work only if first command succeeded. Regards Amish
participants (3)
-
Amish
-
Jan Alexander Steffens (heftig)
-
u34@net9.cf