Package not in AUR: linux-firmware-meta

Hello, I’m getting the following message when using yay:

Package not in AUR: linux-firmware-meta

What went wrong?

Linux-firmware replaces linux-firmware-meta?

Arch Linux - linux-firmware 20260519-1

The list of package changes for stable update 2026-05-27 is not available at the moment to confirm this

2 Likes

Hi tandrey,

Without more information, all we can do is guess. Please provide the complete command and output you get in the terminal according to the guide on providing preformatted text.


Providing terminal output

When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.

For more information, please see:

As I’m a moderator on the forum, I have taken the liberty of doing this for you, this time.


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Note that the above text is partially pre-prepared as a general introduction for new forum Users. Please take the time to to understand how it is done and encourage quality responses.

Here’s the output:

yay
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
:: Searching AUR for updates...
:: Searching databases for updates...
 -> Packages not in AUR: linux-firmware-meta
 there is nothing to do

As @nikgnomic’s post says, linux-firmware-meta has been replaced by linux-firmware.

# answer y when prompted to remove linux-firmware-meta
sudo pacman -S linux-firmware  

@tandrey This is the easiest way to deal with it :up_arrow:

1 Like

Well, I don’t think you have to worry, seeing as it isn’t available in the AUR:

and neither is it in the repositories:

So, the package don’t seem to exist anymore.

Do I need to install linux-firmware package manually because it’s not currently installed?

 

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.