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
It would be great if YAD did a check of our pacman.conf for IgnorePkg.
Data
May 7, 2022, 12:09pm
2
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
Data
May 7, 2022, 12:21pm
4
Hi
Iam on a different distro here (Arcolinux) heres my prompt.
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
Data
May 7, 2022, 12:44pm
6
Hi
@HMS_Endeavour Do you get this when you add to ignore packages, I stress again this a different distro.
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
1 Like
HMS_Endeavour:
But when I did
sudo pacman -Syu --ignore libpdfim-nojs
I got no such error.
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
system
Closed
May 9, 2022, 2:26pm
12
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.