Octopi not updating AUR

In a new installation Octopi does not has an option to search for outdated AUR packages
I deed see now in AUR that there was an update for Mullvad-browser-bin but Octopi deed not tell me regarding the update nor updating when in the Notifier I select Check Updates
Does I miss anything?

Maybe it is hiding it if it doesn’t detect an aur helper. Install yay.

Do you have a compatible AUR helper such as yay or pacaur installed:

Of course yay is installed

But did you tell octopi to use yay as its AUR helper?

2 Likes

I don’t use a package manager to keep my custom packages updated, it is often causing more issues and troubles - just like this issue.

If you want to see which AUR scripts is different from your installed versions

  • open Octopi
  • click the Output tab in the lower pane
  • Then click the Refresh button

Octopi is notoriously strange to work with when it comes to AUR - Pamac is somewhat better.

If you want a more reliable notification - consider reading Check if your AUR buildscript has changed

well, I was doing some search on different laptops
on Lenovo and my new laptop in the Output tab both they show
ā€˜Checking for Updates
There are not available update
Command terminated’ (hope the translation in to English is clear…)
but in the Octopi config file of the Lenovo is present ā€˜Search_Outdated_Aur_Packages=true’ while in the new install is not present (the Lenovo install is almost two year old, when Octopi was having the option to search for outdated AUR packages, absent in the latest Octopi. Yesterday it was showing the Yellow icon for the update Mullvad-browser-bin and I deed.

but when I run in konsole

if [[ $(pacman-mirrors -G) == 'stable' ]]; then echo 'AUR is a no-go'; else echo 'OK - go ahead'; fi

both they show
ā€˜AUR is a no-go’

but checked the same in a old Dell Precision, with i7 4810 and swappable SSDs, one disk with Garuda KDE Lite and one disk with EndeavourOS both they show:

ā€˜OK - go ahead’

of course I can check and update AUR with yay -Syu but the behavior of the latest Octopi is strange…

Yes sir

Mod Edit: Merged consecutive posts.

:grin:

pacman-mirrors command is Manjaro specific, so if it returns anything but the word stable it will print OK - go ahead; running it on non-manjaro system was not intended - although the result is stunningly funny.

Try running this on anything but Manjaro :slight_smile:

pacman-mirrors -G
1 Like

well in Garuda is saying
Command not Found

Exactly. That makes the condition stable not true (cause it errors out) and the if jumps to else, which is ā€œgo aheadā€ :slight_smile:

Now you learn shell scripting :slight_smile: and will soon become a geek like us :stuck_out_tongue_winking_eye:

Actually EOS uses the same packages as arch or manjaro unstable so it is indeed ok. No idea about garuda.
In manjaro you have a choice: stable branch, on which you are now, aur usage is not recommended, or unstable which plays nicer with aur.

well, I’ve only 3 AUR packages, Librewolf, Mullvad-browser and ttf-ms

Meanwhile, I’m on Testing and have 100 AUR packages - and it’s quite alright.

Not saying that’s true for everyone…

2 Likes

I’ve currently only got 24 AUR packages, but I’m on the Stable branch, and I don’t have any problems with that either.

3 Likes

Well i am too on stable and have some aur stuff, but we know where the dragons ahead are, don’t we. The average newbie Joe just coming from winboze should definitely refrain using AUR at the beginning.

2 Likes

Solution:
Search for Outdated AUR is not in the main Options Tab of Octopi but in the Options of Octopi Notifier Icon

3 Likes

works well now :smiley:

Yes, but a newbie will use Pamac and there AUR is disable by default if I’m not wrong
I remember when Manjaro was more close to Arch and Octopi was publishes as in house developed…
that was many years before

octopi was never claimed to have been developed by Manjaro. It has always been a package we took over from the AUR. pamac however is developed by Manjaro.

1 Like

Yes, I’m wrong and not adopting the right terms…
I remember a time when they was promoting the adoption of octopi in manjaro
at that time there was small community and the updates where more frequent than now in stable…
of course I’m talking of kde…

Yes, a version of octopi was included, but that doesn’t mean it was developed by Manjaro.

1 Like

I wonder where you find that - because - the Options presented from rightclicking the notifier icon → Options loads the same Options page as you find in Octopi main window menu Tools → Options.

And I find no references to search for outdated AUR.

You can filter the window using the View Menu → Outdated. Then select the repository or AUR - .

There is no options that specifically target Search for Outdated AUR.

If you toggle the :alien: icon (down state/enable yay) then clicking the check updates button (Ctrl+K) will check AUR - if not toggled (up state/disable yay) - the action will check the repos.

1 Like