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