Libpdfium-nojs keeps trying to reinstall

Continuing the discussion from Libpdfium-nojs package keeps on being reinstalled:

In /etc/pacman.conf I uncommented the line and added the package

IgnorePkg = libpdfium-nojs

For now I am doing the upgrade in the terminal

$ sudo pacman -Syu --ignore libdfium-nojs

image

It would be great if YAD did a check of our pacman.conf for IgnorePkg.

Hi
Where I come from (another distro) I would say downgrade package-name
This would give an option to add the said package to the ignore list.

Then when you do sudo pacman -Syu It should say the package is on/in
ignore packages…

HIH

–
Data

its does not.

image

Hi
Iam on a different distro here (Arcolinux) heres my prompt.
ignored packages

I stress this is what I am talking about it is not Endevour here it maybe different

–
Data

That’s an AUR package, isn’t it?
So pacman won’t care about it, like in sudo pacman -Syu :thinking:

Hi
@HMS_Endeavour Do you get this when you add to ignore packages, I stress again this a different distro.
ignored packages2

That’s true, but as @jonathon said, only the package maintainer can fix it.

1 Like

Yes, I saw that in the other thread.

1 Like

If you just did yay in the terminal instead of:

?

In /etc/pacman.conf I uncommented the line and added IgnorePkg = libpdfium-nojs
saved it and rebooted.
Next time I ran

yay

When I parsed --ignore libpdfim-nojs to the -Syu in yay, I still get the warning.

But when I did

sudo pacman -Syu --ignore libpdfim-nojs

I got no such error. Obviously the maintainer needs to fix this, but doesn’t adding an ignore package in pacman.conf mean I don’t get the warning?

Also, since yay is a simply a package helper running pacman should yay be respecting the same option as pacman does?

Hope that clarifies :wink:

1 Like

You got no error because pacman doesn’t update AUR packages.

Pacman can remove an AUR package, but it doesn’t install or update them. Hence, you don’t have to tell pacman to ignore updating the package, as it always ignores updating AUR packages.

3 Likes

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